Searched refs:rc_status (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Drc.sshd34 # rc_status check and set local and overall rc status
35 # rc_status -v ditto but be verbose in local rc status
36 # rc_status -v -r ditto and clear the local rc status
55 rc_status -v
65 rc_status -v
73 rc_status
82 rc_status
92 rc_status -v
108 rc_status -v
/freebsd-11-stable/sys/fs/nfs/
H A Dnfsrvcache.h76 #define rc_status rc_un.repstat macro
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c406 *(nd->nd_errp) = rp->rc_status;
513 rp->rc_status = nd->nd_repstat;
694 *(nd->nd_errp) = rp->rc_status;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c2309 xge_hal_status_e rc_status = XGE_HAL_OK; local
2377 rc_status = XGE_HAL_ERR_INVALID_PCI_INFO;
2383 if (rc_status != XGE_HAL_ERR_INVALID_PCI_INFO)
2428 rc_status = XGE_HAL_ERR_BAD_DEVICE_ID;
2433 return rc_status;
5835 xge_hal_status_e rc_status; local
5839 rc_status = XGE_HAL_ERR_INVALID_DEVICE;
5842 rc_status, hldev);
5844 return rc_status;
5850 rc_status
[all...]

Completed in 86 milliseconds