Home
last modified time | relevance | path

Searched refs:row (Results 76 – 100 of 106) sorted by relevance

12345

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in98 ** invoked once for each row of the query result. This callback
162 #define SQLITE_TOOBIG 18 /* Too much data for one row of a table */
171 #define SQLITE_ROW 100 /* sqlite_step() has another row ready */
296 ** Instead of invoking a user-supplied callback for each row of the
297 ** result, this routine remembers each row of the result in memory
321 ** Notice that there is an extra row of data containing the column
460 void (*xStep)(sqlite_func*,int,const char**), /* Called for each row */
676 ** SQLITE_ROW means that a single row of the result is now available.
679 ** Invoke sqlite_step() again to advance to the next row.
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c5741 int row, column, pending, written; in dump_sblock() local
5825 for (row = 0; row < 16; row++) { in dump_sblock()
5828 sblock.fs_opostbl[row][column], in dump_sblock()
5829 row, column); in dump_sblock()
5836 for (row = 0; row < 51; row++) { in dump_sblock()
5838 sblock.fs_sparecon[row], row); in dump_sblock()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c992 size_t row, rows = P2ROUNDUP(size, 16) / 16; in print_bytes() local
1001 for (row = 0; row < rows; row++) { in print_bytes()
1002 oprintf(fp, " %#6lx: ", (ulong_t)row * 16); in print_bytes()
1003 cols = MIN(size - row * 16, 16); in print_bytes()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c435 Dbg_syms_resolving(Ofl_desc *ofl, Word ndx, const char *name, int row, in Dbg_syms_resolving() argument
446 Dbg_demangle_name(name), row, col); in Dbg_syms_resolving()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps128 bit_image_entwining, "bitwin" "Yo" Number of passes for each bit-image row
144 cursor_address, "cup" "cm" Cursor motion to row #1 col #2 (G)
261 row_address, "vpa" "cv" Like hpa but sets row. (G)
525 bit_image_newline, "binel" "Zz" Move to next row of the bit image (use tparm)
526 bit_image_carriage_return, "bicr" "Yv" Move to beginning of same row (use tparm)
/illumos-gate/usr/src/head/
H A Dldap.h976 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
979 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row);
982 struct ldap_disptmpl *tmpl, struct ldap_tmplitem *row,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dpiclfrutree.info58 * ROW -- marks the beginning of a row of properties
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1207 long row, nrows, i; in pem() local
1226 row = 1; in pem()
1229 row = 0; in pem()
1232 for (i = 0; i < nrows; i++, row++) { in pem()
1234 ep = slp + (nrows * col) + row; in pem()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dinsert2.test163 UPDATE t4 SET y='lots of data for the row where x=' || x
H A Dlock.test253 # Try to start two transactions in a row
H A Dconflict.test446 # Make sure the row count is right for rows that are ignored on
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps137 bit_image_entwining bitwin Yo number Number of passes for each bit-map row
151 cursor_address cup cm str Cursor motion to row #1 col #2 (PG)
268 row_address vpa cv str Like hpa but sets row. (PG)
512 bit_image_newline binel Zz str Move start of next row
513 bit_image_carriage_return bicr Yv str Move start of same row
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps135 bit_image_entwining bitwin Yo number Number of passes for each bit-map row
149 cursor_address cup cm str Cursor motion to row #1 col #2 (PG)
266 row_address vpa cv str Like hpa but sets row. (PG)
510 bit_image_newline binel Zz str Move start of next row
511 bit_image_carriage_return bicr Yv str Move start of same row
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h768 #define INI_RA(iniarray, row, column) \ argument
769 (((iniarray)->ia_array)[(row) * ((iniarray)->ia_columns) + (column)])
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1338 int tlen, row, col; in big_sqr_vec() local
1358 row = 1; in big_sqr_vec()
1360 while (row < len) { in big_sqr_vec()
1361 s = (uint64_t)a[row]; in big_sqr_vec()
1369 if (row == len - 1) in big_sqr_vec()
1374 ++row; in big_sqr_vec()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c3637 u32 row, i, offset = 0; in ecore_grc_dump_vfc_cam() local
3647 for (row = 0; row < VFC_CAM_NUM_ROWS; row++, offset += VFC_CAM_RESP_DWORDS) { in ecore_grc_dump_vfc_cam()
3650 SET_VAR_FIELD(cam_cmd, VFC_CAM_CMD, ROW, row); in ecore_grc_dump_vfc_cam()
3675 u32 row, i, offset = 0; in ecore_grc_dump_vfc_ram() local
3685 …for (row = ram_defs->base_row; row < ram_defs->base_row + ram_defs->num_rows; row++, offset += VFC… in ecore_grc_dump_vfc_ram()
3691 SET_VAR_FIELD(ram_addr, VFC_RAM_ADDR, ROW, row); in ecore_grc_dump_vfc_ram()
/illumos-gate/usr/src/data/zoneinfo/
H A Dzone.tab.txt14 # Because of (2), each row stands for an area that is the intersection
19 # Unlike zone1970.tab, a row's third column can be a Link from
H A Dzone_sun.tab14 # Because of (2), each row stands for an area that is the intersection
19 # Unlike zone1970.tab, a row's third column can be a Link from
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in147 …u-ho-la Till-quist Town-send Tsi-chri-tzis Tur-ski Vuille-min Wald-ing-er Za-bo-row-ski Za-mora }"}
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S95 .set SCR_COL,0x50 # Columns per row
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t45 # Calling start() twice in a row will fail test.
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h1463 __in size_t row,
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2689 % @headitem starts a heading row, which we typeset in bold.
2708 % @item within a multitable starts a normal row.
3751 % routine twice in a row (see the doublecol-lose test, which is
5189 % If there are two @def commands in a row, we'll have a \nobreak,
5213 % As above, allow line break if we have multiple x headers in a row.
6305 % text to a box and make the \insert when a row of the table is finished.
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in2402 returns the logical row number for the line. */
2409 returns the logical row number corresponding the the
3563 /* Row index defined to be row zero. */
H A Dlibdwarf.h.in2402 returns the logical row number for the line. */
2409 returns the logical row number corresponding the the
3563 /* Row index defined to be row zero. */

12345