Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSSrvReg.java78 Hashtable table = new Hashtable(); in initialize() local
82 table, in initialize()
85 URLSignature = (Hashtable)table.get(URL); in initialize()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c47 static int lookup(char **table, char *arg);
288 lookup(char **table, char *arg) in lookup() argument
293 for (ival = 0; *table != 0; ival++, table++) in lookup()
294 if (equal(*table, val)) in lookup()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c713 struct ptable *table; in probe_partition() local
744 table = ptable_open(&pa, part->end - part->start + 1, in probe_partition()
746 if (table != NULL) { in probe_partition()
747 enum ptable_type pt = ptable_gettype(table); in probe_partition()
750 ret = ptable_iterate(table, &pa, in probe_partition()
752 ptable_close(table); in probe_partition()
756 ptable_close(table); in probe_partition()
792 struct ptable *table; in probe_disk() local
810 if (table != NULL) { in probe_disk()
811 ret = ptable_iterate(table, &pa, probe_partition); in probe_disk()
[all …]
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME19 This is followed by a table of 25 lines (defining the first 25 items
48 This table is fixed format, and the order cannot be changed.
67 This is followed by a line containing the word "charset", and then by the table of
70 table can be in any order (put the most used ones first), and
79 The best way to create a terminal table for a new device is to take
80 a terminal table for an old device and modify it!
81 For example, here is the first page of the terminal table for lp:
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-big5%zh_CN.euc.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_HK.hkscs%zh_CN.gbk.c43 int binsearch(unsigned long x, table_t table[], int n);
219 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
226 if (x < table[mid].key) in binsearch()
228 else if (x > table[mid].key) in binsearch()
H A Dzh_CN.gbk%zh_TW-big5.c47 int binsearch(unsigned long x, table_t table[], int n);
248 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
255 if (x < table[mid].key) in binsearch()
257 else if (x > table[mid].key) in binsearch()
H A Dzh_CN.gbk%zh_TW-big5p.c39 int binsearch(unsigned long x, table_t table[], int n);
230 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
237 if (x < table[mid].key) in binsearch()
239 else if (x > table[mid].key) in binsearch()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x153 % db_status log_action(int, char* table, table_obj* tobj =0);
275 % db_status defer(char *table);
278 % db_status commit(char *table);
281 % db_status rollback(char *table);
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dquote.test13 # focus of this file is the ability to specify table and column names
21 # Create a table with a strange name and with strange column names.
30 # Insert, update and query the table.
79 # Drop the table with the strange name.
H A Dindex.test43 # Verify that the index dies with the table
55 } {1 {no such table: test1}}
57 # Try adding an index on a column of a table where the table
64 } {1 {table test1 has no column named f4}}
72 } {1 {table test1 has no column named f4}}
74 # Try creating a bunch of indices on the same table
101 # Create a table and insert values into that table. Then create
103 # from the table correctly using the index.
165 } {1 {table sqlite_master may not be indexed}}
185 } {1 {there is already a table named test1}}
[all …]
H A Dmemdb.test22 # of a table, make lots of modifications to that table, then do a rollback.
50 # The following procedure computes a "signature" for table "t3". If
132 SELECT name FROM sqlite_master WHERE type='table';
138 SELECT name FROM sqlite_master WHERE type='table';
144 SELECT name FROM sqlite_master WHERE type='table';
162 # cmd An INSERT or REPLACE command to execute against table t1
224 # cmd An UPDATE command to execute against table t1
287 SELECT name FROM sqlite_master WHERE type='table' ORDER BY 1;
293 SELECT name FROM sqlite_master WHERE type='table' ORDER BY 1;
327 SELECT name FROM sqlite_master WHERE type='table' ORDER BY 1;
[all …]
H A Dattach.test65 } {1 {no such table: t2}}
70 } {1 {no such table: two.t2}}
80 } {1 {no such table: three.sqlite_master}}
249 } {table t2 t2 table tx tx trigger r1 t2}
263 } {table t2 t2 table tx tx trigger r1 t2 index i2 t2}
281 } {table t1 t1 table tx tx}
286 } {table t2 t2 table tx tx trigger r1 t2 index i2 t2}
294 } {table t2 t2 table tx tx trigger r1 t2 index i2 t2}
309 } {1 {no such table: t2}}
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c119 table = tables[n_tables]; in krb5_init_preauth_context()
120 if ((table->pa_type_list != NULL) && (table->process != NULL)) { in krb5_init_preauth_context()
121 for (j = 0; table->pa_type_list[j] > 0; j++) { in krb5_init_preauth_context()
145 table = tables[i]; in krb5_init_preauth_context()
146 if ((table->pa_type_list != NULL) && (table->process != NULL)) { in krb5_init_preauth_context()
148 if ((table->init != NULL) && in krb5_init_preauth_context()
152 table->name); in krb5_init_preauth_context()
158 for (j = 0; table->pa_type_list[j] > 0; j++) { in krb5_init_preauth_context()
159 pa_type = table->pa_type_list[j]; in krb5_init_preauth_context()
168 context->modules[k].ftable = table; in krb5_init_preauth_context()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME23 hash: generic, scoped hash table support
25 hashalloc create a hash table or push new scope
27 hashfree free a hashalloc()'d table
29 hashscan entry generator for scoped table scan
30 hashsize explicitly change table size (usually automatic)
31 hashwalk apply function to each table entry
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c1955 struct table { struct
1963 struct table *table; variable
1971 tp = table; in report_routes()
1986 tp = table; in find_router()
2001 tp = table; in max_preference()
2019 tpp = &table; in age_table()
2043 tp = table; in age_table()
2065 tpp = &table; in flush_unreachable_routers()
2088 tp = table; in flush_unreachable_routers()
2134 table = tp; in record_router()
[all …]
/illumos-gate/usr/src/cmd/spell/
H A Dhash.h32 #define ND ((25750/2) * sizeof (*table))
35 extern unsigned *table;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcubetype.sh150 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
154 [[ ${cc[2].colors[table]} == white ]] || err_exit '${cc[2].colors[table]} != white'
169 cc[two]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
174 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white'
189 [two]=(x=2 y=3 name=two colors+=([table]=white) z=6)
194 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white'
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c465 get_pteval(paddr_t table, uint_t index) in get_pteval() argument
467 void *table_ptr = kbm_remap_window(table, 0); in get_pteval()
476 set_pteval(paddr_t table, uint_t index, uint_t level, x86pte_t pteval) in set_pteval() argument
478 void *table_ptr = kbm_remap_window(table, 0); in set_pteval()
512 map_pte(paddr_t table, uint_t index) in map_pte() argument
514 void *table_ptr = kbm_remap_window(table, 0); in map_pte()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h180 #define CALLOUT_SHORT_ID(table) \ argument
181 ((callout_id_t)(table) | CALLOUT_COUNTER_HIGH)
182 #define CALLOUT_LONG_ID(table) \ argument
183 (CALLOUT_SHORT_ID(table) | CALLOUT_LONGTERM)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Derror_table.h16 /*@dependent@*//*@null@*/ const struct error_table *table; member
21 /*@dependent@*/ const struct error_table *table; member
/illumos-gate/usr/src/lib/krb5/ss/
H A Dlisten.c67 ss_request_table **table; in get_commands() local
74 for (table = info->rqt_tables; *table; table++) { in get_commands()
75 for (request = (*table)->requests; in get_commands()
/illumos-gate/usr/src/lib/libwrap/
H A Dhosts_access.c138 static int table_match(table, request) in table_match() argument
139 char *table; in table_match()
156 if ((fp = fopen(table, "r")) != 0) {
157 tcpd_context.file = table;
176 tcpd_warn("cannot open %s: %m", table);
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c61 static struct routing table[IPV4_ROUTE_TABLE_SIZE]; variable
316 if (*flagp & table[i].flag) in find_route()
320 if (destp->s_addr == table[i].dest.s_addr) in find_route()
355 table[index].flag = RT_UNUSED; in ipv4_route()
367 table[index].flag = flag; in ipv4_route()
369 table[index].dest.s_addr = destp->s_addr; in ipv4_route()
371 table[index].dest.s_addr = htonl(INADDR_ANY); in ipv4_route()
383 table[index].flag = RT_UNUSED; in ipv4_route()
384 table[index].dest.s_addr = htonl(INADDR_ANY); in ipv4_route()
387 table[index].flag = RT_NG; in ipv4_route()
[all …]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_cck_common.c295 kiconv_table_t *table; in kiconv_binsearch() local
299 table = (kiconv_table_t *)tbl; in kiconv_binsearch()
304 if (key < table[mid].key) in kiconv_binsearch()
306 else if (key > table[mid].key) in kiconv_binsearch()

12345678910>>...25