Home
last modified time | relevance | path

Searched defs:type (Results 751 – 775 of 4141) sorted by relevance

1...<<31323334353637383940>>...166

/freebsd/include/
H A Dstddef.h65 #define offsetof(type, field) __builtin_offsetof(type, field) argument
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dgenerate-ci-type.py61 def output_type(type, reason): argument
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h189 #define LIST(type) ISC_LIST(type) argument
190 #define INIT_LIST(type) ISC_LIST_INIT(type) argument
191 #define LINK(type) ISC_LINK(type) argument
/freebsd/contrib/libfido2/tools/
H A Dutil.c457 print_cred(FILE *out_f, int type, const fido_cred_t *cred) in print_cred()
493 cose_type(const char *str, int *type) in cose_type()
512 cose_string(int type) in cose_string()
/freebsd/usr.sbin/ppp/
H A Dcbcp.c183 u_char type; member
213 cbcp_data_Type(unsigned type) in cbcp_data_Type()
225 u_char type; member
H A Dudp.c176 udp_iov2device(int type, struct physical *p, struct iovec *iov, int *niov, in udp_iov2device()
286 int type, sz; in udp_Create() local
/freebsd/sys/geom/part/
H A Dg_part_apm.c124 apm_parse_type(const char *type, char *buf, size_t bufsz) in apm_parse_type()
298 char type[APM_ENT_TYPELEN + 1]; in g_part_apm_dumpconf() member
488 const char *type; in g_part_apm_type() local
/freebsd/sys/dev/enic/
H A Dvnic_cq.h86 u8 type, u16 q_number, u16 completed_index, void *opaque), in vnic_cq_service()
92 u8 type, color; in vnic_cq_service() local
129 u8 type, color; in vnic_cq_work() local
/freebsd/contrib/less/
H A Doutput.c522 #define TYPE_TO_A_FUNC(funcname, type) \ argument
544 #define STR_TO_TYPE_FUNC(funcname, cfuncname, type) \ in TYPE_TO_A_FUNC() argument
574 #define IPRINT_FUNC(funcname, type, typetoa) \ argument
/freebsd/contrib/libucl/src/
H A Ducl_emitter.c46 #define UCL_EMIT_TYPE_OPS(type) \ argument
67 #define UCL_EMIT_TYPE_CONTENT(type) { \ argument
515 #define UCL_EMIT_TYPE_IMPL(type, compact) \ argument
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dcmdhdr.h131 __le16 type; member
143 __le16 type; member
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py132 def wpas_report_handover(req, sel, type): argument
143 def wpas_report_handover_wsc(req, sel, type): argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp237 llvm::Expected<QualType> type = m_importer->Import(arg.getAsType()); in tryInstantiateStdTemplate() local
248 llvm::Expected<QualType> type = in tryInstantiateStdTemplate() local
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_nfit.c45 find_matches(ACPI_TABLE_NFIT *nfitbl, uint16_t type, uint16_t offset, in find_matches()
79 malloc_find_matches(ACPI_TABLE_NFIT *nfitbl, uint16_t type, uint16_t offset, in malloc_find_matches()
/freebsd/sys/dev/sound/pci/
H A Dspicds.c46 unsigned int type; /* codec type */ member
173 spicds_settype(struct spicds_info *codec, unsigned int type) in spicds_settype()
/freebsd/usr.sbin/iovctl/
H A Diovctl.c316 print_default_value(const nvlist_t *parameter, const char *type) in print_default_value()
361 const char *name, *type; in print_subsystem_schema() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp140 CompilerType type) { in CreateValueObjectFromAddress()
150 const ExecutionContext &exe_ctx, CompilerType type) { in CreateValueObjectFromData()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp84 #define MEMPROF_MEMORY_ACCESS_CALLBACK(type) \ argument
89 #define MEMPROF_MEMORY_ACCESS_CALLBACK_HIST(type) \ argument
/freebsd/bin/cp/
H A Dcp.c107 enum op type; in main() local
298 copy(char *argv[], enum op type, int fts_options, struct stat *root_stat) in copy()
/freebsd/crypto/openssl/test/
H A Dossl_store_test.c141 static int get_params(const char *uri, const char *type) in get_params()
173 const char *type; in test_store_get_params() local
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.c146 uint8_t ridx, type; in rtwn_tx_data() local
233 uint8_t type; in rtwn_tx_raw() local
/freebsd/usr.sbin/bhyve/
H A Drfb.c182 uint8_t type; member
206 uint8_t type; member
212 uint8_t type; member
221 uint8_t type; member
228 uint8_t type; member
233 uint8_t type; member
241 uint8_t type; member
248 uint8_t type; member
262 uint8_t type; member
/freebsd/contrib/wpa/src/utils/
H A Deloop.c73 eloop_event_type type; member
196 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue()
230 static short event_type_kevent_filter(eloop_event_type type) in event_type_kevent_filter()
243 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue()
735 static struct eloop_sock_table *eloop_get_sock_table(eloop_event_type type) in eloop_get_sock_table()
750 int eloop_register_sock(int sock, eloop_event_type type, in eloop_register_sock()
763 void eloop_unregister_sock(int sock, eloop_event_type type) in eloop_unregister_sock()
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h409 int32_t type; member
435 int32_t type; member
461 int32_t type; member
473 int32_t type; member
527 int32_t type; member
541 int32_t type; member
552 int32_t type; member
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dintegral_constant.h24 typedef integral_constant type; typedef

1...<<31323334353637383940>>...166