Home
last modified time | relevance | path

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

123

/titanic_41/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_41/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_41/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_41/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_41/usr/src/uts/common/zmod/
H A Dinftrees.c34 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/titanic_41/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_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAttributeList.java49 private Hashtable table; field in AttributeList
61 public void add(String name, String type, Object defaultValue) { in add()
69 public void add(String name, String type, Object defaultValue, in add()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DOpFilter.java106 public String type; field in OpFilter
162 String type, String targetName) { in OpFilter()
430 Hashtable table = ListParser.makeListTable(s); in convertFromString() local
H A DOpAction.java149 public String type; field in OpAction
541 Hashtable table = ListParser.makeListTable(s); in convertFromString() local
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c342 get_pteval(paddr_t table, uint_t index) in get_pteval()
351 set_pteval(paddr_t table, uint_t index, uint_t level, x86pte_t pteval) in set_pteval()
398 map_pte(paddr_t table, uint_t index) in map_pte()
417 char *table; in dump_tables() local
619 uint32_t type; member
845 type_to_str(boot_module_type_t type) in type_to_str()
/titanic_41/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_41/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.c345 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) in find_icmpsubtype() argument
370 static icmp_type_t *find_icmptype(type, table, tablesz) in find_icmptype() argument
577 static char *icmpname(type, code) in icmpname() argument
608 static char *icmpname6(type, code) in icmpname6() argument
/titanic_41/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_41/usr/src/cmd/lp/cmd/
H A Dlpfilter.c883 static void same_complaints (table, type) in same_complaints() argument
/titanic_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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_41/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
1932 add_lookup_entry(lookup_table_t *table, const char *name, di_node_t node) in add_lookup_entry()
2004 lookup(lookup_table_t *table, const char *rcm_rsrc) in lookup()
2058 empty_table(lookup_table_t *table) in empty_table()

123