Home
last modified time | relevance | path

Searched defs:type (Results 26 – 50 of 2152) sorted by relevance

12345678910>>...87

/illumos-gate/usr/src/lib/libfruutils/
H A Dfru_tag.h45 unsigned type : 1; member
50 unsigned type : 2; member
55 unsigned type : 3; member
60 unsigned type : 4; member
65 unsigned type : 5; member
70 unsigned type : 6; member
75 unsigned type : 7; member
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_array_values.c26 struct symbol *type; member
92 struct symbol *type; in get_array_name() local
112 struct symbol *type; in get_array_rl() local
142 static struct range_list *get_saved_rl(struct symbol *type, char *name) in get_saved_rl()
163 struct symbol *type; in match_assign() local
194 struct symbol *type; in mark_strings_unknown() local
H A Dcheck_memcpy_overflow.c52 struct symbol *type; in bytes_to_end_of_struct() local
81 struct symbol *type; in size_of_union() local
114 static int name_in_union(struct symbol *type, const char *name) in name_in_union()
134 struct symbol *type, *tmp; in ends_on_struct_member_boundary() local
196 struct symbol *type; in is_one_element_array() local
220 struct symbol *type; in is_ignored_struct() local
H A Dsymbol.h56 enum type { enum
117 enum keyword type; member
376 static inline int is_type_type(struct symbol *type) in is_type_type()
381 static inline int is_ptr_type(struct symbol *type) in is_ptr_type()
390 static inline int is_func_type(struct symbol *type) in is_func_type()
397 static inline int is_array_type(struct symbol *type) in is_array_type()
411 static inline int is_byte_type(struct symbol *type) in is_byte_type()
416 static inline int is_void_type(struct symbol *type) in is_void_type()
423 static inline int is_bool_type(struct symbol *type) in is_bool_type()
468 static inline int is_function(struct symbol *type) in is_function()
[all …]
H A Dcheck_syscall_arg_type.c83 struct symbol *type; in is_mode_t() local
97 struct symbol *type; in is_pid_t() local
110 struct symbol *type; in get_arg_type_from_type() local
145 const char *type; in get_syscall_arg_type() local
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c251 cpupm_domain_find(id_t id, cpupm_dtype_t type) in cpupm_domain_find()
270 cpupm_domain_create(id_t id, cpupm_dtype_t type) in cpupm_domain_create()
319 cpupm_domain_init(struct cpu *cp, cpupm_dtype_t type) in cpupm_domain_init()
365 cpupm_domain_id(struct cpu *cp, cpupm_dtype_t type) in cpupm_domain_id()
675 cpupm_dtype_t type = CPUPM_DTYPE_ACTIVE; in cpupm_redefine_max_activepwr_state() local
747 cpupm_state_change_global(cpupm_dtype_t type, cpupm_state_name_t state) in cpupm_state_change_global()
/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h62 #define MALLOC(type) \ argument
64 #define CALLOC(number, type) \ argument
66 #define REALLOC(ptr, number, type) \ argument
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument
78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument
99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_pubtypes.c89 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtypename() local
104 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_type_die_offset() local
114 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_cu_offset() local
128 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_pubtype_name_offsets() local
H A Ddwarf_types.c80 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_typename() local
96 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_die_offset() local
106 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_cu_offset() local
118 Dwarf_Global type = (Dwarf_Global) type_in; in dwarf_type_name_offsets() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetauxv.c47 _getaux(int type) in _getaux()
108 ___getauxval(int type) in ___getauxval()
118 ___getauxptr(int type) in ___getauxptr()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_intr.c98 apic_find_irq(dev_info_t *dip, struct intrspec *ispec, int type) in apic_find_irq()
238 apic_pci_msi_enable_vector(apic_irq_t *irq_ptr, int type, int inum, int vector, in apic_pci_msi_enable_vector()
279 apic_pci_msi_disable_mode(dev_info_t *rdip, int type) in apic_pci_msi_disable_mode()
310 apic_pci_msi_enable_mode(dev_info_t *rdip, int type, int inum) in apic_pci_msi_enable_mode()
361 apic_pci_msi_unconfigure(dev_info_t *rdip, int type, int inum) in apic_pci_msi_unconfigure()
/illumos-gate/usr/src/uts/intel/io/
H A Dpolled_io.c202 polled_io_console_type_t type, in polled_io_register()
259 polled_io_console_type_t type, in polled_io_unregister()
316 polled_io_console_type_t type, in polled_io_take_console()
345 polled_io_console_type_t type, in polled_io_release_console()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h83 #define LIST_HEAD(name, type) \ argument
88 #define LIST_ENTRY(type) \ argument
126 #define TAILQ_HEAD(name, type) \ argument
132 #define TAILQ_ENTRY(type) \ argument
185 #define CIRCLEQ_HEAD(name, type) \ argument
191 #define CIRCLEQ_ENTRY(type) \ argument
/illumos-gate/usr/src/uts/sun4/os/
H A Dbus_func.c43 bus_func_register(int type, busfunc_t func, void *arg) in bus_func_register()
63 bus_func_unregister(int type, busfunc_t func, void *arg) in bus_func_unregister()
93 bus_func_invoke(int type) in bus_func_invoke()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c57 ddt_object_create(ddt_t *ddt, enum ddt_type type, enum ddt_class class, in ddt_object_create()
104 ddt_object_load(ddt_t *ddt, enum ddt_type type, enum ddt_class class) in ddt_object_load()
136 ddt_object_sync(ddt_t *ddt, enum ddt_type type, enum ddt_class class, in ddt_object_sync()
458 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_object_stats() local
482 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_histogram() local
690 enum ddt_type type; in ddt_lookup() local
766 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_prefetch() local
855 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_load() local
901 for (enum ddt_type type = 0; type < DDT_TYPES; type++) in ddt_class_contains() local
919 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_repair_start() local
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c66 Dbg_reloc_error(Lm_list *lml, int caller, Half mach, Word type, void *reloc, in Dbg_reloc_error()
140 Dbg_reloc_generate(Lm_list *lml, Os_desc *osp, Word type) in Dbg_reloc_generate()
237 Dbg_reloc_dooutrel(Lm_list *lml, Word type) in Dbg_reloc_dooutrel()
294 Dbg_reloc_out(Ofl_desc *ofl, int caller, Word type, void *reloc, in Dbg_reloc_out()
308 Dbg_reloc_in(Lm_list *lml, int caller, Half mach, Word type, void *reloc, in Dbg_reloc_in()
359 Dbg_reloc_ors_entry(Lm_list *lml, int caller, Word type, Half mach, in Dbg_reloc_ors_entry()
401 Dbg_reloc_ars_entry(Lm_list *lml, int caller, Word type, Half mach, in Dbg_reloc_ars_entry()
424 Dbg_reloc_entry(Lm_list *lml, const char *prestr, Half mach, Word type, in Dbg_reloc_entry()
512 Elf_reloc_title(Lm_list *lml, int caller, Word type) in Elf_reloc_title()
560 Elf_reloc_entry_2(Lm_list *lml, int caller, const char *prestr, Word type, in Elf_reloc_entry_2()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c106 pci_get_msi_ctrl(dev_info_t *dip, int type, ushort_t *msi_ctrl, in pci_get_msi_ctrl()
155 pci_msi_get_cap(dev_info_t *rdip, int type, int *flagsp) in pci_msi_get_cap()
200 pci_msi_configure(dev_info_t *rdip, int type, int count, int inum, in pci_msi_configure()
294 pci_msi_unconfigure(dev_info_t *rdip, int type, int inum) in pci_msi_unconfigure()
358 pci_is_msi_enabled(dev_info_t *rdip, int type) in pci_is_msi_enabled()
393 pci_msi_enable_mode(dev_info_t *rdip, int type) in pci_msi_enable_mode()
441 pci_msi_disable_mode(dev_info_t *rdip, int type) in pci_msi_disable_mode()
483 pci_msi_set_mask(dev_info_t *rdip, int type, int inum) in pci_msi_set_mask()
547 pci_msi_clr_mask(dev_info_t *rdip, int type, int inum) in pci_msi_clr_mask()
668 pci_msi_get_nintrs(dev_info_t *rdip, int type, int *nintrs) in pci_msi_get_nintrs()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.c34 #define DEF_FUNC_PTRS(type) \ argument
38 #define DEF_FUNC_PTRS_ARRAY(type) \ argument
93 #define SET_PTRS(type) \ in pkinit_accessor_init() argument
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c63 fopen(const char *name, const char *type) /* open name, return new stream */ in fopen()
82 _freopen_null(const char *type, FILE *iop) in _freopen_null()
210 freopen(const char *name, const char *type, FILE *iop) in freopen()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_event.c617 ibt_async_code_t type; in hermon_eq_catastrophic() local
1130 ibt_async_code_t type; in hermon_port_state_change_handler() local
1198 ibt_async_code_t type; in hermon_comm_estbl_handler() local
1248 ibt_async_code_t type; in hermon_local_wq_cat_err_handler() local
1298 ibt_async_code_t type; in hermon_invreq_local_wq_err_handler() local
1348 ibt_async_code_t type; in hermon_local_acc_vio_wq_err_handler() local
1399 ibt_async_code_t type; in hermon_sendq_drained_handler() local
1464 ibt_async_code_t type; in hermon_path_mig_handler() local
1514 ibt_async_code_t type; in hermon_path_mig_err_handler() local
1564 ibt_async_code_t type; in hermon_catastrophic_handler() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c137 findencryption(int type) in findencryption()
148 finddecryption(int type) in finddecryption()
224 EncryptEnable(char *type, char *mode) in EncryptEnable()
240 EncryptDisable(char *type, char *mode) in EncryptDisable()
275 EncryptType(char *type, char *mode) in EncryptType()
495 register int type, use_type = 0; in encrypt_support() local
537 register int type, ret; in encrypt_is() local
582 register int ret, type; in encrypt_reply() local
816 encrypt_start_output(int type) in encrypt_start_output()
960 register int type = data[1]; in encrypt_printsub() local
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c210 char *type; in fw_writefw() local
478 int type; in cnx_read_image() local
569 cnx_verify_image(ib_cnx_encap_ident_t *handle, int type) in cnx_verify_image()
658 cnx_write_image(ib_cnx_encap_ident_t *handle, int type) in cnx_write_image()
1264 cnx_cont2phys(uint32_t log2_chunk_size, uint32_t cont_addr, int type) in cnx_cont2phys()
1283 cnx_read_guids(ib_cnx_encap_ident_t *handle, int type) in cnx_read_guids()
1410 cnx_find_magic_n_chnk_sz(ib_cnx_encap_ident_t *handle, int type) in cnx_find_magic_n_chnk_sz()
1517 cnx_get_log2_chunk_size_f_hdl(ib_cnx_encap_ident_t *handle, int type) in cnx_get_log2_chunk_size_f_hdl()
1585 cnx_get_image_size_f_hdl(ib_cnx_encap_ident_t *handle, int type) in cnx_get_image_size_f_hdl()
1613 int i, type; in cnx_get_image_info() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfdisc.c51 static int _dccaexcept(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc) in _dccaexcept()
188 #define GETDISCF(func,iof,type) \ argument
241 #define DISCF(dst,iof,type) (dst ? dst->iof : NIL(type)) argument
242 #define REINIT(oiof,iof,type) \ argument
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c393 int type; in ctf_update() local
595 int type; in ctf_update() local
956 ctf_id_t type; in ctf_add_generic() local
998 ctf_id_t type; in ctf_add_encoded() local
1025 ctf_id_t type; in ctf_add_reftype() local
1065 ctf_id_t type; in ctf_add_array() local
1135 ctf_id_t type; in ctf_add_funcptr() local
1193 ctf_id_t type = CTF_ERR; in ctf_add_struct() local
1229 ctf_id_t type = CTF_ERR; in ctf_add_union() local
1311 ctf_id_t type; in ctf_add_forward() local
[all …]

12345678910>>...87