Searched refs:msg_proc (Results 1 – 5 of 5) sorted by relevance
27 msg_svc: msg_proc.o msg_svc.o28 $(CC) -o $@ msg_proc.o msg_svc.o $(LIB)35 msg_proc.o: msg_proc.c msg.h
630 vmbus_chanmsg_proc_t msg_proc; in vmbus_chanmsg_handle() local640 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()
2178 vmbus_chanmsg_proc_t msg_proc; in vmbus_chan_msgproc() local2185 msg_proc = vmbus_chan_msgprocs[msg_type]; in vmbus_chan_msgproc()2186 if (msg_proc != NULL) in vmbus_chan_msgproc()2187 msg_proc(sc, msg); in vmbus_chan_msgproc()
342 msg_proc.c \
1894 OLD_FILES+=usr/share/examples/sunrpc/msg/msg_proc.c