Home
last modified time | relevance | path

Searched refs:trc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh357 trc=$?
358 if [ $trc -ne 0 ]; then
359 rc=$trc
370 trc=$?
371 if [ $trc -ne 0 ]; then
372 rc=$trc
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c178 rule_component *rc, *trc; in free_rule_set() local
183 trc = rc->next; in free_rule_set()
186 rc = trc; in free_rule_set()
397 rule_component *rc = NULL, *trc; in parse_rule_set() local
446 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next); in parse_rule_set()
447 if (trc == NULL) in parse_rule_set()
450 trc->next = rc; in parse_rule_set()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c184 (iop->trc[0] != (uint8_t)(0))) in emlxs_fct_io_trace()
198 if (iop->trc[0] == (uint8_t)(0)) in emlxs_fct_io_trace()
221 iop->trc[0] = 2; in emlxs_fct_io_trace()
222 iop->trc[1] = data; in emlxs_fct_io_trace()
229 (iop->trc[0] != (uint8_t)(0))) in emlxs_fct_io_trace()
246 if (iop->trc[0] >= MAX_IO_TRACE) { in emlxs_fct_io_trace()
264 iop->trc[iop->trc[0]] = data; in emlxs_fct_io_trace()
267 if (iop->trc[iop->trc[0]-1] == EMLXS_FCT_IOCB_ISSUED) { in emlxs_fct_io_trace()
268 iop->trc[0]++; in emlxs_fct_io_trace()
270 iop->trc[0] = 0; in emlxs_fct_io_trace()
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h1512 uint32_t trc:4; member
1557 uint32_t trc:4; member
1615 uint32_t trc:4; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h979 uint8_t trc[MAX_IO_TRACE]; /* trc[0] = index */ member
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c3332 int rc = NS_LDAP_SUCCESS, trc; in __ns_ldap_list_sort() local
3339 attribute, auth, flags, rResult, errorp, &trc, callback, in __ns_ldap_list_sort()