/linux-4.1.27/net/ceph/ |
D | auth_x.c | 284 struct ceph_x_authorizer *au) in ceph_x_build_authorizer() argument 295 ceph_entity_type_name(th->service), au); in ceph_x_build_authorizer() 297 ceph_crypto_key_destroy(&au->session_key); in ceph_x_build_authorizer() 298 ret = ceph_crypto_key_clone(&au->session_key, &th->session_key); in ceph_x_build_authorizer() 305 if (au->buf && au->buf->alloc_len < maxlen) { in ceph_x_build_authorizer() 306 ceph_buffer_put(au->buf); in ceph_x_build_authorizer() 307 au->buf = NULL; in ceph_x_build_authorizer() 309 if (!au->buf) { in ceph_x_build_authorizer() 310 au->buf = ceph_buffer_new(maxlen, GFP_NOFS); in ceph_x_build_authorizer() 311 if (!au->buf) { in ceph_x_build_authorizer() [all …]
|
D | auth_none.c | 70 struct ceph_none_authorizer *au = &ai->au; in ceph_auth_none_create_authorizer() local 75 p = au->buf; in ceph_auth_none_create_authorizer() 76 end = p + sizeof(au->buf); in ceph_auth_none_create_authorizer() 83 au->buf_len = p - (void *)au->buf; in ceph_auth_none_create_authorizer() 85 dout("built authorizer len %d\n", au->buf_len); in ceph_auth_none_create_authorizer() 88 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer() 89 auth->authorizer_buf = au->buf; in ceph_auth_none_create_authorizer() 90 auth->authorizer_buf_len = au->buf_len; in ceph_auth_none_create_authorizer() 91 auth->authorizer_reply_buf = au->reply_buf; in ceph_auth_none_create_authorizer() 92 auth->authorizer_reply_buf_len = sizeof (au->reply_buf); in ceph_auth_none_create_authorizer()
|
D | auth_none.h | 23 struct ceph_none_authorizer au; /* we only need one; it's static */ member
|
/linux-4.1.27/arch/mips/lib/ |
D | ucmpdi2.c | 7 const DWunion au = {.ll = a}; in __ucmpdi2() local 10 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2() 12 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2() 14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
D | cmpdi2.c | 7 const DWunion au = { in __cmpdi2() local 14 if (au.s.high < bu.s.high) in __cmpdi2() 16 else if (au.s.high > bu.s.high) in __cmpdi2() 19 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 21 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
/linux-4.1.27/arch/sparc/lib/ |
D | cmpdi2.c | 7 const DWunion au = { in __cmpdi2() local 14 if (au.s.high < bu.s.high) in __cmpdi2() 16 else if (au.s.high > bu.s.high) in __cmpdi2() 19 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 21 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
D | ucmpdi2.c | 6 const DWunion au = {.ll = a}; in __ucmpdi2() local 9 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2() 11 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2() 13 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 15 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
/linux-4.1.27/arch/microblaze/lib/ |
D | cmpdi2.c | 7 const DWunion au = { in __cmpdi2() local 14 if (au.s.high < bu.s.high) in __cmpdi2() 16 else if (au.s.high > bu.s.high) in __cmpdi2() 19 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 21 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
D | ucmpdi2.c | 7 const DWunion au = {.ll = a}; in __ucmpdi2() local 10 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2() 12 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2() 14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
/linux-4.1.27/arch/score/lib/ |
D | cmpdi2.c | 25 const DWunion au = { in __cmpdi2() local 32 if (au.s.high < bu.s.high) in __cmpdi2() 34 else if (au.s.high > bu.s.high) in __cmpdi2() 37 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2() 39 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
|
D | ucmpdi2.c | 25 const DWunion au = {.ll = a}; in __ucmpdi2() local 28 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2() 30 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2() 32 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2() 34 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
|
/linux-4.1.27/arch/parisc/lib/ |
D | ucmpdi2.c | 13 union ull_union au = {.ull = a}; in __ucmpdi2() local 16 if (au.ui.high < bu.ui.high) in __ucmpdi2() 18 else if (au.ui.high > bu.ui.high) in __ucmpdi2() 20 if (au.ui.low < bu.ui.low) in __ucmpdi2() 22 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_tv.c | 94 u16 ru, gu, bu, au; member 222 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 232 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 242 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200, 252 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200, 262 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200, 272 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200, 282 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 292 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 302 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, [all …]
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | PLEB | 9 http://www.cse.unsw.edu.au
|
/linux-4.1.27/scripts/ksymoops/ |
D | README | 8 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 6 | Australia. E-mail billm@melbpc.org.au | 45 billm@melbpc.org.au 46 or b.metzenthen@medoto.unimelb.edu.au 405 Andrew.Tridgell@anu.edu.au 412 Martin Howell, mph@plasma.apana.org.au 417 Daniel Carosone, danielce@ee.mu.oz.au 419 Hamish Coleman, t933093@minyos.xx.rmit.oz.au 420 Bruce Evans, bde@kralizec.zeta.org.au 422 Rick Lyons, rick@razorback.brisnet.org.au
|
/linux-4.1.27/drivers/mmc/core/ |
D | sd.c | 227 unsigned int au, es, et, eo; in mmc_read_ssr() local 256 au = UNSTUFF_BITS(ssr, 428 - 384, 4); in mmc_read_ssr() 257 if (au) { in mmc_read_ssr() 258 if (au <= 9 || card->scr.sda_spec3) { in mmc_read_ssr() 259 card->ssr.au = sd_au_size[au]; in mmc_read_ssr()
|
D | core.c | 1842 if (mmc_card_sd(card) && card->ssr.au) { in mmc_init_erase() 1843 card->pref_erase = card->ssr.au; in mmc_init_erase() 1844 card->erase_shift = ffs(card->ssr.au) - 1; in mmc_init_erase()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | nspire-tp.dts | 4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
D | nspire-clp.dts | 4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
D | nspire-classic.dtsi | 4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
D | nspire-cx.dts | 4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
D | nspire.dtsi | 4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 124 Cc: Herbert Xu <herbert@gondor.apana.org.au>, 132 http://gondor.apana.org.au/~herbert/crypto/ 247 Herbert Xu <herbert@gondor.apana.org.au>
|
D | descore-readme.txt | 94 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)
|
/linux-4.1.27/arch/sparc/math-emu/ |
D | math_32.c | 281 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
|
D | math_64.c | 175 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() argument
|
/linux-4.1.27/Documentation/x86/ |
D | mtrr.txt | 4 <rgooch@atnf.csiro.au> 124 Richard Gooch may be reached by email at rgooch@atnf.csiro.au 220 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
|
/linux-4.1.27/Documentation/scsi/ |
D | g_NCR5380.txt | 63 K.Lentin@cs.monash.edu.au
|
/linux-4.1.27/Documentation/filesystems/ |
D | dnotify.txt | 4 Stephen Rothwell <sfr@canb.auug.org.au>
|
D | vfs.txt | 4 Original author: Richard Gooch <rgooch@atnf.csiro.au> 1165 <http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html>
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 116 Miata Personal Workstation 433/500/600 a/au 239 The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a, 240 or 600au).
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 125 Rusty Russell rusty@rustcorp.com.au.
|
/linux-4.1.27/include/linux/mmc/ |
D | card.h | 137 unsigned int au; /* In sectors */ member
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | Kconfig | 139 See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
|
/linux-4.1.27/ |
D | .mailmap | 55 Herbert Xu <herbert@gondor.apana.org.au>
|
D | CREDITS | 225 E: gnb@alphalink.com.au 706 E: hamish@zot.apana.org.au 830 E: terry@perf.no.itg.telecom.com.au 1269 E: rgooch@atnf.csiro.au 2119 E: kevinl@cs.monash.edu.au 2279 E: pat@it.com.au 2512 D: au-play, bwBASIC 2724 E: michael@iinet.com.au 2725 E: oreillym@tartarus.uwa.edu.au 3113 E: sfr@canb.auug.org.au [all …]
|
D | MAINTAINERS | 1320 M: Peter Chubb <pleb@gelato.unsw.edu.au> 1321 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 1432 M: Simon Horman <horms@verge.net.au> 2834 M: Herbert Xu <herbert@gondor.apana.org.au> 4095 M: Bill Metzenthen <billm@melbpc.org.au> 4548 M: Herbert Xu <herbert@gondor.apana.org.au> 5348 M: Simon Horman <horms@verge.net.au> 5865 M: Rusty Russell <rusty@rustcorp.com.au> 5924 M: Paul Mackerras <paulus@au.ibm.com> 5932 M: Michael Ellerman <mpe@ellerman.id.au> [all …]
|
/linux-4.1.27/Documentation/laptops/ |
D | sonypi.txt | 5 Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 290 <http://www.winradio.com.au/> 307 <mailto:rusty@rustcorp.com.au>
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | taishan.dts | 5 * Hugh Blemings <hugh@au.ibm.com> based off code by
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 17 Paul Mackerras <paulus@cs.anu.edu.au>
|
/linux-4.1.27/fs/affs/ |
D | Changes | 95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 978 ,Booktitle="{linux.conf.au}" 983 \url{http://www.linux.org.au/conf/2004/abstracts.html#90} 1316 ,Booktitle="linux.conf.au 2005" 1325 …http://lca2005.linux.org.au/Papers/Paul%20McKenney/Towards%20Hard%20Realtime%20Response%20from%20t… 2197 ,Booktitle="linux.conf.au 2009" 2408 ,Booktitle="linux.conf.au 2010"
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 7 Updated 2006 by Horms <horms@verge.net.au>
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 464 From: Antony Healey <ahealey@st.nepean.uws.edu.au>
|
/linux-4.1.27/Documentation/dvb/ |
D | avermedia.txt | 191 modulation parameters were obtained from www.dba.org.au.
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
|
/linux-4.1.27/Documentation/ |
D | cpu-hotplug.txt | 5 Rusty Russell <rusty@rustcorp.com.au>
|
D | kernel-docs.txt | 495 http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/nfsd.html
|
D | devices.txt | 2003 Requested by neilb at cse.unsw.edu.au.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 185 cat (anyfile).au >/dev/audio
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4279 Rusty Russell <rusty at linuxcare.com.au> - 4293 Peter Moulder <reiter at netspace.net.au> - Fixed my config and build
|