Searched refs:rent (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dnfs.c769 struct nfsv3_readdir_entry *rent; local
822 rent = (struct nfsv3_readdir_entry *)buf;
824 if (rent->follows == 0) {
826 if (rent->fid0 != 0) {
833 d->d_namlen = ntohl(rent->len);
834 bcopy(rent->nameplus, d->d_name, d->d_namlen);
838 fp->off = cookie = ((uint64_t)ntohl(rent->nameplus[pos]) << 32) |
839 ntohl(rent->nameplus[pos + 1]);
841 buf = (char *)&rent->nameplus[pos];
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_pe.c486 image_resource_data_entry *rent; local
515 rent = (image_resource_data_entry *)(offset +
518 rent->irde_offset);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c1925 struct reset_entry *rent; local
1943 for (rent = reset_entries; rent->flag != 0; rent++) {
1944 if (flags & rent->flag)
1945 (*rent->handler)();

Completed in 50 milliseconds