Searched defs:nameplus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c175 uint32_t nameplus[0]; member in struct:nfsv3_readdir_entry
1464 bcopy(rent->nameplus, d->d_name, d->d_namlen);
1468 fp->off = cookie = ((uint64_t)ntohl(rent->nameplus[pos]) << 32) |
1469 ntohl(rent->nameplus[pos + 1]);
1471 buf = (u_char *)&rent->nameplus[pos];

Completed in 64 milliseconds