Home
last modified time | relevance | path

Searched refs:astat (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c74 int status, astat, rstat, why; in interpret_rpc() local
150 astat = getxdr_long(); in interpret_rpc()
152 nameof_astat(astat)); in interpret_rpc()
155 switch (astat) { in interpret_rpc()
615 int astat, rstat, why; in rpc_detail_reply() local
633 astat = getxdr_long(); in rpc_detail_reply()
636 astat, nameof_astat(astat)); in rpc_detail_reply()
638 switch (astat) { in rpc_detail_reply()
/titanic_44/usr/src/cmd/rexd/
H A Don.c673 struct stat astat, bstat; in samefd() local
675 if (fstat(a, &astat) || fstat(b, &bstat)) in samefd()
677 if (astat.st_ino == 0 || bstat.st_ino == 0) in samefd()
679 return (!bcmp(&astat, &bstat, sizeof (astat))); in samefd()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h623 ASYNC_STATUS astat; member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2221 switch (iocb->un.astat.EventCode) { in emlxs_handle_async_event()