Home
last modified time | relevance | path

Searched refs:table (Results 226 – 250 of 601) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg64 @ MSG_USAGE_DETAIL21 "\t[-s]\t\tdump the contents of the symbol table \
85 @ MSG_ERR_NOSHSTRSEC "%s: no header string table section (shstrtab). \
87 @ MSG_ERR_SHSTRNULL "%s: zero size section header string table \
135 @ MSG_ERR_NOTSTRTAB "%s: section[%d] is not a string table as expected \
139 @ MSG_ERR_LDYNNOTADJ "%s: bad dynamic symbol table layout: %s and %s \
143 @ MSG_ERR_SHDRMEMOVER "%s: memory overlap between section header table: \
156 @ MSG_ERR_MALSTR "%s: %s: malformed string table, initial or final \
175 table: invalid sh_info: %d\n";
188 # exception_range_entry table entries.
190 # standard 32-bit and 64-bit .exception_ranges table entries that align with
[all …]
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c639 struct ptable *table; in zfs_probe_partition() local
667 table = ptable_open(&pa, part->end - part->start + 1, in zfs_probe_partition()
669 if (table != NULL) { in zfs_probe_partition()
670 enum ptable_type pt = ptable_gettype(table); in zfs_probe_partition()
673 ptable_iterate(table, &pa, zfs_probe_partition); in zfs_probe_partition()
674 ptable_close(table); in zfs_probe_partition()
1411 struct ptable *table; in zfs_probe_dev() local
1445 table = ptable_open(&pa, mediasz / pa.secsz, pa.secsz, in zfs_probe_dev()
1447 if (table != NULL) { in zfs_probe_dev()
1448 ptable_iterate(table, &pa, zfs_probe_partition); in zfs_probe_dev()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg88 Interpret the name argument as a string table offset rather\n\
143 string table. Otherwise, it is a string, which will be\n\
144 looked up in the symbol table in order to obtain the needed\n\
215 Some sections hold a table of fixed-size entries, such as a\n\
216 symbol table. For such a section, this member gives the size\n\
218 the value zero if the section does not hold a table of\n\
284 the section header string table section giving the location\n\
296 string table, as it is not possible to add new strings to\n\
297 this string table.\n"
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-440 partition table (*note Partition table::) and a BPB. So the question is
112 File: grub.info, Node: MBR, Next: Partition table, Prev: Low-level disk I/O, Up: Internals
120 File: grub.info, Node: Partition table, Next: Submitting patches, Prev: MBR, Up: Internals
129 File: grub.info, Node: Submitting patches, Prev: Partition table, Up: Internals
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbigrow.test14 # of data in a single row of a table.
32 # Make a table into which we can insert some but records.
38 WHERE type='table' OR type='index'
211 } {1 {too much data for one table row}}
H A Dunique.test14 # and primary keys, and the UNIQUE constraint on table columns
21 # Try to create a table with two primary keys.
32 } {1 {table "t1" has more than one primary key}}
H A Dbtree3rb.test16 # for the BTree backend. When a row is deleted from a table, the
18 # next entry in that table. If the cursor is left pointing at the
H A Dmisc1.test206 } {1 {table "error1" has more than one primary key}}
214 } {1 {table "error1" has more than one primary key}}
247 } {1 {no such table: t1}}
468 # A failed create table should not leave the table in the internal
481 # the error "table t10 alread exists"
497 } {1 {table test already exists}}
502 } {1 {table "test2" has more than one primary key}}
H A Dcopy.test53 # Try to COPY into a non-existant table.
58 } {1 {no such table: test1}}
65 } {1 {table sqlite_master may not be modified}}
101 # Try copying into a table that has one or more indices.
H A Ddelete.test20 # Try to delete from a non-existant table.
25 } {1 {no such table: test1}}
32 } {1 {table sqlite_master may not be modified}}
34 # Delete selected entries from a table with and without an index.
H A Dbtree3.test16 # for the BTree backend. When a row is deleted from a table, the
18 # next entry in that table. If the cursor is left pointing at the
H A Djoin4_28.test24 create temp table t1(a integer, b varchar(10));
30 create temp table t2(x integer, y varchar(10), z varchar(10));
/illumos-gate/usr/src/data/zoneinfo/
H A Dcountry.tab7 # This file contains a table of two-letter country codes. Columns are
9 # All text uses UTF-8 encoding. The columns of the table are as follows:
23 # The table is sorted by country code.
25 # This table is intended as an aid for users, to help them select time
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dcnv_utf8ibm.c235 *ibm_code = st->table[*unidx].right_code;
237 *ibm_code = st->table[*unidx].left_code;
H A Dtab_lookup.h43 lookup_table *table; /* mapping table */ member
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h223 hash_table table; /* pointer to the hash table structure */ member
231 ba_table_t table; member
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S175 ! while running on the new/tmp prom, the prom's trap table
179 ! always set %tba to the prom's trap table before calling
/illumos-gate/usr/src/boot/sys/sys/
H A Dmodule.h100 const void *table; /* Pointer to pnp table */ member
176 .table = t, \
/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.h61 unsigned codes, code FAR * FAR *table,
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c469 struct exportinfo **table; in calc_hashdist() local
476 table = mdb_alloc(arg->size * sizeof (struct exportinfo *), in calc_hashdist()
478 if (mdb_vread(table, arg->size * sizeof (struct exportinfo *), in calc_hashdist()
489 for (addr = (uintptr_t)table[i], len = 0; addr; len++) in calc_hashdist()
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable_private.h18 struct entry **table; member
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c1881 nsc_keephot_t *table; in getxy_keepalive() local
1894 if ((table = maken(keep)) == NULL) { in getxy_keepalive()
1911 if (table[i].ptr == NULL) in getxy_keepalive()
1913 ptr = (nsc_entry_t *)table[i].ptr; in getxy_keepalive()
1932 table[i].ptr = malloc(bufsiz); in getxy_keepalive()
1933 if (table[i].ptr == NULL) { in getxy_keepalive()
1941 table[i].num = bufsiz; in getxy_keepalive()
1947 if (table[i].ptr == NULL) in getxy_keepalive()
1957 largs->buffer = table[i].ptr; in getxy_keepalive()
1958 largs->bufsize = table[i].num; in getxy_keepalive()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_rx.c69 __in_ecount(n) unsigned int *table,
390 __in_ecount(n) unsigned int *table, in efx_rx_scale_tbl_set()
399 if ((rc = erxop->erxo_scale_tbl_set(enp, table, n)) != 0) in efx_rx_scale_tbl_set()
884 __in_ecount(n) unsigned int *table, in siena_rx_scale_tbl_set()
903 byte = (n > 0) ? (uint32_t)table[index % n] : 0; in siena_rx_scale_tbl_set()
905 EFSYS_PROBE2(table, int, index, uint32_t, byte); in siena_rx_scale_tbl_set()
918 byte = (n > 0) ? (uint32_t)table[index % n] : 0; in siena_rx_scale_tbl_set()
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c729 mod_infosysnum(struct modlinkage *modlp, struct sysent table[]) in mod_infosysnum() argument
733 if ((sysp = mod_getsysent(modlp, table)) == NULL) in mod_infosysnum()
735 return ((int)(sysp - table)); in mod_infosysnum()
745 struct sysent table[]) in mod_installsys_sysent() argument
769 if ((sysp = mod_getsysent(modlp, table)) == NULL) in mod_installsys_sysent()
812 struct sysent table[]) in mod_removesys_sysent() argument
816 if ((sysp = mod_getsysent(modlp, table)) == NULL || in mod_removesys_sysent()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl66 msgid "usb_rcm_offline: table = %s\n"
86 msgid "usb_rcm_info_table: no table\n"

12345678910>>...25