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

  /src/sys/arch/sh3/sh3/
pmap.c 427 pt_entry_t *pte, oentry; local
431 (oentry = *pte) == 0)
434 if (pa != (oentry & PG_PPN)) {
443 if ((oentry & PG_PR_MASK) != (entry & PG_PR_MASK))
447 if (oentry & _PG_WIRED) {
  /src/sys/uvm/
uvm_fault.c 2667 struct vm_map_entry *entry, *oentry; local
2689 oentry = NULL;
2707 if (entry != oentry) {
2708 if (oentry != NULL) {
2709 uvm_map_unlock_entry(oentry);
2712 oentry = entry;
2733 if (oentry != NULL) {
  /src/external/mpl/bind/dist/lib/dns/
catz.c 131 dns_catz_entry_t *oentry, const char *msg,
548 dns_catz_entry_t *oentry = NULL; local
630 (void **)&oentry);
666 oentry, "adding", zname, czname);
670 if (dns_catz_entry_cmp(oentry, nentry) != true) {
672 oentry, "modifying", zname,
681 dns_catz_entry_detach(catz, &oentry);
1718 dns_catz_entry_t *oentry, const char *msg,
1728 if (oentry != NULL) {
1729 dns_catz_entry_detach(catz, &oentry);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
catz.c 96 dns_catz_entry_t *oentry, const char *msg,
453 dns_catz_entry_t *oentry = NULL; local
484 (void **)&oentry);
502 nentry, oentry, "adding", zname,
508 if (dns_catz_entry_cmp(oentry, nentry) != true) {
510 nentry, oentry, "modifying",
519 dns_catz_entry_detach(target, &oentry);
1390 dns_catz_entry_t *oentry, const char *msg,
1400 if (oentry != NULL) {
1401 dns_catz_entry_detach(target, &oentry);
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-bfin.c 3825 struct bfinfdpic_relocs_info *oentry;
3834 oentry = bfinfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
3837 if (oentry)
3840 bfinfdpic_pic_merge_early_relocs_info (oentry, entry);
3820 struct bfinfdpic_relocs_info *oentry; local
elf32-frv.c 5177 struct frvfdpic_relocs_info *oentry;
5186 oentry = frvfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
5189 if (oentry)
5192 frvfdpic_pic_merge_early_relocs_info (oentry, entry);
5172 struct frvfdpic_relocs_info *oentry; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-bfin.c 3824 struct bfinfdpic_relocs_info *oentry;
3833 oentry = bfinfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
3836 if (oentry)
3839 bfinfdpic_pic_merge_early_relocs_info (oentry, entry);
3819 struct bfinfdpic_relocs_info *oentry; local
elf32-frv.c 5176 struct frvfdpic_relocs_info *oentry;
5185 oentry = frvfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
5188 if (oentry)
5191 frvfdpic_pic_merge_early_relocs_info (oentry, entry);
5171 struct frvfdpic_relocs_info *oentry; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-bfin.c 3824 struct bfinfdpic_relocs_info *oentry;
3833 oentry = bfinfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
3836 if (oentry)
3839 bfinfdpic_pic_merge_early_relocs_info (oentry, entry);
3819 struct bfinfdpic_relocs_info *oentry; local
elf32-frv.c 5176 struct frvfdpic_relocs_info *oentry;
5185 oentry = frvfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
5188 if (oentry)
5191 frvfdpic_pic_merge_early_relocs_info (oentry, entry);
5171 struct frvfdpic_relocs_info *oentry; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-bfin.c 3825 struct bfinfdpic_relocs_info *oentry;
3834 oentry = bfinfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
3837 if (oentry)
3840 bfinfdpic_pic_merge_early_relocs_info (oentry, entry);
3820 struct bfinfdpic_relocs_info *oentry; local
elf32-frv.c 5177 struct frvfdpic_relocs_info *oentry;
5186 oentry = frvfdpic_relocs_info_for_global (*htab, 0, h, entry->addend,
5189 if (oentry)
5192 frvfdpic_pic_merge_early_relocs_info (oentry, entry);
5172 struct frvfdpic_relocs_info *oentry; local

Completed in 73 milliseconds