Home
last modified time | relevance | path

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

1234567

/openbmc/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(sizeof(*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.c302 static int encrypt_authorizer(struct ceph_x_authorizer *au, in encrypt_authorizer() argument
310 msg_a = au->buf->vec.iov_base; in encrypt_authorizer()
311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); in encrypt_authorizer()
313 end = au->buf->vec.iov_base + au->buf->vec.iov_len; in encrypt_authorizer()
317 msg_b->nonce = cpu_to_le64(au->nonce); in encrypt_authorizer()
327 ret = ceph_x_encrypt(&au->session_key, p, end - p, sizeof(*msg_b)); in encrypt_authorizer()
336 au->buf->vec.iov_len = p - au->buf->vec.iov_base; in encrypt_authorizer()
342 static void ceph_x_authorizer_cleanup(struct ceph_x_authorizer *au) in ceph_x_authorizer_cleanup() argument
344 ceph_crypto_key_destroy(&au->session_key); in ceph_x_authorizer_cleanup()
345 if (au->buf) { in ceph_x_authorizer_cleanup()
[all …]
/openbmc/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(sizeof(*au), GFP_KERNEL); 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 …]
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/
H A Dampere_mctp_i2c_binding.sh77 busctl call au.com.codeconstruct.MCTP1 \
78 /au/com/codeconstruct/mctp1/interfaces/mctpi2c3 au.com.codeconstruct.MCTP.BusOwner1 \
105 busctl call au.com.codeconstruct.MCTP1 \
106 /au/com/codeconstruct/mctp1/interfaces/mctpi2c3 au.com.codeconstruct.MCTP.BusOwner1 \
119 busctl call au.com.codeconstruct.MCTP1 \
120 /au/com/codeconstruct/mctp1/networks/1/endpoints/20 \
121 au.com.codeconstruct.MCTP.Endpoint1 Remove
128 busctl call au.com.codeconstruct.MCTP1 \
129 /au/com/codeconstruct/mctp1/networks/1/endpoints/22 \
130 au.com.codeconstruct.MCTP.Endpoint1 Remove
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dconfigure-nic-mctp-endpoint17 …busctl call au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/interfaces/"mctpi2c${bus}" au.c…
32 …busctl call au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/networks/1/endpoints/${eid} au.…
H A Drescan-wf-bic24 …busctl get-property au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/networks/1/endpoints/"$…
53 …busctl call au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/interfaces/mctpi2c${busnum} au.…
/openbmc/linux/arch/sparc/lib/
H A 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()
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()
/openbmc/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()
/openbmc/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()
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dcp110-system-controller.txt91 mpp0 0 gpio, dev(ale1), au(i2smclk), ge0(rxd3), tdm(pclk), ptp(pulse), mss_i2c(sda), uart0(rxd), sa…
92 mpp1 1 gpio, dev(ale0), au(i2sdo_spdifo), ge0(rxd2), tdm(drx), ptp(clk), mss_i2c(sck), uart0(txd), …
93 mpp2 2 gpio, dev(ad15), au(i2sextclk), ge0(rxd1), tdm(dtx), mss_uart(rxd), ptp(pclk_out), i2c1(sck)…
94 mpp3 3 gpio, dev(ad14), au(i2slrclk), ge0(rxd0), tdm(fsync), mss_uart(txd), pcie(rstoutn), i2c1(sda…
95 mpp4 4 gpio, dev(ad13), au(i2sbclk), ge0(rxctl), tdm(rstn), mss_uart(rxd), uart1(cts), pcie0(clkreq…
96 mpp5 5 gpio, dev(ad12), au(i2sdi), ge0(rxclk), tdm(intn), mss_uart(txd), uart1(rts), pcie1(clkreq),…
97 mpp6 6 gpio, dev(ad11), ge0(txd3), spi0(csn2), au(i2sextclk), sata1(present_act), pcie2(clkreq), ua…
105 mpp14 14 gpio, dev(bootcsn), dev(csn0), spi1(csn0), spi0(csn3), au(i2sextclk), spi0(miso), sata0(pr…
114 mpp23 23 gpio, dev(a1), au(i2smclk), link(rd_in_cp2cp)
115 mpp24 24 gpio, dev(a0), au(i2slrclk)
[all …]
/openbmc/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()
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-dec.c242 static int delta_mjpeg_ipc_decode(struct delta_ctx *pctx, struct delta_au *au) in delta_mjpeg_ipc_decode() argument
259 params->picture_start_addr_p = (u32)(au->paddr); in delta_mjpeg_ipc_decode()
260 params->picture_end_addr_p = (u32)(au->paddr + au->size - 1); in delta_mjpeg_ipc_decode()
377 struct delta_au au = *pau; in delta_mjpeg_decode() local
382 ret = delta_mjpeg_read_header(pctx, au.vaddr, au.size, in delta_mjpeg_decode()
408 ret = delta_mjpeg_read_header(pctx, au.vaddr, au.size, in delta_mjpeg_decode()
415 au.paddr += data_offset; in delta_mjpeg_decode()
416 au.vaddr += data_offset; in delta_mjpeg_decode()
418 ret = delta_mjpeg_ipc_decode(pctx, &au); in delta_mjpeg_decode()
H A Ddelta-v4l2.c61 static void dump_au(struct delta_ctx *ctx, struct delta_au *au) in dump_au() argument
65 u8 *data = (u8 *)(au->vaddr); in dump_au()
67 if (au->size <= (size * 2)) in dump_au()
69 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au()
70 au->size, data); in dump_au()
73 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au()
74 size, data, size, data + au->size - size); in dump_au()
90 static void delta_au_done(struct delta_ctx *ctx, struct delta_au *au, int err) in delta_au_done() argument
94 vbuf = &au->vbuf; in delta_au_done()
927 struct delta_au *au; in delta_run_work() local
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Drescan-cxl-eid6 …busctl get-property au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/networks/1/endpoints/"$…
14 …busctl call au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/interfaces/mctpi2c${busnum} au.…
H A Dwait-until-mctp-EID-remove20 …sd_output=$(busctl get-property au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/networks/1/…
21 …wf_output=$(busctl get-property au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/networks/1/…
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/
H A Dmctp-local.service10 …xecStart=/usr/bin/busctl set-property au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/inter…
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/files/
H A Dmctp-local.service15 ExecStartPost=busctl call au.com.codeconstruct.MCTP1 /au/com/codeconstruct/mctp1/interfaces/mctpser…
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-C8 d`une part, le respect des principes de diffusion des logiciels libres: acc&#232;s au code source, …
9 …n droit applicable, le droit fran&#231;ais, auquel elle est conforme, tant au regard du droit de l…
22 …224; la disposition de la communaut&#233; les modifications apport&#233;es au code source du logic…
24 L`accessibilit&#233; au code source et les droits de copie, de modification et de redistribution qu…
26 …ttir&#233;e sur les risques associ&#233;s au chargement, &#224; l`utilisation, &#224; la modificat…
36 …e Source et le cas &#233;ch&#233;ant sa documentation, dans leur &#233;tat au moment de l`acceptat…
38 …de Objet et le cas &#233;ch&#233;ant sa documentation, dans leur &#233;tat au moment de leur premi…
40 Logiciel Modifi&#233;: d&#233;signe le Logiciel modifi&#233; par au moins une Contribution Int&#233…
50 Contributeur: d&#233;signe le Licenci&#233; auteur d`au moins une Contribution Int&#233;gr&#233;e.
62 Ces termes s`entendent au singulier comme au pluriel.
[all …]
H A DCECILL-1.08 d&#8217;une part, sa conformit&#233; au droit fran&#231;ais, tant au regard du droit de la responsa…
9 d&#8217;autre part, le respect des principes de diffusion des logiciels libres: acc&#232;s au code …
22 …devoirs &#224; la charge des utilisateurs afin de pr&#233;server ce statut au cours des redistribu…
24 L&#8217;accessibilit&#233; au code source et les droits de copie, de modification et de redistribut…
26 …r&#233;e sur les risques associ&#233;s au chargement, &#224; l&#8217;utilisation, &#224; la modifi…
36 …e Source et le cas &#233;ch&#233;ant sa documentation, dans leur &#233;tat au moment de l&#8217;ac…
38 …de Objet et le cas &#233;ch&#233;ant sa documentation, dans leur &#233;tat au moment de leur premi…
40 Logiciel Modifi&#233;: d&#233;signe le Logiciel modifi&#233; par au moins une Contribution.
50 Contributeur: d&#233;signe le Licenci&#233; auteur d&#8217;au moins une Contribution.
58 …pace d&#8217;adressage ind&#233;pendant, l&#8217;un appelant l&#8217;autre au moment de leur ex&#2…
[all …]
/openbmc/openbmc/poky/bitbake/contrib/vim/ftdetect/
H A Dbitbake.vim14 au BufNewFile,BufRead *.{bb,bbappend,bbclass} set filetype=bitbake
17 au BufNewFile,BufRead *.inc set filetype=bitbake
20 au BufNewFile,BufRead *.conf
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c132 const DWunion au = {.ll = a}; in __cmpdi2() local
135 if (au.s.high < bu.s.high) in __cmpdi2()
137 else if (au.s.high > bu.s.high) in __cmpdi2()
139 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()
141 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()
429 const DWunion au = {.ll = a}; in __ucmpdi2() local
432 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()
434 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()
436 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
438 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()
/openbmc/docs/
H A DOWNERS38 - andrew@codeconstruct.com.au
46 - andrew@codeconstruct.com.au
47 - joel@jms.id.au
57 email: andrew@codeconstruct.com.au
66 email: joel@jms.id.au

1234567