Home
last modified time | relevance | path

Searched refs:CB_NULL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_srv.c825 cs = CLNT_CALL(ch, CB_NULL, xdr_void, NULL, xdr_void, NULL, tv); in ping_cb_null_thr()
H A Dnfs4_callback.c716 case CB_NULL: in cb_dispatch()
H A Dnfs4_srv_deleg.c307 if (clnt_call(ch, CB_NULL, xdr_void, NULL, xdr_void, NULL, tv) != 0) { in rfs4_do_cb_null()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x3705 CB_NULL(void) = 0;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h3755 #define CB_NULL 0 macro