Home
last modified time | relevance | path

Searched refs:table (Results 101 – 125 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashfree.c54 if (tab->table) in hashfree()
65 sx = &tab->table[tab->size]; in hashfree()
66 sp = &tab->table[0]; in hashfree()
96 if (region) (*region)(handle, tab->table, 0, 0); in hashfree()
97 else free(tab->table); in hashfree()
H A Dhashalloc.c145 tab->table = va_arg(ap, Hash_bucket_t**); in hashalloc()
168 if (!tab->table) in hashalloc()
172 …if (!(tab->table = (Hash_bucket_t**)(*region)(handle, NiL, sizeof(Hash_bucket_t*) * tab->size, 0))) in hashalloc()
174 memset(tab->table, 0, sizeof(Hash_bucket_t*) * tab->size); in hashalloc()
176 else if (!(tab->table = newof(0, Hash_bucket_t*, tab->size, 0))) goto out; in hashalloc()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetpaths.c132 getfilterfile(char *table) in getfilterfile() argument
136 if (!table) in getfilterfile()
137 table = FILTERTABLE; in getfilterfile()
139 path = makepath(ETCDIR, table, NULL); in getfilterfile()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c768 int table; in nxge_init_fzc_rx_common() local
805 for (table = 0; table < NXGE_MAX_RDC_GRPS; table++) { in nxge_init_fzc_rx_common()
825 nx_rdc_tbl_t *table; in nxge_init_fzc_rdc_tbl() local
835 table = &nhd->rdc_tbl[rdc_tbl]; in nxge_init_fzc_rdc_tbl()
842 table->map = group->map; in nxge_init_fzc_rdc_tbl()
864 nx_rdc_tbl_t *table; in rdc_tbl_bind() local
873 if (table->nxge == 0) { in rdc_tbl_bind()
883 if (table->nxge == 0) { in rdc_tbl_bind()
932 nx_rdc_tbl_t *table; in nxge_fzc_rdc_tbl_unbind() local
941 table = &nhd->rdc_tbl[rdc_tbl]; in nxge_fzc_rdc_tbl_unbind()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Didmap.c137 uintptr_t table; in nfs4_idmap_walk_init() local
156 if (mdb_vread(&table, sizeof (table), wsp->walk_addr in nfs4_idmap_walk_init()
157 + (uintptr_t)wsp->walk_arg + OFFSETOF(idmap_cache_info_t, table)) in nfs4_idmap_walk_init()
164 arg->array_addr = table; in nfs4_idmap_walk_init()
H A Dcommon.c193 uintptr_t table; /* current table pointer */ member
204 wd->table = arg->array_addr; in hash_table_walk_init()
227 wd->table + arg->first_offset) == -1) { in hash_table_walk_step()
232 wsp->walk_addr = wd->table; in hash_table_walk_step()
237 if (addr == wd->table) { in hash_table_walk_step()
239 wd->table += arg->head_size; in hash_table_walk_step()
253 wsp->walk_addr = wd->table; in hash_table_walk_step()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh20 : generate the ksh math builtin table
29 table=/dev/null
33 table=$1
50 : read the table
52 exec < $table
121 /* : : generated by $command from $table : : */
135 : generate the intercept functions and table entries
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c99 aq->table = (Dt_t*)aq->scope; in array_scope()
375 if(!ap->header.table) in array_find()
412 if(!ap->table) in nv_arraysettype()
453 Dt_t *otable=ap->table; in array_clone()
485 if(ap->table) in array_clone()
490 ap->scope = ap->table; in array_clone()
685 else if(ap->table) in array_putval()
686 dtclose(ap->table); in array_putval()
1260 if(!ap->header.table) in nv_putsub()
1699 ap->header.table = dtview(ap->header.table,(Dt_t*)0); in nv_associative()
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c91 char *table[SIZE]; variable
109 table[p->token-FIRSTTOKEN] = p->name; in main()
112 if (table[i] == 0) in main()
115 printf("/*%s*/\t%s,\n", tokname(i+FIRSTTOKEN), table[i]); in main()
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c1116 char *table; in rcm_info_table() local
1164 if (table == NULL) in rcm_info_table()
1170 (void) strcat(table, "\n"); in rcm_info_table()
1173 (void) strcat(table, " "); in rcm_info_table()
1174 (void) strcat(table, rsrc); in rcm_info_table()
1176 (void) strcat(table, " "); in rcm_info_table()
1179 (void) strcat(table, " "); in rcm_info_table()
1182 (void) strcat(table, " "); in rcm_info_table()
1183 (void) strcat(table, info); in rcm_info_table()
1203 (void) sprintf(&((table)[strlen(table)]), in rcm_info_table()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlock.test28 execsql {SELECT name FROM sqlite_master WHERE type='table' ORDER BY name}
35 execsql {SELECT name FROM sqlite_master WHERE type='table' ORDER BY name}
39 # SELECT name FROM sqlite_master WHERE type='table' ORDER BY name
44 SELECT name FROM sqlite_master WHERE type='table' ORDER BY name
81 } {1 {no such table: t2}}
102 # You cannot UPDATE a table from within the callback of a SELECT
103 # on that same table because the SELECT has the table locked.
111 } {1 {database table is locked}}
113 # But you can UPDATE a different table from the one that is used in
127 # It is possible to do a SELECT of the same table within the
[all …]
H A Dtrans.test280 } {1 {no such table: one}}
288 WHERE type='table' OR type='index'
297 WHERE type='table' OR type='index'
305 WHERE type='table' OR type='index'
313 WHERE type='table' OR type='index'
325 WHERE type='table' OR type='index'
333 WHERE type='table' OR type='index'
400 } {1 {no such table: t2}}
477 } {1 {no such table: t1}}
538 } {1 {no such table: t1}}
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c302 ipfr_t *table[];
356 if ((fra->ipfr_hnext = table[idx]) != NULL)
358 fra->ipfr_hprev = table + idx;
360 table[idx] = fra;
492 static ipfr_t *fr_fraglookup(fin, table) in fr_fraglookup() argument
494 ipfr_t *table[];
514 for (f = table[idx]; f; f = f->ipfr_hnext)
550 if (f != table[idx]) {
564 f->ipfr_hnext = table[idx];
566 f->ipfr_hprev = table + idx;
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c479 fieldpool, table); in dtj_cache_jni_classes()
538 switch (table[i].djte_type) { in dtj_get_jni_classes()
555 (jclass *)table[i].djte_addr, table[i].djte_name, in dtj_get_jni_classes()
570 (jmethodID *)table[i].djte_addr, in dtj_get_jni_classes()
571 table[i].djte_name, table[i].djte_desc, in dtj_get_jni_classes()
591 (jmethodID *)table[i].djte_addr, in dtj_get_jni_classes()
592 table[i].djte_name, table[i].djte_desc, in dtj_get_jni_classes()
612 (jfieldID *)table[i].djte_addr, in dtj_get_jni_classes()
613 table[i].djte_name, table[i].djte_desc, in dtj_get_jni_classes()
633 (jfieldID *)table[i].djte_addr, in dtj_get_jni_classes()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c140 const char *table[SIZE]; variable
181 table[p->token-FIRSTTOKEN] = p->name; in main()
184 if (table[i] == 0) in main()
187 printf("\t%s,\t/* %s */\n", table[i], names[i]); in main()
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h110 table_cmd_t table; member
148 #define tablecmd_tblh u.table.tblh
149 #define tablecmd_newtbl u.table.newtbl
150 #define tablecmd_tname u.table.tname
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp28 -- build the value in a table and use concat (which appears to be the
33 table.insert(largeprop, "aaaaaaaa")
36 table.insert(largeprop, "b")
38 largepropv = table.concat(largeprop)
43 table.insert(largepropname, "aaaaaaaa")
45 largepropnamev = table.concat(largepropname)
/illumos-gate/usr/src/cmd/getent/
H A Dgetent.c38 struct table { struct
43 static struct table t[] = { argument
68 struct table *p; in main()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/threadname/
H A Dtst.threadname.c32 char table[] = "abcdefghijklmnopqrstuvwxyz" in random_ascii() local
39 buf[i] = table[rand() % (sizeof (table) - 1)]; in random_ascii()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c441 if (*table == NULL) { in pci_rcm_info_table()
444 if (*table == NULL) in pci_rcm_info_table()
447 newtable = realloc(*table, strlen(*table) + table_size); in pci_rcm_info_table()
451 *table = newtable; in pci_rcm_info_table()
457 (void) strcat(*table, "\n"); in pci_rcm_info_table()
460 (void) strcat(*table, " "); in pci_rcm_info_table()
461 (void) strcat(*table, rsrc); in pci_rcm_info_table()
463 (void) strcat(*table, " "); in pci_rcm_info_table()
466 (void) strcat(*table, " "); in pci_rcm_info_table()
469 (void) strcat(*table, " "); in pci_rcm_info_table()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN.euc%zh_TW-big5.c44 int binsearch(unsigned long x, table_t table[], int n);
197 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
204 if (x < table[mid].key) in binsearch()
206 else if (x > table[mid].key) in binsearch()
H A Dzh_HK.hkscs%zh_TW-big5p.c45 int binsearch(unsigned long x, table_t table[], int n);
198 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
205 if (x < table[mid].key) in binsearch()
207 else if (x > table[mid].key) in binsearch()
H A Dzh_TW-big5%zh_CN.gbk.c45 int binsearch(unsigned long x, table_t table[], int n);
197 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
204 if (x < table[mid].key) in binsearch()
206 else if (x > table[mid].key) in binsearch()
H A Dzh_TW-big5p%zh_CN.gbk.c45 int binsearch(unsigned long x, table_t table[], int n);
197 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
204 if (x < table[mid].key) in binsearch()
206 else if (x > table[mid].key) in binsearch()
H A Dzh_TW-big5p%zh_HK.hkscs.c44 int binsearch(unsigned long x, table_t table[], int n);
196 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
203 if (x < table[mid].key) in binsearch()
205 else if (x > table[mid].key) in binsearch()

12345678910>>...25