Home
last modified time | relevance | path

Searched refs:isock_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.c1403 if (sock->isock_buf != NULL) in imc_nvl_pack()
1417 sock->isock_buf = buf; in imc_nvl_pack()
2718 if (sock->isock_buf == NULL) { in imc_ioctl()
2735 if (sock->isock_buf == NULL) { in imc_ioctl()
2740 if (ddi_copyout(sock->isock_buf, (void *)arg, in imc_ioctl()
H A Dimc.h728 char *isock_buf; member