Searched defs:astat (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Don.c673 struct stat astat, bstat; local
675 if (fstat(a, &astat) || fstat(b, &bstat))
677 if (astat.st_ino == 0 || bstat.st_ino == 0)
679 return (!bcmp(&astat, &bstat, sizeof (astat)));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c74 int status, astat, rstat, why; local
150 astat = getxdr_long();
152 nameof_astat(astat));
155 switch (astat) {
615 int astat, rstat, why; local
633 astat = getxdr_long();
636 astat, nameof_astat(astat)); local
638 switch (astat) {
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c681 struct scsi_arq_status *astat = (void*)(pkt->pkt_scbp); local
693 astat->sts_rqpkt_resid = SENSE_BUFFER_SIZE -
695 sensedata = (uint8_t *)&astat->sts_sensedata;
701 astat->sts_rqpkt_resid = 0;
704 astat->sts_rqpkt_statistics = 0;
705 astat->sts_rqpkt_reason = CMD_CMPLT;
706 (*(uint8_t *)&astat->sts_rqpkt_status) = STATUS_GOOD;
707 astat->sts_rqpkt_state = STATE_GOT_BUS |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h623 ASYNC_STATUS astat; member in union:emlxs_iocb::__anon7382

Completed in 241 milliseconds