/illumos-gate/usr/src/boot/common/ |
H A D | part.c | 78 } type; member 83 enum ptable_type type; member 91 enum partition_type type; member 121 parttype2str(enum partition_type type) in parttype2str() 142 gpt_parttype(uuid_t type) in gpt_parttype() 256 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) in ptable_gptread() 384 mbr_parttype(uint8_t type) in mbr_parttype() 409 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread) in ptable_ebrread() 468 bsd_parttype(uint8_t type) in bsd_parttype() 485 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread) in ptable_bsdread() [all …]
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_object.c | 46 nwam_handle_create(nwam_object_type_t type, const char *name, in nwam_handle_create() 72 nwam_read(nwam_object_type_t type, const char *dbname, const char *name, in nwam_read() 121 nwam_create(nwam_object_type_t type, const char *dbname, const char *name, in nwam_create() 200 nwam_walk(nwam_object_type_t type, const char *dbname, in nwam_walk() 523 nwam_get_prop_table_entry(struct nwam_prop_table table, const char *propname) in nwam_get_prop_table_entry() 538 nwam_get_prop_description(struct nwam_prop_table table, const char *propname, in nwam_get_prop_description() 555 nwam_get_prop_type(struct nwam_prop_table table, const char *propname, in nwam_get_prop_type() 571 nwam_prop_multivalued(struct nwam_prop_table table, const char *propname, in nwam_prop_multivalued() 590 nwam_prop_read_only(struct nwam_prop_table table, const char *propname, in nwam_prop_read_only() 610 struct nwam_prop_table table; member [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/smbios/ |
H A D | smbios.c | 46 smbios_test_table_init(smbios_entry_point_t type, uint_t version) in smbios_test_table_init() 48 smbios_test_table_t *table; in smbios_test_table_init() local 73 smbios_test_table_append_common(smbios_test_table_t *table, const void *buf, in smbios_test_table_append_common() 109 smbios_test_table_append_raw(smbios_test_table_t *table, const void *buf, in smbios_test_table_append_raw() 116 smbios_test_table_append_string(smbios_test_table_t *table, const char *str) in smbios_test_table_append_string() 123 smbios_test_table_str_fini(smbios_test_table_t *table) in smbios_test_table_str_fini() 131 smbios_test_table_append(smbios_test_table_t *table, const void *buf, in smbios_test_table_append() 148 smbios_test_table_append_eot(smbios_test_table_t *table) in smbios_test_table_append_eot() 183 smbios_test_table_snapshot(smbios_test_table_t *table, smbios_entry_t **entryp, in smbios_test_table_snapshot() 217 smbios_test_table_fini(smbios_test_table_t *table) in smbios_test_table_fini() [all …]
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 301 obj_register(itm_type_t type, itm_data_t *name, in obj_register() 374 itm_tbl_hdr_t *table; in range_table() local 440 itm_tbl_hdr_t *table; in escseq_table() local 520 itm_tbl_hdr_t *table; in map_table() local 955 char *table; in map_table_indexed_fixed() local 1143 char *table; in map_table_lookup_fixed() local 1601 char *table; in map_table_dense_encoding() local 1772 char *table, in put_dense_encoding_default() 1947 char *table, in map_range_make_result() 2035 op_self(itm_op_type_t type) in op_self() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mip.c | 63 uint8_t type; member 69 uint8_t type; member 167 static const char *get_desc(struct ext_desc table[], uint8_t type, int max) { in get_desc() 181 const char *get_mip_adv_desc(uint8_t type) { in get_mip_adv_desc() 185 static interpreter_f *get_interpreter(struct ext_dispatch table[], in get_interpreter() 186 uint8_t type, in get_interpreter() 631 static void spi_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in spi_ext() 651 static void key_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in key_ext() 706 static void trav_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in trav_ext() 731 static void empty_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in empty_ext() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch.h | 37 struct symbol *type; member 269 #define sm_print_msg(type, msg...) \ argument 950 #define sql_insert_helper(table, db, ignore, late, values...) \ argument 987 #define sql_insert(table, values...) sql_insert_helper(table, 0, 0, 0, values); argument 988 #define sql_insert_or_ignore(table, values...) sql_insert_helper(table, 0, 1, 0, values); argument 989 #define sql_insert_late(table, values...) sql_insert_helper(table, 0, 0, 1, values); argument 990 #define sql_insert_cache(table, values...) sql_insert_helper(table, cache_db, 1, 0, values); argument 1316 static inline bool type_is_ptr(struct symbol *type) in type_is_ptr() 1324 static inline bool type_is_fp(struct symbol *type) in type_is_fp() 1332 static inline int type_bits(struct symbol *type) in type_bits() [all …]
|
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_rcm.c | 70 info_table_t *table; member 332 info_table_t *table; in merge_rcm_info() local 382 int type; in resource_callback() local 522 info_table_t *table; in build_table() local 630 free_table(info_table_t *table, size_t table_len) in free_table()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 186 #define isblocked(bp,type) ((bp)->flags & (1<<(type))) argument 187 #define block(bp,type) ((bp)->flags |= (1<<(type))) argument 188 #define unblock(bp,type) ((bp)->flags &= ~(1<<(type))) argument 249 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign() local 369 static char* lookup(Namval_t *np, int type, Sfdouble_t *dp,Namfun_t *handle) in lookup() 451 register int type; in nv_setdisc() local 561 register int type,getname=0; in setdisc() local 1268 struct table struct 1278 struct table *tp = (struct table *)fp; in next_table() argument
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() 33 unsigned codes, code FAR * FAR *table, unsigned FAR *bits, in inflate_table()
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_rx.c | 274 __in efx_rx_hash_type_t type) in efx_mcdi_rss_context_set_flags() 383 efx_mcdi_rss_context_set_table( in efx_mcdi_rss_context_set_table() 483 __in efx_rx_hash_type_t type, in ef10_rx_scale_mode_set() 549 ef10_rx_scale_tbl_set( in ef10_rx_scale_tbl_set() 738 __in efx_rxq_type_t type, in ef10_rx_qcreate()
|
H A D | efx_rx.c | 338 __in efx_rx_hash_type_t type, in efx_rx_scale_mode_set() 388 efx_rx_scale_tbl_set( in efx_rx_scale_tbl_set() 480 __in efx_rxq_type_t type, in efx_rx_qcreate() 713 __in efx_rx_hash_type_t type, in siena_rx_scale_mode_set() 882 siena_rx_scale_tbl_set( in siena_rx_scale_tbl_set() 1112 __in efx_rxq_type_t type, in siena_rx_qcreate()
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 213 uint32_t type; member 397 get_pteval(paddr_t table, uint_t index) in get_pteval() 406 set_pteval(paddr_t table, uint_t index, uint_t level, x86pte_t pteval) in set_pteval() 453 map_pte(paddr_t table, uint_t index) in map_pte() 472 char *table; in dump_tables() local 726 dboot_efi_to_smap_type(int index, uint32_t type) in dboot_efi_to_smap_type() 771 uint32_t type; in dboot_loader_mmap_get_type() local 1275 type_to_str(boot_module_type_t type) in type_to_str() 1543 uint32_t lower, upper, type, t; in dboot_process_mmap() local
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | htbl.h | 57 htbl_t *table; /* ptr to table */ member 74 hdtype_t type; /* type of entry we've written to disk */ member
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 223 int type, role, c, err; local 385 int c, role, type, live_kernel; local 538 void poollist_dead(role, poolname, type, kernel, core) in poollist_dead() argument 644 int c, type, role; local 744 int c, role, type, arg; local 849 int type; local 874 iphtable_t table; local
|
H A D | ipmon.c | 349 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) in find_icmpsubtype() argument 374 static icmp_type_t *find_icmptype(type, table, tablesz) in find_icmptype() argument 581 static char *icmpname(type, code) in icmpname() argument 612 static char *icmpname6(type, code) in icmpname6() argument
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | b.c | 44 #define type(v) v->nobj macro 833 ccl_chars_t *table; in insert_table() local 970 ccl_chars_t *table; in delete_table() local 1071 dump_table(ccl_chars_t *table, int size) in dump_table()
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 883 static void same_complaints (table, type) in same_complaints() argument
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceTable.java | 75 static protected ServiceTable table = null; field in ServiceTable 143 ServiceTable table = new ServiceTable(); in createServiceTable() local 1135 ServiceType type = in findAttributes() local 1210 private void checkForRestrictedType(ServiceType type) in checkForRestrictedType()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | littleneck.c | 441 display_ffb(Board_node *board, int table) in display_ffb() 484 char *type; /* node type string */ in disp_fail_parts() local 644 boolean_t type; in lneck_env_print_ps() local
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/ |
H A D | javelin.c | 262 char *type; /* node type string */ in disp_fail_parts() local 649 display_ffb(Board_node *board, int table) in display_ffb() 860 char *type; in walk() local
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ipsec_impl.h | 139 #define HASH_LOCK(table, hash) \ argument 141 #define HASH_UNLOCK(table, hash) \ argument 144 #define HASH_LOCKED(table, hash) \ argument 147 #define HASH_ITERATE(var, field, table, hash) \ argument 153 #define HASH_INSERT(var, field, table, hash) \ argument 165 #define HASH_UNCHAIN(var, field, table, hash) \ argument 197 #define HASH_LINK(fieldname, type) \ argument
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc_bd.c | 311 fhc_bd_init(struct fhc_soft_state *softsp, int board, enum board_type type) in fhc_bd_init() 445 fhc_bd_typestr(enum board_type type) in fhc_bd_typestr() 765 enum board_type type; in fhc_bdlist_prime() local 860 struct cpu_speed *table; in set_cpu_info() local 902 enum board_type type; in fhc_bdlist_scan() local
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 53 HYPERVISOR_set_trap_table(trap_info_t *table) in HYPERVISOR_set_trap_table() 201 HYPERVISOR_vm_assist(uint_t cmd, uint_t type) in HYPERVISOR_vm_assist()
|
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | picld_pluginutil_impl.h | 67 int type; member 103 int type; member 110 table_cmd_t table; member
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 125 lookup_entry_t *table; member 132 lookup_table_t *table; member 187 char *type; member 1930 add_lookup_entry(lookup_table_t *table, const char *name, di_node_t node) in add_lookup_entry() 2002 lookup(lookup_table_t *table, const char *rcm_rsrc) in lookup() 2056 empty_table(lookup_table_t *table) in empty_table()
|