HomeSort by: relevance | last modified time | path
    Searched refs:nfsm_uiotombuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/nfs/
nfs_var.h 252 int nfsm_uiotombuf(struct uio *, struct mbuf **, int, char **);
nfsm_subs.h 392 if ((t1 = nfsm_uiotombuf((p),&mb,(s),&bpos)) != 0) { \
nfs_subs.c 808 nfsm_uiotombuf(struct uio *uiop, struct mbuf **mq, int siz, char **bpos) function in typeref:typename:int
819 panic("nfsm_uiotombuf: iovcnt != 1");

Completed in 80 milliseconds