HomeSort by: relevance | last modified time | path
    Searched refs:res_stat (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/librpcsvc/
sm_inter.x 90 res res_stat;
106 /* res_stat = stat_succ if status monitor agrees to monitor */
107 /* res_stat = stat_fail if status monitor cannot monitor */
108 /* if res_stat == stat_succ, state = state number of site sm_name */
111 /* res_stat = stat_succ if status monitor agrees to monitor */
112 /* res_stat = stat_fail if status monitor cannot monitor */
  /src/usr.sbin/rpc.statd/
stat_proc.c 71 smres.res_stat = stat_succ;
76 smres.res_stat = stat_fail;
108 smres.res_stat = stat_fail; /* Assume fail until set otherwise */
142 smres.res_stat = stat_succ; /* Report success */
  /src/sys/fs/nfs/nlm/
sm_inter.h 63 sm_res res_stat; member in struct:sm_stat_res
sm_inter_xdr.c 91 if (!xdr_sm_res(xdrs, &objp->res_stat))
nlm_prot_impl.c 1182 if (smstat.res_stat == stat_fail) {
1247 if (smstat.res_stat == stat_fail) {
  /src/usr.sbin/rpc.lockd/
lockd_lock.c 803 if (result.res_stat == stat_fail) {
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 3945 const struct drm_dp_resource_status_notify *res_stat = local in function:drm_dp_mst_handle_up_req
3949 res_stat->port_number,
3950 res_stat->available_pbn);

Completed in 20 milliseconds