Home
last modified time | relevance | path

Searched refs:col2 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/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);
170 my @col2 = split(/\s*;\s*/, $col2);
173 $rows = $#col2 if ($#col2 > $rows);
177 $col2 = defined ($col2[$i]) ? $col2[$i] : '';
182 $col2 = $id;
187 $col2 = $class;
222 ($col1, $col2) =
227 while ($col2) {
[all …]
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_replay.c450 int col2, int goodsum2, int *do_2) in raid_rply_verify() argument
459 if (COLUMN_ISUP(un, col2)) { in raid_rply_verify()
600 int colcnt, col, col2; in replay_line() local
639 col2 = eachpn->rpl_column1; in replay_line()
640 ASSERT(col2 < un->un_totalcolumncnt); in replay_line()
649 error = raid_pw_read(un, col2, eachpn->rpl_slot1, rplybuf); in replay_line()
/titanic_41/usr/src/cmd/krb5/kinit/
H A Dkinit.c294 #define ULINE(indent, col1, col2) \ argument
295 fprintf(stderr, USAGE_OPT_FMT, indent, col1, col2)
298 #define ULINE(indent, col1, col2) \ argument