Home
last modified time | relevance | path

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

12

/linux/net/ceph/
H A Dauth_none.c43 struct ceph_none_authorizer *au) in ceph_auth_none_build_authorizer() argument
45 void *p = au->buf; in ceph_auth_none_build_authorizer()
46 void *const end = p + sizeof(au->buf); in ceph_auth_none_build_authorizer()
55 au->buf_len = p - (void *)au->buf; in ceph_auth_none_build_authorizer()
56 dout("%s built authorizer len %d\n", __func__, au->buf_len); in ceph_auth_none_build_authorizer()
97 struct ceph_none_authorizer *au; in ceph_auth_none_create_authorizer() local
100 au = kmalloc_obj(*au, GFP_NOFS); in ceph_auth_none_create_authorizer()
101 if (!au) in ceph_auth_none_create_authorizer()
104 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer()
106 ret = ceph_auth_none_build_authorizer(ac, au); in ceph_auth_none_create_authorizer()
[all …]
H A Dauth_x.c342 static int encrypt_authorizer(struct ceph_x_authorizer *au, in encrypt_authorizer() argument
350 msg_a = au->buf->vec.iov_base; in encrypt_authorizer()
351 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()
353 end = au->buf->vec.iov_base + au->buf->vec.iov_len; in encrypt_authorizer()
355 msg_b = p + ceph_x_encrypt_offset(&au->session_key); in encrypt_authorizer()
357 msg_b->nonce = cpu_to_le64(au->nonce); in encrypt_authorizer()
367 ret = ceph_x_encrypt(&au->session_key, in encrypt_authorizer()
378 au->buf->vec.iov_len = p - au->buf->vec.iov_base; in encrypt_authorizer()
384 static void ceph_x_authorizer_cleanup(struct ceph_x_authorizer *au) in ceph_x_authorizer_cleanup() argument
386 ceph_crypto_key_destroy(&au->session_key); in ceph_x_authorizer_cleanup()
[all …]
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c149 struct vidtv_access_unit *au; in vidtv_s302m_access_unit_init() local
151 au = kzalloc_obj(*au); in vidtv_s302m_access_unit_init()
152 if (!au) in vidtv_s302m_access_unit_init()
159 head->next = au; in vidtv_s302m_access_unit_init()
162 return au; in vidtv_s302m_access_unit_init()
205 struct vidtv_access_unit *au = e->access_units; in vidtv_s302m_compute_sample_count_from_video() local
213 while (au && sync_au) { in vidtv_s302m_compute_sample_count_from_video()
215 au->num_samples = s; in vidtv_s302m_compute_sample_count_from_video()
216 au = au->next; in vidtv_s302m_compute_sample_count_from_video()
223 struct vidtv_access_unit *au = e->access_units; in vidtv_s302m_compute_pts_from_video() local
[all …]
H A Dvidtv_mux.c284 struct vidtv_access_unit *au = e->access_units; in vidtv_mux_packetize_access_units() local
299 while (au) { in vidtv_mux_packetize_access_units()
300 buf = e->encoder_buf + au->offset; in vidtv_mux_packetize_access_units()
302 args.access_unit_len = au->nbytes; in vidtv_mux_packetize_access_units()
304 args.pts = au->pts; in vidtv_mux_packetize_access_units()
309 au = au->next; in vidtv_mux_packetize_access_units()
/linux/arch/microblaze/lib/
H A Dcmpdi2.c8 const DWunion au = { in __cmpdi2() local
15 if (au.s.high < bu.s.high) in __cmpdi2()
17 else if (au.s.high > bu.s.high) in __cmpdi2()
20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c8 const DWunion au = {.ll = a}; in __ucmpdi2() local
11 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
13 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
15 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
17 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/linux/lib/
H A Ducmpdi2.c10 const DWunion au = {.ll = a}; in __ucmpdi2() local
13 if ((unsigned int) au.s.high < (unsigned int) bu.s.high) in __ucmpdi2()
15 else if ((unsigned int) au.s.high > (unsigned int) bu.s.high) in __ucmpdi2()
17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
H A Dcmpdi2.c11 const DWunion au = { in __cmpdi2() local
18 if (au.s.high < bu.s.high) in __cmpdi2()
20 else if (au.s.high > bu.s.high) in __cmpdi2()
23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
/linux/arch/parisc/lib/
H A Ducmpdi2.c15 union ull_union au = {.ull = a}; in __ucmpdi2() local
18 if (au.ui.high < bu.ui.high) in __ucmpdi2()
20 else if (au.ui.high > bu.ui.high) in __ucmpdi2()
22 if (au.ui.low < bu.ui.low) in __ucmpdi2()
24 else if (au.ui.low > bu.ui.low) in __ucmpdi2()
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c65 static void dump_au(struct delta_ctx *ctx, struct delta_au *au) in dump_au() argument
69 u8 *data = (u8 *)(au->vaddr); in dump_au()
71 if (au->size <= (size * 2)) in dump_au()
73 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au()
74 au->size, data); in dump_au()
77 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au()
78 size, data, size, data + au->size - size); in dump_au()
94 static void delta_au_done(struct delta_ctx *ctx, struct delta_au *au, int err) in delta_au_done() argument
98 vbuf = &au->vbuf; in delta_au_done()
931 struct delta_au *au; in delta_run_work() local
[all …]
H A Ddelta.h333 int (*decode)(struct delta_ctx *ctx, struct delta_au *au);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_tv.c70 u16 ru, gu, bu, au; member
198 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
208 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
218 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
228 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
238 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
248 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
258 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
268 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
278 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
[all …]
/linux/arch/x86/math-emu/
H A 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/scripts/ksymoops/
H A DREADME7 Keith Owens <kaos@ocs.com.au> Sat Jun 19 10:30:34 EST 1999
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddnotify.rst15 Stephen Rothwell <sfr@canb.auug.org.au>
/linux/Documentation/crypto/
H A Dapi-intro.rst136 Herbert Xu <herbert@gondor.apana.org.au>,
145 http://gondor.apana.org.au/~herbert/crypto/
262 Herbert Xu <herbert@gondor.apana.org.au>
/linux/arch/arm/boot/dts/nspire/
H A Dnspire-classic.dtsi3 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
H A Dnspire-tp.dts3 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
H A Dnspire-clp.dts3 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
H A Dnspire-cx.dts3 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
/linux/arch/sparc/math-emu/
H A Dmath_32.c282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() argument
H A Dmath_64.c176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() argument
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h3-nanopi-neo.dts2 * Copyright (C) 2016 James Pettigrew <james@innovum.com.au>
H A Dsun8i-h3-nanopi-duo2.dts3 * Copyright (C) 2019 Karl Palsson <karlp@tweak.net.au>
/linux/Documentation/arch/x86/
H A Dmtrr.rst7 :Authors: - Richard Gooch <rgooch@atnf.csiro.au> - 3 Jun 1999
171 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
270 Richard Gooch may be reached by email at rgooch@atnf.csiro.au

12