Home
last modified time | relevance | path

Searched refs:table (Results 151 – 175 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/uts/common/kiconv/kiconv_ko/
H A Dkiconv_ko.c51 size_t *ret_val, kiconv_table_array_t *table, size_t nitems);
465 kiconv_table_t *table, size_t nitems) in utf8_to_ko() argument
486 index = kiconv_binsearch(utf8, table, nitems); in utf8_to_ko()
487 kocode = table[index].value; in utf8_to_ko()
536 kiconv_table_array_t *table, size_t nitems) in ko_to_utf8() argument
555 index = kiconv_binsearch(ko_val, table, nitems); in ko_to_utf8()
556 u8 = table[index].u8; in ko_to_utf8()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_viona.c337 ether_addr_t *mac = &table->vncm_mac; in pci_viona_control_mac_dump()
339 DPRINTF("-- %s MAC TABLE (entries: %u)", tag, table->vncm_entries); in pci_viona_control_mac_dump()
341 if (table->vncm_entries * ETHERADDRL != in pci_viona_control_mac_dump()
342 iov->iov_len - sizeof (table->vncm_entries)) { in pci_viona_control_mac_dump()
347 for (uint32_t i = 0; i < table->vncm_entries; i++) { in pci_viona_control_mac_dump()
361 virtio_net_ctrl_mac_t *table; in pci_viona_control_mac() local
381 table = (virtio_net_ctrl_mac_t *)iov[0].iov_base; in pci_viona_control_mac()
382 sc->vsc_promisc_umac = (table->vncm_entries != 0); in pci_viona_control_mac()
387 table = (virtio_net_ctrl_mac_t *)iov[1].iov_base; in pci_viona_control_mac()
388 sc->vsc_promisc_mmac = (table->vncm_entries != 0); in pci_viona_control_mac()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c1268 struct table struct
1278 struct table *tp = (struct table *)fp; in next_table() argument
1287 struct table *tp = (struct table *)fp; in create_table()
1294 struct table *tp = (struct table*)fp; in clone_table()
1295 struct table *ntp = (struct table*)nv_clone_disc(fp,0); in clone_table()
1341 data.sh = ((struct table*)fp)->shp; in put_table()
1389 sizeof(struct table),
1402 struct table *tp = (struct table *)nv_hasdisc(np,&table_disc); in nv_parent()
1411 struct table *tp = (struct table*)nv_hasdisc(np,&table_disc); in nv_dict()
1439 struct table *tp; in nv_mount()
[all …]
H A Dnvtree.c39 Namval_t *table; member
165 dp->table = sh.last_table; in nv_diropen()
180 dp->table = sh.last_table; in nv_diropen()
245 dp->table = np; in nv_diropen()
295 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL)) in nv_dirnext()
297 sptr = dp->table->nvenv; in nv_dirnext()
301 sh.last_table = dp->table; in nv_dirnext()
304 if(dp->table && dp->otable && !nv_isattr(dp->table,NV_MINIMAL)) in nv_dirnext()
305 dp->table->nvenv = sptr; in nv_dirnext()
351 dp->otable = dp->table; in nv_dirnext()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg48 string table: %d\n"
127 New value for program header table's file offset.\n"
130 New value for section header table's file offset.\n"
155 String table section containing section name strings.\n\
277 Examine or modify the program header table's file offset.\n\
279 ELF header. If the file has no program header table, this\n\
293 Examine or modify the section header table's file offset.\n\
295 ELF header. If the file has no section header table, this\n\
406 the actual number of section header table entries is\n\
425 string table, this member holds the value SHN_UNDEF.\n\
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi38 @table @asis
43 Partition table passed to another boot loader
84 @end table
98 @table @code
119 @end table
141 @table @asis
162 @end table
172 there is a switch table managed by the functions in
288 The table is finally registered in the table @var{builtin_table}, so
299 table (@pxref{Partition table}) and a BPB. So the question is how to
[all …]
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN.gbk%zh_HK.hkscs.c39 int binsearch(unsigned long x, table_t table[], int n);
276 int binsearch(unsigned long x, table_t table[], int n) { in binsearch() argument
283 if (x < table[mid].key) in binsearch()
285 else if (x > table[mid].key) in binsearch()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c1046 struct ufs_allocated_block table[], in ufs_undo_allocation() argument
1068 switch (table[i].owner) { in ufs_undo_allocation()
1073 ASSERT(table[i].owner_offset < NDADDR); in ufs_undo_allocation()
1074 ip->i_db[table[i].owner_offset] = 0; in ufs_undo_allocation()
1078 ASSERT(table[i].owner_offset < NIADDR); in ufs_undo_allocation()
1079 ip->i_ib[table[i].owner_offset] = 0; in ufs_undo_allocation()
1088 ASSERT(table[i].owner_offset < in ufs_undo_allocation()
1103 block_data[table[i].owner_offset] = 0; in ufs_undo_allocation()
1117 block_data[table[i].owner_offset], in ufs_undo_allocation()
1166 free(ip, table[i].this_block, table[i].block_size, in ufs_undo_allocation()
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspace_used.tcl24 name clob, -- Name of a table or index in the database file
25 is_index boolean, -- TRUE if it is an index, false for a table
26 payload int, -- Total amount of data stored in this table or index
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtint.c31 static const char table[]= variable
112 memcpy(buff+k,table+3*m,3); in fmtint()
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c193 static void parse_table(table, request) in parse_table() argument
194 char *table; in parse_table()
208 if (fp = fopen(table, "r")) {
209 tcpd_context.file = table;
262 tcpd_warn("cannot open %s: %m", table);
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree2.test26 # 2 The descriptor table
27 # 3 The foreground table
28 # 4 The background table
29 # 5 The long key table
30 # 6 The long data table
67 # 1. The descriptor table always contains 2 enters. An entry keyed by
81 # table. The long key table entry has a key which is just the L-digit
88 # long data table is an L-digit number. (The extension on long keys
191 # from the descriptor table. Each changes begins with a random key.
192 # the entry with that key is put in the foreground table with probability
/illumos-gate/usr/src/tools/cw/
H A Dcw.c388 xlate(struct aelist *h, const char *xarg, const char **table) in xlate() argument
390 while (*table != NULL && strcmp(xarg, *table) != 0) { in xlate()
391 while (*table != NULL) in xlate()
392 table++; in xlate()
393 table++; in xlate()
396 if (*table == NULL) in xlate()
399 table++; in xlate()
401 while (*table != NULL) { in xlate()
402 newae(h, *table); in xlate()
403 table++; in xlate()
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A DMakefile32 OBJS = revnetgroup.o getgroup.o table.o util.o
34 HDRS = getgroup.h table.h util.h
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c84 genget(char *name, char **table, int stlen) in genget() argument
94 for (c = table; *c != NULL; c = (char **)((char *)c + stlen)) { in genget()
/illumos-gate/usr/src/contrib/zlib/
H A Dcrc32.c438 local void write_table(out, table, k) in write_table() argument
440 const z_crc_t FAR *table;
447 (unsigned long)(table[n]),
455 local void write_table32hi(out, table, k) in write_table32hi() argument
457 const z_word_t FAR *table;
464 (unsigned long)(table[n] >> 32),
475 local void write_table64(out, table, k) in write_table64() argument
477 const z_word_t FAR *table;
484 (unsigned long long)(table[n]),
/illumos-gate/usr/src/cmd/pcidb/
H A Dpcidb.c744 pcidb_table_t table = PCIDB_TABLE_NONE; in main() local
763 table = PCIDB_TABLE_VENDOR; in main()
767 table = PCIDB_TABLE_DEVICE; in main()
771 table = PCIDB_TABLE_SUBSYSTEM; in main()
775 table = PCIDB_TABLE_CLASS; in main()
779 table = PCIDB_TABLE_SUBCLASS; in main()
783 table = PCIDB_TABLE_PROGIF; in main()
819 switch (table) { in main()
863 switch (table) { in main()
/illumos-gate/usr/src/cmd/tbl/
H A Dt7.c17 # define realsplit ((ct=='a'||ct=='n') && table[ldata][c].rcol)
54 for(lf=prev(lform); lf>=0 && vspen(table[lf][c].col); lf=prev(lf)) in runtabs()
62 if (table[ldata][c].rcol) in runtabs()
H A Dtc.c36 s = table[ilin][icol].col; in choochar()
45 s=table[ilin][icol].rcol; in choochar()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java75 static protected ServiceTable table = null; field in ServiceTable
125 if (table == null) { in getServiceTable()
127 table = createServiceTable(); in getServiceTable()
131 return table; in getServiceTable()
143 ServiceTable table = new ServiceTable(); in createServiceTable() local
145 table.store = ServiceStoreFactory.createServiceStore(); in createServiceTable()
147 return table; in createServiceTable()
438 if (table != null) { in run()
439 table.ageStore(); in run()
1568 if (table != null) { in reportFatalException()
[all …]
H A DServer_en.properties49 fatal_error = Fatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack backt…
50 nonfatal_error = Nonfatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack…
149 ssim_null_url_table = Null URL table for key ``{0}''''.
151 ssim_null_lang_table = Null language table for key ``{0}''''.
152 ssim_empty_lang_table = Empty language table for key ``{0}''''.
154 ssim_empty_scope_table = Empty scope table for key ``{0}''''.
156 ssim_ssttable_botch = Scope/service type table missing entry for service type ``{0}'''', scope ``{1…
157 ssim_ssttable_lang_botch = Scope/service type lang table missing entry for locale ``{0}'''' in serv…
158 ssim_url_lang_botch = URL/scope table already has entry for locale ``{0}'''', URL ``{1}'''', scope …
160 ssim_scope_type_url_mismatch = Mismatch between scope/type table and URL table.
[all …]
H A Dslpd.java367 ServiceTable table = ServiceTable.getServiceTable(); in start() local
401 table.deserializeTable(); in start()
456 SLPV1Manager.start(config, daTable, table); in start()
481 DATable table = in daemonIsDA() local
487 table.findDAScopes(config.getSAConfiguredScopes()); in daemonIsDA()
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py35 import zfs.table
65 t = zfs.table.Table(fields, rjustfields)
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_errors.c24 smbios_test_badvers_mktable(smbios_test_table_t *table) in smbios_test_badvers_mktable() argument
26 smbios_test_table_append_eot(table); in smbios_test_badvers_mktable()
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c284 init_hash(hashtable_t *table, int bad_key, int table_length, in init_hash() argument
290 table[i].ht_value = malloc(max_value + 1); in init_hash()
291 table[i].ht_key = bad_key; in init_hash()
292 table[i].ht_length = 0; in init_hash()
293 if (table[i].ht_value == NULL) { in init_hash()
296 free(table[j].ht_value); in init_hash()
299 *(table[i].ht_value) = '\0'; in init_hash()
305 free_hash(hashtable_t *table, int table_length) in free_hash() argument
310 free(table[i].ht_value); in free_hash()

12345678910>>...25