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

  /src/usr.sbin/mopd/common/
file.c 917 int32_t pos, notdone, total; local in function:mopFileRead
988 notdone = total - pos;
989 if (notdone <= bsz) {
990 outlen = read(dlslot->ldfd,&buf[len],notdone);
1002 notdone = total - pos;
1003 if (notdone <= bsz) {
1004 outlen = notdone;
1017 notdone = total - pos;
1018 if (notdone <= bsz) {
1019 outlen = read(dlslot->ldfd,&buf[len],notdone);
    [all...]
  /src/sys/netinet/
sctputil.c 3380 int notdone; local in function:sctp_release_pr_sctp_chunk
3406 notdone = 0;
3410 notdone = 0;
3414 notdone = 1;
3417 } while (tp1 && notdone);

Completed in 94 milliseconds