Home
last modified time | relevance | path

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

12

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnormalize_ip.c39 int af = AF_INET6; in main() local
40 if (inet_pton(af, argv[1], &buf) != 1) in main()
42 af = AF_INET; in main()
43 if (inet_pton(af, argv[1], &buf) != 1) in main()
51 if (inet_ntop(af, &buf, str, sizeof(str)) == NULL) in main()
/openbmc/qemu/target/i386/tcg/
H A Dcc_helper_template.h.inc139 uint32_t cf, pf, af, zf, sf, of;
143 af = 0;
147 return cf + pf + af + zf + sf + of;
152 uint32_t cf, pf, af, zf, sf, of;
156 af = (dst ^ (dst - 1)) & CC_A; /* bits 0..3 are all clear */
160 return cf + pf + af + zf + sf + of;
165 uint32_t cf, pf, af, zf, sf, of;
169 af = (dst ^ (dst + 1)) & CC_A; /* bits 0..3 are all set */
173 return cf + pf + af + zf + sf + of;
178 uint32_t cf, pf, af, zf, sf, of;
[all …]
H A Dint_helper.c170 int al, ah, af; in helper_aaa() local
174 af = eflags & CC_A; in helper_aaa()
179 if (((al & 0x0f) > 9) || af) { in helper_aaa()
195 int al, ah, af; in helper_aas() local
199 af = eflags & CC_A; in helper_aas()
204 if (((al & 0x0f) > 9) || af) { in helper_aas()
219 int old_al, al, af, cf; in helper_daa() local
224 af = eflags & CC_A; in helper_daa()
228 if (((al & 0x0f) > 9) || af) { in helper_daa()
247 int al, al1, af, cf; in helper_das() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch402 @@ -172,7 +169,7 @@ int usbg_f_uac2_get_attr_val(usbg_f_uac2 *af, enum usbg_f_uac2_attr attr,
405 int usbg_f_uac2_set_attr_val(usbg_f_uac2 *af, enum usbg_f_uac2_attr attr,
411 @@ -194,8 +191,8 @@ static inline int usbg_f_uac2_get_c_chmask(usbg_f_uac2 *af, int *c_chmask)
413 static inline int usbg_f_uac2_set_c_chmask(usbg_f_uac2 *af, int c_chmask)
415 - return usbg_f_uac2_set_attr_val(af, USBG_F_UAC2_C_CHMASK,
418 + return usbg_f_uac2_set_attr_val(af, USBG_F_UAC2_C_CHMASK, &val);
422 @@ -218,8 +215,8 @@ static inline int usbg_f_uac2_get_c_srate(usbg_f_uac2 *af, int *c_srate)
424 static inline int usbg_f_uac2_set_c_srate(usbg_f_uac2 *af, int c_srate)
426 - return usbg_f_uac2_set_attr_val(af, USBG_F_UAC2_C_SRATE,
429 + return usbg_f_uac2_set_attr_val(af, USBG_F_UAC2_C_SRATE, &val);
[all …]
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c45 u32 af; in stm32_pinctrl_get_af() local
49 af = (readl(&regs->afr[alt_index]) & in stm32_pinctrl_get_af()
52 return af; in stm32_pinctrl_get_af()
243 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config()
256 ctl->af << index); in stm32_gpio_config()
286 gpio_ctl->af = 0; in prep_gpio_ctl()
294 gpio_ctl->af = gpio_fn - 1; in prep_gpio_ctl()
/openbmc/openpower-hw-diags/
H A Dmeson.options25 choices: ['mctp-demux', 'af-mctp'],
26 description: 'transport via af-mctp or mctp-demux',
/openbmc/openpower-occ-control/
H A Dmeson.options37 choices: ['mctp-demux', 'af-mctp'],
38 description: 'transport via af-mctp or mctp-demux',
/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/
H A Dpldm_git.bb34 PACKAGECONFIG[transport-af-mctp] = "-Dtransport-implementation=af-mctp"
42 PACKAGECONFIG:append:df-mctp = " transport-af-mctp"
/openbmc/libpldm/src/transport/
H A Dmeson.build2 'af-mctp.c',
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0009-reduce-lifetime-value.patch25 a->af = isakmp_attr_lots;
34 a->af = isakmp_attr_lots;
/openbmc/u-boot/drivers/gpio/
H A Ddb8500_gpio.c193 int af = PIN_ALT(cfg); in config_pin() local
204 gpio_set_mode(pin, af); in config_pin()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mikmod/
H A Dlibmikmod_3.3.11.1.bb16 --disable-af \
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dgpio.h98 enum stm32_gpio_af af; member
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dgpio.h97 enum stm32_gpio_af af; member
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py61 for af in attempts:
62 if af != abs_fn:
63 bb.parse.mark_dependency(d, af)
H A DConfHandler.py85 for af in attempts:
86 bb.parse.mark_dependency(data, af)
/openbmc/u-boot/configs/
H A Dwarp7_bl33_defconfig52 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
H A Dwarp7_defconfig62 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
H A Dam335x_baltos_defconfig71 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
H A Dpxm2_defconfig86 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
H A Drastaban_defconfig83 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py136 for af in attempts:
137 mark_dependency(d, af)
/openbmc/libpldm/include/libpldm/
H A Dmeson.build23 'transport/af-mctp.h',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Fix-Wincompatible-function-pointer-types.patch32 long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
41 @@ -1194,7 +1194,7 @@ long mh_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data)
114 @@ -98,8 +98,8 @@ long mx_append (MAILSTREAM *stream,char *mailbox,append_t af,void *data);
/openbmc/qemu/net/
H A Dmeson.build46 system_ss.add(when: [libxdp, libbpf], if_true: files('af-xdp.c'))

12