Home
last modified time | relevance | path

Searched refs:au (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/net/ceph/
Dauth_x.c283 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 …]
Dauth_none.c70 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()
Dauth_none.h23 struct ceph_none_authorizer au; /* we only need one; it's static */ member
/linux-4.4.14/arch/microblaze/lib/
Ducmpdi2.c7 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()
Dcmpdi2.c7 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/
Ducmpdi2.c25 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()
Dcmpdi2.c25 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/
Dcmpdi2.c7 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()
Ducmpdi2.c6 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/
Dcmpdi2.c7 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()
Ducmpdi2.c7 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/
Ducmpdi2.c13 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/
Ducmpdi2.c5 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/
Dintel_tv.c94 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/
DPLEB9 http://www.cse.unsw.edu.au
/linux-4.4.14/scripts/ksymoops/
DREADME8 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
/linux-4.4.14/drivers/mmc/core/
Dsd.c227 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()
Dcore.c1927 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/
DREADME6 | 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/
Dnspire-tp.dts4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
Dnspire-clp.dts4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
Dnspire-classic.dtsi4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
Dnspire-cx.dts4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
Dnspire.dtsi4 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt124 Cc: Herbert Xu <herbert@gondor.apana.org.au>,
132 http://gondor.apana.org.au/~herbert/crypto/
247 Herbert Xu <herbert@gondor.apana.org.au>
Ddescore-readme.txt94 (code from eay@psych.psy.uq.oz.au via comp.sources.misc)
/linux-4.4.14/arch/sparc/math-emu/
Dmath_32.c281 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
Dmath_64.c175 #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/
Dg_NCR5380.txt63 K.Lentin@cs.monash.edu.au
/linux-4.4.14/Documentation/x86/
Dmtrr.txt3 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/
Ddnotify.txt4 Stephen Rothwell <sfr@canb.auug.org.au>
Dvfs.txt4 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/
DKconfig117 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/
Dlguest.txt125 Rusty Russell rusty@rustcorp.com.au.
/linux-4.4.14/arch/arm/mach-sa1100/
DKconfig139 See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
/linux-4.4.14/include/linux/mmc/
Dcard.h138 unsigned int au; /* In sectors */ member
/linux-4.4.14/
D.mailmap56 Herbert Xu <herbert@gondor.apana.org.au>
DCREDITS229 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 …]
DMAINTAINERS1392 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/
Dsonypi.txt5 Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt296 <http://www.winradio.com.au/>
314 <mailto:rusty@rustcorp.com.au>
/linux-4.4.14/Documentation/usb/
DCREDITS17 Paul Mackerras <paulus@cs.anu.edu.au>
/linux-4.4.14/arch/powerpc/boot/dts/
Dtaishan.dts5 * Hugh Blemings <hugh@au.ibm.com> based off code by
/linux-4.4.14/fs/affs/
DChanges95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
/linux-4.4.14/Documentation/RCU/
DRTFP.txt978 ,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/
Deql.txt464 From: Antony Healey <ahealey@st.nepean.uws.edu.au>
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt7 Updated 2006 by Horms <horms@verge.net.au>
/linux-4.4.14/Documentation/dvb/
Davermedia.txt191 modulation parameters were obtained from www.dba.org.au.
/linux-4.4.14/fs/befs/
DChangeLog32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
/linux-4.4.14/Documentation/sound/oss/
DIntroduction185 cat (anyfile).au >/dev/audio
/linux-4.4.14/Documentation/
Dcpu-hotplug.txt5 Rusty Russell <rusty@rustcorp.com.au>
Dkernel-docs.txt495 http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/nfsd.html
Ddevices.txt2003 Requested by neilb at cse.unsw.edu.au.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4279 Rusty Russell <rusty at linuxcare.com.au> -
4293 Peter Moulder <reiter at netspace.net.au> - Fixed my config and build