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

/freebsd-11-stable/share/examples/sunrpc/msg/
H A DMakefile28 msg_svc: msg_proc.o msg_svc.o
29 $(CC) -o $@ msg_proc.o msg_svc.o $(LIB)
36 msg_proc.o: msg_proc.c msg.h
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c566 vmbus_chanmsg_proc_t msg_proc; local
576 msg_proc = vmbus_chanmsg_handlers[msg_type];
577 if (msg_proc != NULL)
578 msg_proc(sc, msg);
H A Dvmbus_chan.c2008 vmbus_chanmsg_proc_t msg_proc; local
2015 msg_proc = vmbus_chan_msgprocs[msg_type];
2016 if (msg_proc != NULL)
2017 msg_proc(sc, msg);
/freebsd-11-stable/share/examples/
H A DMakefile195 sunrpc/msg/msg_proc.c \

Completed in 75 milliseconds