Searched refs:column (Results 1 - 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c67 register int c, column; local
136 column = 0;
152 column++;
153 } while (column & 07);
159 column++;
161 ((column - 1) % tabstops[0]) !=
166 if (tabstops[n] > column)
170 column++;
173 while (column < tabstops[n]) {
175 column
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h54 #define COLUMN_STATE(un, column) ((un)->un_column[(column)].un_devstate)
56 #define COLUMN_STATE_ONLY(un, column) (\
57 ((un)->un_column[(column)].un_devstate == RCS_INIT) || \
58 ((un)->un_column[(column)].un_devstate == RCS_OKAY) || \
59 ((un)->un_column[(column)].un_devstate == RCS_ERRED) || \
60 ((un)->un_column[(column)].un_devstate == RCS_RESYNC) || \
61 ((un)->un_column[(column)].un_devstate == RCS_LAST_ERRED) || \
62 ((un)->un_column[(column)].un_devstate == RCS_REGEN))
64 #define COLUMN_ISUP(un, column) (\
[all...]
/illumos-gate/usr/src/cmd/more/
H A Dmore.c731 register int column; local
737 column = 0;
750 return (column);
759 column = oldcolumn;
767 if (hardtabs && column < promptlen && !hard) {
769 column = 1 + (column | 7);
774 for (--p; column & 7 && p < &Line[LINSIZ - 1]; column++) {
777 if (column >
[all...]
/illumos-gate/usr/src/cmd/eqn/
H A De.y67 collist : column
68 | collist column
71 column : lcol '{' list '}' { column('L', $1); } label
72 | ccol '{' list '}' { column('C', $1); }
73 | rcol '{' list '}' { column('R', $1); }
74 | col '{' list '}' { column('-', $1); }
H A Dmatrix.c20 column(int type, int p1) function
26 printf(".\t%d column of", type);
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c44 * raid_dcolumn() - return the data column # of this segment
45 * raid_pcolumn() - return the parity column # of this segment
245 * if there is another column in the error state then this
246 * column should go to the last errored state
278 * if there are last errored column being brought back online
281 * column will go back into last erred.
343 * DESCRIPTION: Return the type of write to perform on an erred column based
346 * if a column is being resynced and the write is above the
352 * If a column cannot be written directly, RCL_ERRED is
357 * mr_column_t *dcolumn - pointer to data column structur
367 erred_check_line(mr_unit_t *un, md_raidcs_t *cs, mr_column_t *column) argument
718 raid_get_pwslot(md_raidcs_t *cs, int column) argument
853 mr_column_t *column; local
1048 mr_column_t *column; local
1298 int column; local
1393 int column; local
2002 uint_t column; local
2023 uint_t column; local
2297 int column; local
2667 mr_column_t *column; local
[all...]
H A Draid_replay.c65 static int raid_replay_error(mr_unit_t *un, int column);
234 uint_t slot, int column)
244 oldp->rpl_column2 = column;
255 newp->rpl_column1 = column;
307 * int column - column number for the pre-write entry
312 raid_pwhdr_read(mr_unit_t *un, int pw_slot, int column, raid_rplybuf_t *bufp) argument
321 bp->b_lblkno = un->un_column[column].un_pwstart +
323 bp->b_edev = md_dev64_to_dev(un->un_column[column].un_dev);
335 * int column
233 enq_rplylst(raid_rplylst_t **listp, raid_pwhdr_t *pwhp, uint_t slot, int column) argument
341 raid_pw_read(mr_unit_t *un, int column, uint_t slot, raid_rplybuf_t *bufp) argument
381 raid_pw_write(mr_unit_t *un, int column, raid_pwhdr_t *pwhp, raid_rplybuf_t *bufp) argument
687 raid_replay_error(mr_unit_t *un, int column) argument
[all...]
H A Draid_resync.c36 * erred_check_line() - provide write instruction for erred column
131 * int column_index - index of column to resync
256 * md_dev64_t dev_to_write - index of column to resync
257 * int column_index - index of column to resync
328 mr_column_t *column = &un->un_column[index]; local
331 md_dev64_t tmpdev = column->un_alt_dev;
336 ASSERT(! (column->un_devflags & MD_RAID_WRITE_ALT));
338 ASSERT(! (column->un_devflags & MD_RAID_ALT_ISOPEN));
346 md_devid_found(setno, side, column->un_orig_key) == 1) {
348 column
382 mr_column_t *column = &un->un_column[index]; local
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c70 unsigned long column,
81 (unsigned long) column,
130 Dwarf_Word column = 0; local
415 opcode, address, (int) file, line, column,
428 column, is_stmt, basic_block,
480 column = (Dwarf_Word) utmp2;
482 (Dwarf_Signed) column, (Dwarf_Signed) column);
579 column, is_stmt, basic_block,
586 column
65 print_line_detail(char *prefix, int opcode, Dwarf_Unsigned address, unsigned long file, unsigned long line, unsigned long column, int is_stmt, int basic_block, int end_sequence, int prologue_end, int epilogue_begin, int isa) argument
[all...]
H A Ddwarf_line.c361 Dwarf_Word column = 0; local
607 (Dwarf_Half) column;
660 (Dwarf_Half) column;
730 column = (Dwarf_Word) utmp2;
828 (Dwarf_Half) column;
863 column = 0;
1150 /* Each 'line' entry has a column-within-line (offset
1155 Lines of text begin at column 1. The value 0
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.h40 uint64_t *row, uint64_t *column);
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh371 --column="encryption" $(encryptionValues))
380 --column="Key format and location" \
534 --column="Installed Zones" ${zonelist[*]})
946 --column="Remove Access to:" \
947 --column="$templateHeading" \
972 --column="Multilevel Ports (example: 80-81/tcp;111/udp;)" \
1148 --column="#" \
1149 --column="Network Configuration " \
1150 --column="IP Type" \
1151 --column
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_scheme.c72 * (for column names).
87 * A table will have the column names stored in the mapping
88 * structure, while a directory only has a single column
90 * so we create a column name array for a directory.
93 col = t->column;
122 "%s: column index out-of-range (%d >= %d)",
H A Dldap_parse.h181 * name Array of column names
182 * value Array of column values; uses __nis_mapping_format_t so that
252 * The mapping item is a single LDAP attribute, or a NIS+ table column, such as
260 * name Attribute/column name
304 * value of the 'passwd' column. The NIS+LDAPmapping(4) representation
328 * (3) Given a 'cname' column with the value "some.dom.ain.", extract
392 * (1) The value of the 'name' column.
421 * "{%s}%s", assign "dh-1024" to the 'auth_type' column, and
422 * "abcdef000234" to the 'public_data' column.
497 /* A single mapping rule: attribute -> column o
659 char **column; member in struct:__anon3617
[all...]
H A Dldap_map.c63 col = t->column;
72 * we throw away the column names (if any).
77 sfree(t->column[i]);
78 sfree(t->column);
79 t->column = 0;
85 * Verify that all column names found by the parser
86 * are present in the actual column list.
94 /* Skip the 'zo_*' special column names */
98 if (strcmp(col[i], t->column[j]) == 0) {
106 "%s: No column \"
[all...]
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1422 int column; local
1437 for (column = 0, p = Line + savlength; ; ) {
1443 return (column);
1454 if (column + width > columns && !fflag)
1461 column += width;
1466 column = 1 + (column | 7);
1469 if (column > 0)
1470 column--;
1473 column
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c264 * placed in the last column. See O'Reilly Termcap &
278 * column() adds the best sequence for moving the cursor from oldcol
281 * column() considers column_address, parm_left/right_cursor,
285 column(struct Sequence *outseq, int ocol, int ncol) function
295 /* try out direct column addressing */
391 /* try out independent row/column addressing */
394 column(try, oldcol, newcol);
399 column(&col0seq, 0, newcol);
401 /* try out homing and then row/column */
410 /* try out homing to last line and then row/column */
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c1085 int row, column; /* State table coordinates */ local
1130 * Determine the new symbols definition (defines column in Action[]).
1134 column = SYM_TENTATIVE;
1140 column = SYM_TENTATIVE;
1145 column = SYM_UNDEFINED;
1148 column = SYM_DEFINED;
1157 column = SYM_TENTATIVE;
1163 DBG_CALL(Dbg_syms_resolving(ofl, ndx, sdp->sd_name, row, column,
1182 Action[row][column](sdp, nsym, ifl, ofl, ndx, nshndx, nsdflags);
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c602 size_t column = 1; local
627 if (column == 1) {
644 if (column++ == 10)
645 column = 1;
648 if (column == 1)
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c893 int column = 0; local
907 column += 2;
915 if (column < MAX_COLUMN)
918 column++;
923 column = 0;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c264 * placed in the last column. See O'Reilly Termcap &
278 * column() adds the best sequence for moving the cursor from oldcol
281 * column() considers column_address, parm_left/right_cursor,
285 column(outseq, ocol, ncol) function
297 /* try out direct column addressing */
403 /* try out independent row/column addressing */
406 column(try, oldcol, newcol);
411 column(&col0seq, 0, newcol);
413 /* try out homing and then row/column */
422 /* try out homing to last line and then row/column */
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.c184 uint32_t numBits, uint32_t firstBit, uint32_t column)
197 (column * 8);
200 (column * 8)) & mask;
183 ath9k_phy_modify_rx_buffer(uint32_t *rfBuf, uint32_t reg32, uint32_t numBits, uint32_t firstBit, uint32_t column) argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c364 i += column(wcursor) - 1;
426 vgoto(splitw ? WECHO : LINE(wdot - llimit), column(wcursor) - 1);
H A Dex_voper.c246 * Set the column
374 * [ Back to beginning of defun, i.e. an ( in column 1.
376 * For C, back to a { in column 1 (~~ beg of function.)
383 * ] Forward to next defun, i.e. a ( in column 1.
385 * For C, forward to a } in column 1 (if delete or such)
386 * or if a move to a { in column 1.
495 * | Find specified print column in current line.
649 * ^P To previous line same column. Ridiculous on the
656 vmoving = 1, vmovcol = column(cursor);
696 * ^N To next line, same column i
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c554 if ((pp.column + strlen(xp->name)) >= COLUMN_MAX)
557 pp.column = COLUMN_TAB;
562 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, xp->name);
801 if ((pp.column + strlen(file)) >= COLUMN_MAX)
804 pp.column = COLUMN_TAB;
809 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, file);

Completed in 143 milliseconds

12