/linux-4.4.14/net/ceph/ |
D | auth_x.c | 283 static void ceph_x_authorizer_cleanup(struct ceph_x_authorizer *au) in ceph_x_authorizer_cleanup() argument 285 ceph_crypto_key_destroy(&au->session_key); in ceph_x_authorizer_cleanup() 286 if (au->buf) { in ceph_x_authorizer_cleanup() 287 ceph_buffer_put(au->buf); in ceph_x_authorizer_cleanup() 288 au->buf = NULL; in ceph_x_authorizer_cleanup() 294 struct ceph_x_authorizer *au) in ceph_x_build_authorizer() argument 305 ceph_entity_type_name(th->service), au); in ceph_x_build_authorizer() 307 ceph_crypto_key_destroy(&au->session_key); in ceph_x_build_authorizer() 308 ret = ceph_crypto_key_clone(&au->session_key, &th->session_key); in ceph_x_build_authorizer() 315 if (au->buf && au->buf->alloc_len < maxlen) { 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.4.14/arch/microblaze/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.4.14/arch/score/lib/ |
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()
|
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()
|
/linux-4.4.14/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.4.14/arch/mips/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.4.14/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.4.14/arch/h8300/lib/ |
D | ucmpdi2.c | 5 const DWunion au = {.ll = a}; in __ucmpdi2() local 8 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2() 10 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2() 12 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2() 14 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
|
/linux-4.4.14/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.4.14/Documentation/arm/SA1100/ |
D | PLEB | 9 http://www.cse.unsw.edu.au
|
/linux-4.4.14/scripts/ksymoops/ |
D | README | 8 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
|
/linux-4.4.14/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 | 1927 if (mmc_card_sd(card) && card->ssr.au) { in mmc_init_erase() 1928 card->pref_erase = card->ssr.au; in mmc_init_erase() 1929 card->erase_shift = ffs(card->ssr.au) - 1; in mmc_init_erase()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/scsi/ |
D | g_NCR5380.txt | 63 K.Lentin@cs.monash.edu.au
|
/linux-4.4.14/Documentation/x86/ |
D | mtrr.txt | 3 Richard Gooch <rgooch@atnf.csiro.au> - 3 Jun 1999 148 Richard Gooch may be reached by email at rgooch@atnf.csiro.au 244 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
|
/linux-4.4.14/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> 1172 <http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html>
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 117 Miata Personal Workstation 433/500/600 a/au 240 The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a, 241 or 600au).
|
/linux-4.4.14/tools/lguest/ |
D | lguest.txt | 125 Rusty Russell rusty@rustcorp.com.au.
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | Kconfig | 139 See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
|
/linux-4.4.14/include/linux/mmc/ |
D | card.h | 138 unsigned int au; /* In sectors */ member
|
/linux-4.4.14/ |
D | .mailmap | 56 Herbert Xu <herbert@gondor.apana.org.au>
|
D | CREDITS | 229 E: gnb@alphalink.com.au 710 E: hamish@zot.apana.org.au 834 E: terry@perf.no.itg.telecom.com.au 1273 E: rgooch@atnf.csiro.au 2123 E: kevinl@cs.monash.edu.au 2283 E: pat@it.com.au 2516 D: au-play, bwBASIC 2728 E: michael@iinet.com.au 2729 E: oreillym@tartarus.uwa.edu.au 3125 E: sfr@canb.auug.org.au [all …]
|
D | MAINTAINERS | 1392 M: Peter Chubb <pleb@gelato.unsw.edu.au> 1393 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 1517 M: Simon Horman <horms@verge.net.au> 3080 M: Herbert Xu <herbert@gondor.apana.org.au> 4422 M: Bill Metzenthen <billm@melbpc.org.au> 4897 M: Herbert Xu <herbert@gondor.apana.org.au> 5750 M: Simon Horman <horms@verge.net.au> 6275 M: Rusty Russell <rusty@rustcorp.com.au> 6378 M: Paul Mackerras <paulus@au.ibm.com> 6386 M: Michael Ellerman <mpe@ellerman.id.au> [all …]
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 5 Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 296 <http://www.winradio.com.au/> 314 <mailto:rusty@rustcorp.com.au>
|
/linux-4.4.14/Documentation/usb/ |
D | CREDITS | 17 Paul Mackerras <paulus@cs.anu.edu.au>
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | taishan.dts | 5 * Hugh Blemings <hugh@au.ibm.com> based off code by
|
/linux-4.4.14/fs/affs/ |
D | Changes | 95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
|
/linux-4.4.14/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.4.14/Documentation/networking/ |
D | eql.txt | 464 From: Antony Healey <ahealey@st.nepean.uws.edu.au>
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 7 Updated 2006 by Horms <horms@verge.net.au>
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 191 modulation parameters were obtained from www.dba.org.au.
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Introduction | 185 cat (anyfile).au >/dev/audio
|
/linux-4.4.14/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.4.14/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
|