Searched refs:SM_NOTIFY (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Dsm_inter.x63 void SM_NOTIFY(struct stat_chge) = 6;
/freebsd-9.3-release/sys/nlm/
H A Dsm_inter.h92 #define SM_NOTIFY ((unsigned long)(6)) macro
/freebsd-9.3-release/usr.sbin/rpc.statd/
H A Dfile.c223 /* in due course cause a SM_NOTIFY to be sent. */
245 Purpose: Perform SM_NOTIFY procedure at specified host
262 if (debug) syslog (LOG_DEBUG, "Sending SM_NOTIFY to host %s from %s", hostname, our_hostname);
272 if (clnt_call(cli, SM_NOTIFY, (xdrproc_t)xdr_stat_chge, &arg,
287 Purpose: Send SM_NOTIFY to all hosts marked as requiring it

Completed in 49 milliseconds