| /f-stack/tools/compat/ |
| H A D | getaddrinfo.c | 52 struct addrinfo *ai; in getaddrinfo() local 55 if (ai == NULL) in getaddrinfo() 58 ai->ai_next = NULL; in getaddrinfo() 59 ai->ai_canonname = NULL; in getaddrinfo() 60 ai->ai_addr = (struct sockaddr *)(ai+1); in getaddrinfo() 73 freeaddrinfo(ai); in getaddrinfo() 77 *res = ai; in getaddrinfo() 88 next = ai->ai_next; in freeaddrinfo() 92 free(ai); in freeaddrinfo() 93 ai = next; in freeaddrinfo() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-app-hotplug.c | 366 ((void(*)(void*))(long)ai->shutdown_callback)(CASTPTR(void *, ai->data)); in __cvmx_app_hotplug_shutdown() 372 if (!ai->app_shutdown) in __cvmx_app_hotplug_shutdown() 409 (ai->unplug_cores, CASTPTR(void *, ai->data)); in __cvmx_app_hotplug_shutdown() 424 (ai->hplugged_cores, CASTPTR(void *, ai->data)); in __cvmx_app_hotplug_shutdown() 685 cvmx_app_hotplug_info_t *ai; in is_app_hotpluggable() local 753 cvmx_app_hotplug_info_t *ai; in cvmx_app_hotplug_call_add_cores_callback() local 780 cvmx_app_hotplug_info_t *ai; in cvmx_app_hotplug_unplug_cores() local 788 ai->unplug_cores = coremask; in cvmx_app_hotplug_unplug_cores() 790 if (!ai->shutdown_callback) in cvmx_app_hotplug_unplug_cores() 796 if ( (ai->coremask | coremask ) != ai->coremask) in cvmx_app_hotplug_unplug_cores() [all …]
|
| /f-stack/freebsd/x86/isa/ |
| H A D | atpic.c | 69 #define IMEN_MASK(ai) (IRQ_MASK((ai)->at_irq)) argument 93 #define IRQ(ap, ai) ((ap)->at_irqbase + (ai)->at_irq) argument 235 for (i = 0, ai = atintrs; i < NUM_ISA_IRQS; i++, ai++) { in atpic_register_sources() 319 return (IRQ(ap, ai)); in atpic_vector() 392 ai->at_trigger = trig; in atpic_config_intr() 462 for (i = 0, ai = atintrs; i < NUM_ISA_IRQS; i++, ai++) { in atpic_startup() 465 ai->at_intsrc.is_count = &ai->at_count; in atpic_startup() 466 ai->at_intsrc.is_straycount = &ai->at_straycount; in atpic_startup() 468 ai->at_irq, pti ? ai->at_intr_pti : ai->at_intr, SDT_ATPIC, in atpic_startup() 484 for (i = 0, ai = atintrs; i < NUM_ISA_IRQS; i++, ai++) in atpic_startup() [all …]
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_syscalls.c | 651 struct auditinfo ai; in sys_getaudit() local 663 bzero(&ai, sizeof(ai)); in sys_getaudit() 664 ai.ai_auid = cred->cr_audit.ai_auid; in sys_getaudit() 665 ai.ai_mask = cred->cr_audit.ai_mask; in sys_getaudit() 666 ai.ai_asid = cred->cr_audit.ai_asid; in sys_getaudit() 669 return (copyout(&ai, uap->auditinfo, sizeof(ai))); in sys_getaudit() 677 struct auditinfo ai; in sys_setaudit() local 682 error = copyin(uap->auditinfo, &ai, sizeof(ai)); in sys_setaudit() 685 audit_arg_auditinfo(&ai); in sys_setaudit() 699 newcred->cr_audit.ai_auid = ai.ai_auid; in sys_setaudit() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 1002 (ai < a_len)) { in nvpair_value_match_regex() 1032 (ai < a_len) && in nvpair_value_match_regex() 1055 (ai < a_len) && in nvpair_value_match_regex() 1078 (ai < a_len) && in nvpair_value_match_regex() 1101 (ai < a_len) && in nvpair_value_match_regex() 1124 (ai < a_len) && in nvpair_value_match_regex() 1147 (ai < a_len) && in nvpair_value_match_regex() 1170 (ai < a_len) && in nvpair_value_match_regex() 1193 (ai < a_len) && in nvpair_value_match_regex() 1216 (ai < a_len) && in nvpair_value_match_regex() [all …]
|
| /f-stack/tools/ifconfig/ |
| H A D | ifvxlan.c | 252 struct addrinfo *ai; in DECL_CMD_FUNC() local 262 sa = ai->ai_addr; in DECL_CMD_FUNC() 264 switch (ai->ai_family) { in DECL_CMD_FUNC() 291 freeaddrinfo(ai); in DECL_CMD_FUNC() 312 struct addrinfo *ai; in DECL_CMD_FUNC() local 322 sa = ai->ai_addr; in DECL_CMD_FUNC() 324 switch (ai->ai_family) { in DECL_CMD_FUNC() 351 freeaddrinfo(ai); in DECL_CMD_FUNC() 372 struct addrinfo *ai; in DECL_CMD_FUNC() local 382 sa = ai->ai_addr; in DECL_CMD_FUNC() [all …]
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_audit.c | 63 mac_cred_check_setaudit(struct ucred *cred, struct auditinfo *ai) in mac_cred_check_setaudit() argument 67 MAC_POLICY_CHECK_NOSLEEP(cred_check_setaudit, cred, ai); in mac_cred_check_setaudit() 68 MAC_CHECK_PROBE2(cred_check_setaudit, error, cred, ai); in mac_cred_check_setaudit()
|
| H A D | mac_framework.h | 110 int mac_cred_check_setaudit(struct ucred *cred, struct auditinfo *ai);
|
| H A D | mac_policy.h | 138 struct auditinfo *ai);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_regdomain.c | 205 uint8_t *ai, *t; in sort_channels() local 208 for (ai = aa+size; --n >= 1; ai += size) in sort_channels() 209 for (t = ai; t > aa; t -= size) { in sort_channels()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_adc.c | 706 int wire, ai; in ti_adc_config_wires() local 710 ai = (wire_configs[i] >> 4) & 0xf; in ti_adc_config_wires() 714 sc->sc_xp_inp = ai; in ti_adc_config_wires() 718 sc->sc_xn_inp = ai; in ti_adc_config_wires() 722 sc->sc_yp_inp = ai; in ti_adc_config_wires() 726 sc->sc_yn_inp = ai; in ti_adc_config_wires()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 313 const struct ng_parse_array_info *ai = type->info; in ng_array_getAlign() local 315 return ALIGNMENT(ai->elementType); in ng_array_getAlign() 1480 const struct ng_parse_array_info *const ai = type->info; in ng_get_composite_elem_default() local 1482 if (ai->getDefault != NULL) { in ng_get_composite_elem_default() 1483 return (*ai->getDefault)(type, in ng_get_composite_elem_default() 1535 const struct ng_parse_array_info *const ai = type->info; in ng_get_composite_len() local 1537 return (*ai->getLength)(type, start, buf); in ng_get_composite_len() 1570 const struct ng_parse_array_info *const ai = type->info; in ng_get_composite_etype() local 1572 etype = ai->elementType; in ng_get_composite_etype()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | wii.dts | 101 compatible = "nintendo,hollywood-ai", 102 "nintendo,flipper-ai";
|
| H A D | gamecube.dts | 89 compatible = "nintendo,flipper-ai";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | wii.txt | 86 - compatible : should be "nintendo,hollywood-ai","nintendo,flipper-ai"
|
| H A D | gamecube.txt | 84 - compatible : should be "nintendo,flipper-ai"
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | mime.types | 35 application/postscript ps eps ai;
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 443 <gzip@prep.ai.mit.edu> is maintaining a registry of subfield 498 ftp://prep.ai.mit.edu/pub/gnu/ 552 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and 571 created by Jean-Loup Gailly <gzip@prep.ai.mit.edu>. Since this
|
| H A D | rfc1950.txt | 432 EMail: <gzip@prep.ai.mit.edu> 437 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
| H A D | rfc1951.txt | 861 available as gzip-*.tar in ftp://prep.ai.mit.edu/pub/gnu/ 917 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 473 if (zip->ai) { in rx_queue_count() 474 used = zip->cqe_cnt - zip->ai; in rx_queue_count() 899 .ai = 0, in mlx5_rxq_initialize() 1148 if (zip->ai) { in mlx5_rx_poll_len() 1153 len = rte_be_to_cpu_32((*mc)[zip->ai & 7].byte_cnt & in mlx5_rx_poll_len() 1155 *mcqe = &(*mc)[zip->ai & 7]; in mlx5_rx_poll_len() 1156 if ((++zip->ai & 7) == 0) { in mlx5_rx_poll_len() 1173 if (unlikely(rxq->zip.ai == rxq->zip.cqe_cnt)) { in mlx5_rx_poll_len() 1184 zip->ai = 0; in mlx5_rx_poll_len() 1240 zip->ai = 1; in mlx5_rx_poll_len()
|
| H A D | mlx5_rxtx.h | 61 uint16_t ai; /* Array index. */ member
|
| /f-stack/freebsd/security/mac_stub/ |
| H A D | mac_stub.c | 206 stub_cred_check_setaudit(struct ucred *cred, struct auditinfo *ai) in stub_cred_check_setaudit() argument
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 6320 struct sctp_adaptation_layer_indication ai, in sctp_load_addresses_from_init() local 6324 (struct sctp_paramhdr *)&ai, sizeof(ai)); in sctp_load_addresses_from_init()
|
| /f-stack/freebsd/security/mac_test/ |
| H A D | mac_test.c | 230 test_cred_check_setaudit(struct ucred *cred, struct auditinfo *ai) in test_cred_check_setaudit() argument
|