| /openbmc/google-misc/subprojects/ncsid/src/ |
| H A D | normalize_ip.c | 39 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 D | cc_helper_template.h.inc | 139 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 D | int_helper.c | 170 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 D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 402 @@ -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 D | pinctrl_stm32.c | 45 u32 af; in stm32_pinctrl_get_af() local 49 af = (readl(®s->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 D | meson.options | 25 choices: ['mctp-demux', 'af-mctp'], 26 description: 'transport via af-mctp or mctp-demux',
|
| /openbmc/openpower-occ-control/ |
| H A D | meson.options | 37 choices: ['mctp-demux', 'af-mctp'], 38 description: 'transport via af-mctp or mctp-demux',
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/ |
| H A D | pldm_git.bb | 34 PACKAGECONFIG[transport-af-mctp] = "-Dtransport-implementation=af-mctp" 42 PACKAGECONFIG:append:df-mctp = " transport-af-mctp"
|
| /openbmc/libpldm/src/transport/ |
| H A D | meson.build | 2 'af-mctp.c',
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | 0009-reduce-lifetime-value.patch | 25 a->af = isakmp_attr_lots; 34 a->af = isakmp_attr_lots;
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | db8500_gpio.c | 193 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 D | libmikmod_3.3.11.1.bb | 16 --disable-af \
|
| /openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/ |
| H A D | gpio.h | 98 enum stm32_gpio_af af; member
|
| /openbmc/u-boot/arch/arm/include/asm/arch-stm32/ |
| H A D | gpio.h | 97 enum stm32_gpio_af af; member
|
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | BBHandler.py | 61 for af in attempts: 62 if af != abs_fn: 63 bb.parse.mark_dependency(d, af)
|
| H A D | ConfHandler.py | 85 for af in attempts: 86 bb.parse.mark_dependency(data, af)
|
| /openbmc/u-boot/configs/ |
| H A D | warp7_bl33_defconfig | 52 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
|
| H A D | warp7_defconfig | 62 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
|
| H A D | am335x_baltos_defconfig | 71 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
|
| H A D | pxm2_defconfig | 86 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
|
| H A D | rastaban_defconfig | 83 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
|
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
| H A D | __init__.py | 136 for af in attempts: 137 mark_dependency(d, af)
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | meson.build | 23 'transport/af-mctp.h',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 32 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 D | meson.build | 46 system_ss.add(when: [libxdp, libbpf], if_true: files('af-xdp.c'))
|