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

/freebsd-11-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-11-stable/sys/compat/ndis/
H A Dsubr_pe.c484 image_resource_data_entry *rent; local
513 rent = (image_resource_data_entry *)(offset +
516 rent->irde_offset);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-ia64.c2744 struct elfNN_ia64_dyn_reloc_entry *rent;
2746 for (rent = dyn_i->reloc_entries; rent; rent = rent->next)
2747 if (rent->srel == srel && rent->type == type)
2750 if (!rent)
2752 rent = ((struct elfNN_ia64_dyn_reloc_entry *)
2753 bfd_alloc (abfd, (bfd_size_type) sizeof (*rent)));
2738 struct elfNN_ia64_dyn_reloc_entry *rent; local
3468 struct elfNN_ia64_dyn_reloc_entry *rent; local
[all...]
H A Delf64-alpha.c1970 struct alpha_elf_reloc_entry *rent;
1972 for (rent = h->reloc_entries; rent; rent = rent->next)
1973 if (rent->rtype == r_type && rent->srel == sreloc)
1976 if (!rent)
1979 rent = (struct alpha_elf_reloc_entry *) bfd_alloc (abfd, amt);
1980 if (!rent)
1962 struct alpha_elf_reloc_entry *rent; local
[all...]
/freebsd-11-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 190 milliseconds