/freebsd/lib/libdevdctl/ |
H A D | exception.cc | 85 ParseException::ParseException(Type type, const std::string &parsedBuffer, in ParseException()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.h | 23 const char *type; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | CoreMedia.cpp | 24 CompilerType type = valobj.GetCompilerType(); in CMTimeSummaryProvider() local
|
/freebsd/sys/dev/sdio/ |
H A D | sdiob.h | 76 #define SDIOB_ACCESSOR(var, ivar, type) \ argument
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_pfvf_utils.h | 21 struct pfvf_field_format type; member
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tsd_tls.h | 6 #define JEMALLOC_TSD_TYPE_ATTR(type) __thread type JEMALLOC_TLS_MODEL argument
|
/freebsd/contrib/libcbor/src/cbor/internal/ |
H A D | unicode.c | 60 uint32_t type = utf8d[byte]; in _cbor_unicode_decode() local
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrap.c | 36 #define WRAP(type, name, args, retval, param, prob) \ argument
|
/freebsd/share/examples/kld/random_adaptor/ |
H A D | random_adaptor_example.c | 98 live_random_example_modevent(module_t mod __unused, int type, void *unused __unused) in live_random_example_modevent()
|
/freebsd/lib/libc/rpc/ |
H A D | rtime.c | 75 int type; in rtime() local
|
/freebsd/contrib/sendmail/src/ |
H A D | stats.c | 43 markstats(e, to, type) in markstats() argument
|
/freebsd/lib/libstdthreads/ |
H A D | mtx.c | 43 mtx_init(mtx_t *mtx, int type) in mtx_init()
|
/freebsd/sys/xen/evtchn/ |
H A D | evtchnvar.h | 40 #define EVTCHN_PTR(type, port) ({ \ argument
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | InstrumentationRuntime.cpp | 32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad() local
|
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc_rockchip.c | 80 int type; in rockchip_dwmmc_attach() local
|
/freebsd/sys/sys/ |
H A D | _stdarg.h | 42 #define va_arg(ap, type) __builtin_va_arg((ap), type) argument
|
/freebsd/contrib/libyaml/tests/ |
H A D | run-parser-test-suite.c | 55 yaml_event_type_t type; in main() local
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_imp_name.c | 37 oid_str(char type) in oid_str()
|
/freebsd/crypto/openssl/ssl/ |
H A D | d1_msg.c | 13 int dtls1_write_app_data_bytes(SSL *s, uint8_t type, const void *buf_, in dtls1_write_app_data_bytes()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | bcm_osal.h | 105 #define max_t(type, val1, val2) \ argument 107 #define min_t(type, val1, val2) \ argument 285 #define OSAL_LIST_FIRST_ENTRY(list, type, field) \ argument 320 #define OSAL_LIST_NEXT(entry, field, type) \ argument 323 #define OSAL_LIST_FOR_EACH_ENTRY(entry, list, field, type) \ argument 328 #define OSAL_LIST_FOR_EACH_ENTRY_SAFE(entry, tmp_entry, list, field, type) \ argument 410 #define OSAL_MAX_T(type, __max1, __max2) max_t(type, __max1, __max2) argument 411 #define OSAL_MIN_T(type, __max1, __max2) min_t(type, __max1, __max2) argument 434 #define OSAL_GET_PROTOCOL_STATS(p_hwfn, type, stats) \ argument 515 #define OSAL_IOV_VF_MSG_TYPE(p_hwfn, relative_vf_id, type) argument
|
/freebsd/crypto/heimdal/lib/gssapi/gssapi/ |
H A D | gssapi_krb5.h | 154 int type; member 169 OM_uint32 type; member
|
/freebsd/usr.sbin/ppp/ |
H A D | filter.c | 101 int type; in ParseIcmp() local 226 addrstr(struct ncprange *addr, unsigned type) in addrstr()
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() 66 static void add_entry(struct wpabuf *xml, const char *type, const char *name, in add_entry()
|
/freebsd/sys/net/ |
H A D | slcompress.c | 406 sl_uncompress_tcp(u_char **bufp, int len, u_int type, struct slcompress *comp) in sl_uncompress_tcp() 450 sl_uncompress_tcp_core(u_char *buf, int buflen, int total_len, u_int type, in sl_uncompress_tcp_core()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_iso9660_filename.c | 73 verify_file(struct archive *a, enum vtype type, struct fns *fns) in verify_file() 141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) in verify()
|