/linux-3.4.99/net/ceph/ |
D | auth_x.c | 275 struct ceph_x_authorizer *au) in ceph_x_build_authorizer() argument 286 ceph_entity_type_name(th->service), au); in ceph_x_build_authorizer() 291 if (au->buf && au->buf->alloc_len < maxlen) { in ceph_x_build_authorizer() 292 ceph_buffer_put(au->buf); in ceph_x_build_authorizer() 293 au->buf = NULL; in ceph_x_build_authorizer() 295 if (!au->buf) { in ceph_x_build_authorizer() 296 au->buf = ceph_buffer_new(maxlen, GFP_NOFS); in ceph_x_build_authorizer() 297 if (!au->buf) in ceph_x_build_authorizer() 300 au->service = th->service; in ceph_x_build_authorizer() 301 au->secret_id = th->secret_id; 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-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/arch/s390/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-3.4.99/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-3.4.99/Documentation/arm/SA1100/ |
D | PLEB | 9 http://www.cse.unsw.edu.au
|
/linux-3.4.99/Documentation/networking/ |
D | 3c505.txt | 39 <craigs@ineluki.apana.org.au>. 45 Christopher Collins <ccollins@pcug.org.au>
|
/linux-3.4.99/scripts/ksymoops/ |
D | README | 8 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
|
/linux-3.4.99/drivers/mmc/core/ |
D | sd.c | 217 unsigned int au, es, et, eo; in mmc_read_ssr() local 246 au = UNSTUFF_BITS(ssr, 428 - 384, 4); in mmc_read_ssr() 247 if (au > 0 || au <= 9) { in mmc_read_ssr() 248 card->ssr.au = 1 << (au + 4); in mmc_read_ssr()
|
/linux-3.4.99/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-3.4.99/Documentation/sound/oss/ |
D | ALS | 60 jwoithe@physics.adelaide.edu.au 65 Modified 2000-11-19 by Jonathan Woithe, jwoithe@physics.adelaide.edu.au
|
/linux-3.4.99/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>
|
/linux-3.4.99/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-3.4.99/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-3.4.99/Documentation/scsi/ |
D | g_NCR5380.txt | 63 K.Lentin@cs.monash.edu.au
|
/linux-3.4.99/Documentation/filesystems/ |
D | dnotify.txt | 4 Stephen Rothwell <sfr@canb.auug.org.au>
|