Searched refs:col1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl35 $title, $note, $name, $col1, $col2, $col3, $skip);
142 our ($title, $note, $name, $col1, $col2, $col3);
168 ($col1, $col2, $col3) = getCallInfo($id, $name, $description);
169 my @col1 = split(/\s*;\s*/, $col1);
172 my $rows = $#col1;
176 $col1 = defined ($col1[$i]) ? $col1[$i] : '';
181 $col1
[all...]
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c294 #define ULINE(indent, col1, col2) \
295 fprintf(stderr, USAGE_OPT_FMT, indent, col1, col2)
298 #define ULINE(indent, col1, col2) \
299 fprintf(stderr, USAGE_OPT_FMT, indent, col1)
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_replay.c438 * int col1 - column number 1
449 raid_rply_verify(mr_unit_t *un, int col1, int goodsum1, int *do_1, argument
456 if (COLUMN_ISUP(un, col1)) {

Completed in 62 milliseconds