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

  /src/usr.sbin/puffs/mount_9p/
node.c 176 uint16_t statsize; local in function:puffs9p_node_readdir
208 if ((rv = proto_getstat(pu, pb, &va, &name, &statsize))) {
222 count -= statsize;
223 *readoff += statsize;
224 dfp->seekoff += statsize;
node.c 176 uint16_t statsize; local in function:puffs9p_node_readdir
208 if ((rv = proto_getstat(pu, pb, &va, &name, &statsize))) {
222 count -= statsize;
223 *readoff += statsize;
224 dfp->seekoff += statsize;

Completed in 24 milliseconds