Searched refs:uiocnt (Results 1 – 2 of 2) sorted by relevance
1617 u_int uiocnt = 0; in sendmsg_x_old() local1761 uiocnt += 1; in sendmsg_x_old()1783 UIO_WRITE, uiocnt, user_msg_x, uiop); in sendmsg_x_old()1785 *retval = (int)(uiocnt); in sendmsg_x_old()2079 u_int uiocnt = 0; in sendmsg_x() local2111 error = sendit_x(p, so, uap, &uiocnt); in sendmsg_x()2152 uiocnt += 1; in sendmsg_x()2156 if (uiocnt != 0 && (error == ERESTART || in sendmsg_x()2168 *retval = (int)(uiocnt); in sendmsg_x()2697 u_int uiocnt; in recvmsg_x_array() local[all …]
2741 KERNEL_DEBUG((DBG_FNC_SOSEND_LIST | DBG_FUNC_START), so, uiocnt, in sosend_list()