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

/freebsd-12-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-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c572 vmbus_chanmsg_proc_t msg_proc; local
582 msg_proc = vmbus_chanmsg_handlers[msg_type];
583 if (msg_proc != NULL)
584 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-12-stable/share/examples/
H A DMakefile334 msg_proc.c \

Completed in 111 milliseconds