HomeSort by: relevance | last modified time | path
    Searched defs:pipe_nbytes (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libisns/
isns_thread.c 131 int pipe_nbytes; local in function:isns_kevent_pipe
134 pipe_nbytes = (int)evt_p->data;
136 while (pipe_nbytes > 0) {
145 pipe_nbytes -= (int)rbytes;
163 pipe_nbytes -= (int)rbytes;
170 pipe_nbytes = 0;

Completed in 12 milliseconds