Home
last modified time | relevance | path

Searched defs:type (Results 226 – 250 of 4141) sorted by relevance

12345678910>>...166

/freebsd/sys/i386/include/xen/
H A Dhypercall.h47 #define _hypercall0(type, name) \ argument
58 #define _hypercall1(type, name, a1) \ argument
69 #define _hypercall2(type, name, a1, a2) \ argument
80 #define _hypercall3(type, name, a1, a2, a3) \ argument
93 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument
106 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \ argument
315 unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist()
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y362 struct assignment *type; in make_name() local
453 static struct type_handler *find_handler(struct assignment *type) in find_handler()
473 struct assignment *type; in gen_options() local
530 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper() local
569 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper() local
658 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper() local
677 struct assignment *type = find(tmp->u.assignment, "type"); in gen_wrapper() local
/freebsd/stand/common/
H A Dpart.c69 } type; member
74 enum ptable_type type; member
82 enum partition_type type; member
101 parttype2str(enum partition_type type) in parttype2str()
122 gpt_parttype(uuid_t type) in gpt_parttype()
357 mbr_parttype(uint8_t type) in mbr_parttype()
439 bsd_parttype(uint8_t type) in bsd_parttype()
/freebsd/sys/i386/i386/
H A Delf_machdep.c174 int type, elf_lookup_fn lookup, int flags) in elf_reloc_internal()
272 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, in elf_reloc()
281 int type, elf_lookup_fn lookup) in elf_reloc_local()
/freebsd/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h88 #define SLIST_HEAD(name, type) \ argument
97 #define SLIST_ENTRY(type) \ argument
140 #define LIST_HEAD(name, type) \ argument
148 #define LIST_ENTRY(type) \ argument
214 #define SIMPLEQ_HEAD(name, type) \ argument
223 #define SIMPLEQ_ENTRY(type) \ argument
275 #define TAILQ_HEAD(name, type) \ argument
284 #define TAILQ_ENTRY(type) \ argument
378 #define CIRCLEQ_HEAD(name, type) \ argument
387 #define CIRCLEQ_ENTRY(type) \ argument
/freebsd/contrib/libevent/compat/sys/
H A Dqueue.h88 #define SLIST_HEAD(name, type) \ argument
97 #define SLIST_ENTRY(type) \ argument
140 #define LIST_HEAD(name, type) \ argument
148 #define LIST_ENTRY(type) \ argument
214 #define SIMPLEQ_HEAD(name, type) \ argument
223 #define SIMPLEQ_ENTRY(type) \ argument
275 #define TAILQ_HEAD(name, type) \ argument
284 #define TAILQ_ENTRY(type) \ argument
378 #define CIRCLEQ_HEAD(name, type) \ argument
387 #define CIRCLEQ_ENTRY(type) \ argument
/freebsd/sys/sys/
H A Datomic_san.h46 #define ATOMIC_SAN_FUNC_1(sp, op, name, type) \ argument
51 #define ATOMIC_SAN_CMPSET(sp, name, type) \ argument
56 #define ATOMIC_SAN_FCMPSET(sp, name, type) \ argument
61 #define ATOMIC_SAN_READ(sp, op, name, type) \ argument
64 #define ATOMIC_SAN_READANDCLEAR(sp, name, type) \ argument
67 #define ATOMIC_SAN_LOAD(sp, name, type) \ argument
70 #define ATOMIC_SAN_LOAD_ACQ(sp, name, type) \ argument
73 #define ATOMIC_SAN_STORE(sp, name, type) \ argument
76 #define ATOMIC_SAN_STORE_REL(sp, name, type) \ argument
79 #define ATOMIC_SAN_TEST(sp, op, name, type) \ argument
[all …]
/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c133 gdb_cpu_signal(int type, int code) in gdb_cpu_signal()
154 gdb_cpu_stop_reason(int type, int code) in gdb_cpu_stop_reason()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h17 #define JEMALLOC_GENERATE_ATOMICS(type, short_type, \ argument
66 #define JEMALLOC_GENERATE_INT_ATOMICS(type, short_type, \ argument
/freebsd/sys/dev/irdma/
H A Dirdma_hmc.c55 irdma_find_sd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_sd_index_limit()
83 irdma_find_pd_index_limit(struct irdma_hmc_info *hmc_info, u32 type, in irdma_find_pd_index_limit()
105 irdma_set_sd_entry(u64 pa, u32 idx, enum irdma_sd_entry_type type, in irdma_set_sd_entry()
125 irdma_clr_sd_entry(u32 idx, enum irdma_sd_entry_type type, in irdma_clr_sd_entry()
164 enum irdma_sd_entry_type type, bool setsd) in irdma_hmc_sd_one()
519 enum irdma_sd_entry_type type, u64 direct_mode_sz) in irdma_add_sd_table_entry()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-queue.h186 #define SLIST_HEAD(name, type) \ argument
194 #define SLIST_ENTRY(type) \ argument
242 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
259 #define LIST_HEAD(name, type) \ argument
267 #define LIST_ENTRY(type) \ argument
342 #define SIMPLEQ_HEAD(name, type) \ argument
351 #define SIMPLEQ_ENTRY(type) \ argument
422 #define XSIMPLEQ_HEAD(name, type) \ argument
429 #define XSIMPLEQ_ENTRY(type) \ argument
502 #define TAILQ_HEAD(name, type) \ argument
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_lu.c95 int X509_LOOKUP_by_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_subject_ex()
111 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_subject()
117 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_issuer_serial()
127 int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_fingerprint()
136 int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_alias()
299 X509_LOOKUP_TYPE type, in X509_STORE_CTX_get_obj_by_subject()
320 int ossl_x509_store_ctx_get_by_subject(const X509_STORE_CTX *ctx, X509_LOOKUP_TYPE type, in ossl_x509_store_ctx_get_by_subject()
380 X509_LOOKUP_TYPE type, in X509_STORE_CTX_get_by_subject()
535 static int x509_object_idx_cnt(STACK_OF(X509_OBJECT) *h, X509_LOOKUP_TYPE type, in x509_object_idx_cnt()
563 int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, X509_LOOKUP_TYPE type, in X509_OBJECT_idx_by_subject()
[all …]
/freebsd/crypto/openssl/test/
H A Devp_pkey_dparams_test.c215 int type; member
251 int type = pkey_params[id].type; in params_bio_test() local
278 int type = pkey_params[id].type; in set_enc_pubkey_test() local
/freebsd/contrib/libder/libder/
H A Dlibder_obj.c47 libder_obj_alloc_check(struct libder_ctx *ctx, struct libder_tag *type, in libder_obj_alloc_check()
64 libder_obj_alloc(struct libder_ctx *ctx, struct libder_tag *type, in libder_obj_alloc()
93 struct libder_tag *type; in libder_obj_alloc_simple() local
126 libder_obj_alloc_internal(struct libder_ctx *ctx, struct libder_tag *type, in libder_obj_alloc_internal()
357 struct libder_tag *type = obj->type; in libder_obj_type_simple() local
382 libder_type_name(const struct libder_tag *type) in libder_type_name()
494 libder_is_valid_obj(struct libder_ctx *ctx, const struct libder_tag *type, in libder_is_valid_obj()
707 uint8_t type; in libder_obj_coalesce_children() local
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dkmap_compat.h47 #define zfs_access_ok(type, addr, size) access_ok(type, addr, size) argument
49 #define zfs_access_ok(type, addr, size) access_ok(addr, size) argument
/freebsd/crypto/openssl/crypto/evp/
H A Ddh_support.c18 int type; member
50 int ossl_dh_gen_type_name2id(const char *name, int type) in ossl_dh_gen_type_name2id()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dweak_result_type.h54 typedef decltype(__test((_Tp*)0)) type; typedef
70 typedef decltype(__test((_Tp*)0)) type; typedef
/freebsd/contrib/libucl/tests/schema/
H A Dnot.json5 "not": {"type": "integer"} string
23 "not": {"type": ["integer", "boolean"]} array
47 "type": "object", string
50 "type": "string" string
H A DallOf.json8 "bar": {"type": "integer"} string
14 "foo": {"type": "string"} string
46 "properties": {"bar": {"type": "integer"}}, string
51 "foo": {"type": "string"} string
57 "baz": {"type": "null"} string
/freebsd/lib/libc/net/
H A Drthdr.c48 inet6_rthdr_space(int type, int seg) in inet6_rthdr_space()
67 inet6_rthdr_init(void *bp, int type) in inet6_rthdr_init()
274 inet6_rth_space(int type, int segments) in inet6_rth_space()
287 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) in inet6_rth_init()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp198 bool PPC::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk() argument
211 inBranchRange(RelType type,uint64_t src,uint64_t dst) const inBranchRange() argument
218 getRelExpr(RelType type,const Symbol & s,const uint8_t * loc) const getRelExpr() argument
292 fromDTPREL(RelType type,uint64_t val) fromDTPREL() argument
379 adjustTlsExpr(RelType type,RelExpr expr) const adjustTlsExpr() argument
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp111 #define ASAN_REPORT_ERROR(type, is_write, size) \ argument
139 #define ASAN_REPORT_ERROR_N(type, is_write) \ argument
159 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
171 #define ASAN_MEMORY_ACCESS_CALLBACK(type, is_write, size) \ argument
552 void UnpoisonStack(uptr bottom, uptr top, const char *type) { in UnpoisonStack()
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c104 #define DFLTPRTOP(pctl, type) \ argument
107 #define DFLTPRTOPARG(pctl, type) \ argument
110 #define CUSTPRTOP(pctl, type) \ argument
113 #define CUSTPRTOPARG(pctl, type) \ argument
116 #define RENDER(pctl, type, nvl, name, val) \ argument
130 #define ARENDER(pctl, type, nvl, name, arrp, count) \ argument
435 #define NVLIST_PRINTCTL_REPLACE(type, vtype) \ argument
461 #define NVLIST_PRINTCTL_AREPLACE(type, vtype) \ argument
597 data_type_t type = nvpair_type(nvp); in nvlist_print_with_indent() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry()
20 DebugMacroEntry::DebugMacroEntry(EntryType type, in DebugMacroEntry()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_resource.h16 #define RESOURCE_CONTAINER(ptr, type, member) \ argument
31 vmci_resource_type type; member

12345678910>>...166