Home
last modified time | relevance | path

Searched defs:type (Results 2351 – 2375 of 4141) sorted by relevance

1...<<919293949596979899100>>...166

/freebsd/usr.sbin/pkg/
H A Dpkg.c88 hash_t type; member
555 char *sig, *cert, *type; in parse_cert() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp679 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 Dittnotify_config.h439 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 Dg_part_ldm.c270 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 Docs_hw_queues.c1109 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 Ddnssec_zone.c158 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 Ddump_entry.c304 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 Dap_drv_ops.c565 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 Dwpas_glue.c62 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 Dena_plat.h137 #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 Dbsd_kernel.c120 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 Dieee80211_proto.c481 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 Dyaml_private.h423 #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 Duipc_syscalls.c140 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 Dvnic_dev.c44 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 Dfdc.c241 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 Dif_bwn_phy_lp.c2139 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 Ddrm_os_freebsd.h101 #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 Dmain.c2175 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 Dqmi.h77 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 Dfw.c149 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 Dbus.h261 #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 Dcert.c854 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 Dwmi-ops.h641 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 DCodeGenFunction.cpp253 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()

1...<<919293949596979899100>>...166