Home
last modified time | relevance | path

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

/freebsd/share/examples/sunrpc/msg/
H A DMakefile23 msg_svc: msg_proc.o msg_svc.o
24 $(CC) -o $@ msg_proc.o msg_svc.o $(LIB)
31 msg_proc.o: msg_proc.c msg.h
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c630 vmbus_chanmsg_proc_t msg_proc; in vmbus_chanmsg_handle() local
640 msg_proc = vmbus_chanmsg_handlers[msg_type]; in vmbus_chanmsg_handle()
641 if (msg_proc != NULL) in vmbus_chanmsg_handle()
642 msg_proc(sc, msg); in vmbus_chanmsg_handle()
H A Dvmbus_chan.c2175 vmbus_chanmsg_proc_t msg_proc; in vmbus_chan_msgproc()
2182 msg_proc = vmbus_chan_msgprocs[msg_type]; in vmbus_chan_msgproc()
2183 if (msg_proc != NULL) in vmbus_chan_msgproc()
2184 msg_proc(sc, msg); in vmbus_chan_msgproc()
2177 vmbus_chanmsg_proc_t msg_proc; vmbus_chan_msgproc() local
/freebsd/share/examples/
H A DMakefile346 msg_proc.c \
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc1886 OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c