Searched defs:trc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c638 int trc; local
649 trc = thr_create(NULL, 0, rdc_mtconfig,
682 int trc; local
698 trc = thr_create(NULL, 0, rdc_mtconfig,
731 int trc; local
758 trc = thr_create(NULL, 0, rdc_mtconfig,
791 int trc; local
813 trc = thr_create(NULL, 0, rdc_mtconfig,
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c129 int rc, trc; local
213 if ((trc = thr_create(NULL, 0, wait_sync_event, NULL,
277 trc = thr_create(NULL, 0, wait_link_down,
281 if (trc != 0) {
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c178 rule_component *rc, *trc; local
183 trc = rc->next;
186 rc = trc;
397 rule_component *rc = NULL, *trc; local
446 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next);
447 if (trc
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c3324 int rc = NS_LDAP_SUCCESS, trc; local
3331 attribute, auth, flags, rResult, errorp, &trc, callback,
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c615 nsthread_t *trc; local
697 trc = nst_create(_rdc_ioset, rdc_qfiller_thr, (void *)krdc, NST_SLEEP);
698 if (trc == NULL) {
746 nsthread_t *trc; local
816 trc = nst_create(_rdc_ioset, rdc_qfiller_thr, (void *)krdc, NST_SLEEP);
817 if (trc == NULL) {
3066 nsthread_t *trc = NULL; local
3232 trc = nst_create(sync_info.rdc_syncset,
3235 if (trc == NULL) {
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h1512 uint32_t trc:4; member in struct:_legacy_tx_bd::__anon6325::__anon6327
1557 uint32_t trc:4; member in struct:_sum_tx_bd::__anon6328::__anon6331
1615 uint32_t trc:4; member in struct:_hot_tx_bd::__anon6334::__anon6337
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h975 uint8_t trc[MAX_IO_TRACE]; /* trc[0] = index */ member in struct:emlxs_iotrace

Completed in 144 milliseconds