Searched refs:ndmp_handler_t (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_handler.c117 ndmp_handler_t ndmp_msghdl_tab[] = {
807 ndmp_handler_t ndmp_msghdl_tab[] = {
H A Dndmpd_comm.c90 extern ndmp_handler_t ndmp_msghdl_tab[];
104 static ndmp_handler_t *ndmp_get_interface(ndmp_message message);
1341 static ndmp_handler_t *
1344 ndmp_handler_t *ni = &ndmp_msghdl_tab[(message >> 8) % INT_MAXCMD];
1374 ndmp_handler_t *ni = ndmp_get_interface(message);
1400 ndmp_handler_t *ni = ndmp_get_interface(message);
H A Dndmpd_common.h108 } ndmp_handler_t; typedef in typeref:struct:ndmp_handler

Completed in 106 milliseconds