/freebsd/usr.sbin/pkg/ |
H A D | pkg.c | 88 hash_t type; member 555 char *sig, *cert, *type; in parse_cert() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 679 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() 703 dispatch_io_type_t type, const char *path, int oflag, in TSAN_INTERCEPTOR() 729 dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, in TSAN_INTERCEPTOR()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_config.h | 439 int type; global() member 578 NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) global() argument 596 NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) global() argument
|
/freebsd/sys/geom/part/ |
H A D | g_part_ldm.c | 270 uint8_t type; /* VBLK type */ member 320 uint8_t type; member 1283 u_char *buf, type[64]; in g_part_ldm_probe() local
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw_queues.c | 1109 tok_type_e type; member 1129 tok_type_e type; member 1292 token_type2s(tok_type_e type) in token_type2s()
|
/freebsd/contrib/ldns/ |
H A D | dnssec_zone.c | 158 ldns_rr_type type) in ldns_dnssec_rrsets_set_type() 495 ldns_rr_type type) { in ldns_dnssec_name_find_rrset() 512 ldns_rr_type type) in ldns_dnssec_zone_find_rrset()
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 304 dump_predicate(PredType type, PredIdx idx) in dump_predicate() 342 version_filter(PredType type, PredIdx idx) in version_filter() 396 #define is_termcap(type) (OkIndex(idx, type##_from_termcap) && \ in version_filter() argument
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 565 int hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type, in hostapd_if_add() 580 enum wpa_driver_if_type type, in hostapd_if_link_remove() 592 int hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type, in hostapd_if_remove()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpas_glue.c | 62 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, in wpa_alloc_eapol() 146 static int wpa_supplicant_eapol_send(void *ctx, int type, const u8 *buf, in wpa_supplicant_eapol_send() 459 static u8 * _wpa_alloc_eapol(void *wpa_s, u8 type, in _wpa_alloc_eapol()
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 137 #define container_of(ptr, type, member) \ argument 227 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) argument 228 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) argument
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 120 bus_alloc_resource_any(device_t dev, int type, int *rid, unsigned int flags) in bus_alloc_resource_any() 202 bus_release_resource(device_t dev, int type, int rid, struct resource *r) in bus_release_resource() 271 mtx_init(struct mtx *mtx, const char *name, const char *type, int opt) in mtx_init()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_proto.c | 481 ieee80211_authenticator_register(int type, in ieee80211_authenticator_register() 490 ieee80211_authenticator_unregister(int type) in ieee80211_authenticator_unregister() 1500 setwmeparams(struct ieee80211vap *vap, const char *type, int ac, in setwmeparams()
|
/freebsd/contrib/libyaml/src/ |
H A D | yaml_private.h | 423 #define STACK_INIT(context,stack,type) \ argument 456 #define QUEUE_INIT(context,queue,size,type) \ argument 683 #define YAML_MALLOC_STATIC(type) (type*)yaml_malloc(sizeof(type)) argument
|
/freebsd/sys/kern/ |
H A D | uipc_syscalls.c | 140 kern_socket(struct thread *td, int domain, int type, int protocol) in kern_socket() 550 kern_socketpair(struct thread *td, int domain, int type, int protocol, in kern_socketpair() 1473 sockargs(struct mbuf **mp, char *buf, socklen_t buflen, int type) in sockargs()
|
/freebsd/sys/dev/enic/ |
H A D | vnic_dev.c | 44 u8 type; in vnic_dev_discover_res() local 120 enum vnic_res_type type) in vnic_dev_get_res_count() 125 void __iomem *vnic_dev_get_res(struct vnic_dev *vdev, enum vnic_res_type type, in vnic_dev_get_res()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 241 enum fd_drivetype type; /* drive type */ member 1889 int flags, type; in fd_probe() local 2100 fdc_modevent(module_t mod, int type, void *data) in fdc_modevent()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | 2139 uint32_t offset, type; in bwn_tab_read_multi() local 2177 uint32_t offset, type, value; in bwn_tab_write_multi() local 3488 uint32_t offset, type; in bwn_tab_write() local 3615 uint32_t offset, type, value; in bwn_tab_read() local
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 101 #define container_of(ptr, type, member) ({ \ argument 185 #define min_t(type, x, y) ({ \ argument 190 #define max_t(type, x, y) ({ \ argument 597 #define module_param_named(name, var, type, perm) argument
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 2175 u_int type; in reqid_allocate() local 2240 reqid_next(u_int type) in reqid_next() 2258 reqid_base(u_int type) in reqid_base() 2281 reqid_istype(int32_t reqid, u_int type) in reqid_istype()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | qmi.h | 77 enum ath12k_qmi_event_type type; member 94 enum ath12k_qmi_event_type type; member 99 u32 type; member 321 enum qmi_wlanfw_mem_type_enum_v01 type; member 334 enum qmi_wlanfw_mem_type_enum_v01 type; member
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | fw.c | 149 u8 type = GET_BCN_FILTER_NOTIFY_TYPE(payload); rtw_fw_bcn_filter_notify_vif_iter() local 855 rtw_get_rsvd_page_location(struct rtw_dev * rtwdev,enum rtw_rsvd_packet_type type) rtw_get_rsvd_page_location() argument 1195 rtw_fill_rsvd_page_desc(struct rtw_dev * rtwdev,struct sk_buff * skb,enum rtw_rsvd_packet_type type) rtw_fill_rsvd_page_desc() argument 1226 rtw_alloc_rsvd_page(struct rtw_dev * rtwdev,enum rtw_rsvd_packet_type type,bool txdesc) rtw_alloc_rsvd_page() argument 1255 rtw_add_rsvd_page(struct rtw_dev * rtwdev,struct rtw_vif * rtwvif,enum rtw_rsvd_packet_type type,bool txdesc) rtw_add_rsvd_page() argument [all...] |
/freebsd/sys/arm/include/ |
H A D | bus.h | 261 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 263 #define __bs_set(type, sz, t, h, o, v, c) \ argument 273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 744 #define BUS_PEEK_FUNC(width, type) \ argument 759 #define BUS_POKE_FUNC(width, type) \ argument
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | cert.c | 854 enum certtype type, size_t depth) in check_basic_constraints() 1982 enum certtype type; in hx509_verify_path() local 2455 hx509_hostname_type type, in hx509_verify_hostname() 3114 _hx509_query_statistic(hx509_context context, int type, const hx509_query *q) in _hx509_query_statistic() 3181 int type, mask, num; in hx509_query_unparse_stats() local
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-ops.h | 641 enum wmi_vdev_type type, in ath10k_wmi_vdev_create() 1089 enum wmi_peer_stats_info_request_type type, in ath10k_wmi_request_peer_stats_info() 1111 enum wmi_force_fw_hang_type type, u32 delay_ms) in ath10k_wmi_force_fw_hang() 1549 enum wmi_host_platform_type type, in ath10k_wmi_ext_resource_config() 1578 enum wmi_bss_survey_req_type type) in ath10k_wmi_pdev_bss_chan_info_request()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 253 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) { in getEvaluationKind() 2308 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() 2315 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() 2339 CodeGenFunction::getVLAElements1D(QualType type) { in getVLAElements1D() 2353 void CodeGenFunction::EmitVariablyModifiedType(QualType type) { in EmitVariablyModifiedType()
|