Home
last modified time | relevance | path

Searched +defs:type +defs:table (Results 1 – 25 of 72) sorted by relevance

123

/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c46 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 …]
/titanic_50/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c63 smbios_test_table_init(smbios_entry_point_t type, uint_t version) in smbios_test_table_init()
65 smbios_test_table_t *table; in smbios_test_table_init() local
90 smbios_test_table_append_common(smbios_test_table_t *table, const void *buf, in smbios_test_table_append_common()
126 smbios_test_table_append_raw(smbios_test_table_t *table, const void *buf, in smbios_test_table_append_raw()
133 smbios_test_table_append_string(smbios_test_table_t *table, const char *str) in smbios_test_table_append_string()
140 smbios_test_table_append(smbios_test_table_t *table, const void *buf, in smbios_test_table_append()
173 smbios_test_table_snapshot(smbios_test_table_t *table, smbios_entry_t **entryp, in smbios_test_table_snapshot()
207 smbios_test_table_fini(smbios_test_table_t *table) in smbios_test_table_fini()
221 smbios_test_mktable(smbios_test_table_t *table) in smbios_test_mktable()
391 smbios_test_table_t *table; in main() local
/titanic_50/usr/src/cmd/geniconvtbl/
H A Ditm_util.c301 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 …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c65 uint8_t type; member
71 uint8_t type; member
169 static const char *get_desc(struct ext_desc table[], uint8_t type, int max) { in get_desc()
183 const char *get_mip_adv_desc(uint8_t type) { in get_mip_adv_desc()
187 static interpreter_f *get_interpreter(struct ext_dispatch table[], in get_interpreter()
188 uint8_t type, in get_interpreter()
633 static void spi_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in spi_ext()
653 static void key_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in key_ext()
708 static void trav_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in trav_ext()
733 static void empty_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in empty_ext()
[all …]
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c177 #define isblocked(bp,type) ((bp)->flags & (1<<(type))) argument
178 #define block(bp,type) ((bp)->flags |= (1<<(type))) argument
179 #define unblock(bp,type) ((bp)->flags &= ~(1<<(type))) argument
240 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign() local
355 static char* lookup(Namval_t *np, int type, Sfdouble_t *dp,Namfun_t *handle) in lookup()
432 register int type; in nv_setdisc() local
542 register int type,getname=0; in setdisc() local
1206 struct table struct
1216 struct table *tp = (struct table *)fp; in next_table() argument
/titanic_50/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c70 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()
/titanic_50/usr/src/uts/common/zmod/
H A Dinftrees.c34 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/titanic_50/usr/src/cmd/truss/
H A Dhtbl.h59 htbl_t *table; /* ptr to table */ member
76 hdtype_t type; /* type of entry we've written to disk */ member
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c197 uint32_t type; member
378 get_pteval(paddr_t table, uint_t index) in get_pteval()
387 set_pteval(paddr_t table, uint_t index, uint_t level, x86pte_t pteval) in set_pteval()
434 map_pte(paddr_t table, uint_t index) in map_pte()
453 char *table; in dump_tables() local
1138 type_to_str(boot_module_type_t type) in type_to_str()
1410 uint32_t type = dboot_loader_mmap_get_type(i); in dboot_process_mmap() local
/titanic_50/usr/src/cmd/ipf/tools/
H A Dippool.c222 int type, role, c, err; local
384 int c, role, type, live_kernel; local
539 void poollist_dead(role, poolname, type, kernel, core) in poollist_dead() argument
645 int c, type, role, live_kernel; local
753 int c, role, type, arg; local
858 int type; local
883 iphtable_t table; local
H A Dipmon.c349 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
/titanic_50/usr/src/cmd/oawk/
H A Db.c46 #define type(v) v->nobj macro
835 ccl_chars_t *table; in insert_table() local
972 ccl_chars_t *table; in delete_table() local
1073 dump_table(ccl_chars_t *table, int size) in dump_table()
/titanic_50/usr/src/cmd/lp/cmd/
H A Dlpfilter.c883 static void same_complaints (table, type) in same_complaints() argument
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java75 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()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c121 char *name, *type; in display_pci() local
507 display_ffb(Board_node *board, int table) in display_ffb()
525 char *type; in add_node() local
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c443 display_ffb(Board_node *board, int table) in display_ffb()
486 char *type; /* node type string */ in disp_fail_parts() local
646 boolean_t type; in lneck_env_print_ps() local
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c266 char *type; /* node type string */ in disp_fail_parts() local
656 display_ffb(Board_node *board, int table) in display_ffb()
872 char *type; in walk() local
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c313 fhc_bd_init(struct fhc_soft_state *softsp, int board, enum board_type type) in fhc_bd_init()
447 fhc_bd_typestr(enum board_type type) in fhc_bd_typestr()
767 enum board_type type; in fhc_bdlist_prime() local
862 struct cpu_speed *table; in set_cpu_info() local
904 enum board_type type; in fhc_bdlist_scan() local
/titanic_50/usr/src/uts/common/inet/
H A Dipsec_impl.h134 #define HASH_LOCK(table, hash) \ argument
136 #define HASH_UNLOCK(table, hash) \ argument
139 #define HASH_LOCKED(table, hash) \ argument
142 #define HASH_ITERATE(var, field, table, hash) \ argument
148 #define HASH_INSERT(var, field, table, hash) \ argument
160 #define HASH_UNCHAIN(var, field, table, hash) \ argument
192 #define HASH_LINK(fieldname, type) \ argument
/titanic_50/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h69 int type; member
105 int type; member
112 table_cmd_t table; member
/titanic_50/usr/src/uts/common/xen/os/
H A Dhypercall.c52 HYPERVISOR_set_trap_table(trap_info_t *table) in HYPERVISOR_set_trap_table()
230 HYPERVISOR_vm_assist(uint_t cmd, uint_t type) in HYPERVISOR_vm_assist()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c194 display_ffb(Board_node *board, int table) in display_ffb()
847 char *type; in add_node() local
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c125 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()
/titanic_50/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c163 static const dtj_table_entry_t table[] = { in dtj_load_common() local
364 dtj_java_field_create(JNIEnv *jenv, jfieldID *jf, char *name, char *type, in dtj_java_field_create()
382 dtj_java_static_field_create(JNIEnv *jenv, jfieldID *jf, char *name, char *type, in dtj_java_static_field_create()
436 dtj_cache_jni_classes(JNIEnv *jenv, const dtj_table_entry_t *table) in dtj_cache_jni_classes()
527 uu_list_pool_t *fieldpool, const dtj_table_entry_t *table) in dtj_get_jni_classes()
H A Ddtj_jnitab.c229 static const dtj_table_entry_t table[] = { in dtj_table_load() local
520 dtj_request_create(JNIEnv *jenv, dtj_request_type_t type, ...) in dtj_request_create()
593 dtj_program_create(JNIEnv *jenv, dtj_program_type_t type, const char *name) in dtj_program_create()

123