Home
last modified time | relevance | path

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

/freebsd-12-stable/share/examples/sunrpc/msg/
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/
Dvmbus.c572 vmbus_chanmsg_proc_t msg_proc; in vmbus_chanmsg_handle() local
582 msg_proc = vmbus_chanmsg_handlers[msg_type]; in vmbus_chanmsg_handle()
583 if (msg_proc != NULL) in vmbus_chanmsg_handle()
584 msg_proc(sc, msg); in vmbus_chanmsg_handle()
Dvmbus_chan.c2008 vmbus_chanmsg_proc_t msg_proc; in vmbus_chan_msgproc() local
2015 msg_proc = vmbus_chan_msgprocs[msg_type]; in vmbus_chan_msgproc()
2016 if (msg_proc != NULL) in vmbus_chan_msgproc()
2017 msg_proc(sc, msg); in vmbus_chan_msgproc()
/freebsd-12-stable/share/examples/
DMakefile341 msg_proc.c \
/freebsd-12-stable/tools/build/mk/
DOptionalObsoleteFiles.inc2813 OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c