| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | pointer-query.cc | 738 access_ref *pref /* = NULL */, in get_ref() argument 773 if (pref && pref != this) in get_ref() 775 tree ref = pref->ref; in get_ref() 776 *pref = aref; in get_ref() 777 pref->ref = ref; in get_ref() 797 if (pref) in get_ref() 804 gcc_assert (pref->sizrng[0] < 0); in get_ref() 805 gcc_assert (pref->offrng[0] == 0 && pref->offrng[1] == 0); in get_ref() 807 phi_ref = *pref; in get_ref() 839 if (pref && pref != this) in get_ref() [all …]
|
| H A D | ira-build.cc | 1188 ira_pref_t pref; in find_allocno_pref() local 1190 for (pref = ALLOCNO_PREFS (a); pref != NULL; pref = pref->next_pref) in find_allocno_pref() 1191 if (pref->allocno == a && pref->hard_regno == hard_regno) in find_allocno_pref() 1192 return pref; in find_allocno_pref() 1200 ira_pref_t pref; in ira_create_pref() local 1202 pref = pref_pool.allocate (); in ira_create_pref() 1203 pref->num = ira_prefs_num; in ira_create_pref() 1204 pref->allocno = a; in ira_create_pref() 1205 pref->hard_regno = hard_regno; in ira_create_pref() 1206 pref->freq = freq; in ira_create_pref() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| H A D | 25-cipher.conf | 8 test-3 = 3-cipher-server-pref-1 9 test-4 = 4-cipher-server-pref-2 10 test-5 = 5-cipher-server-pref-client-list 11 test-6 = 6-cipher-server-pref-not-mobile 12 test-7 = 7-cipher-server-pref-mobile 13 test-8 = 8-cipher-server-pref-mobile2 91 [3-cipher-server-pref-1] 92 ssl_conf = 3-cipher-server-pref-1-ssl 94 [3-cipher-server-pref-1-ssl] 95 server = 3-cipher-server-pref-1-server [all …]
|
| H A D | 08-npn.conf | 7 test-2 = 2-npn-client-honours-server-pref 8 test-3 = 3-npn-client-first-pref-on-mismatch 20 test-15 = 15-npn-client-first-pref-on-mismatch-resumption 91 [2-npn-client-honours-server-pref] 92 ssl_conf = 2-npn-client-honours-server-pref-ssl 94 [2-npn-client-honours-server-pref-ssl] 95 server = 2-npn-client-honours-server-pref-server 96 client = 2-npn-client-honours-server-pref-client 98 [2-npn-client-honours-server-pref-server] 103 [2-npn-client-honours-server-pref-client] [all …]
|
| H A D | 25-cipher.conf.in | 62 name => "cipher-server-pref-1", 77 name => "cipher-server-pref-2", 92 name => "cipher-server-pref-client-list", 107 name => "cipher-server-pref-not-mobile", 122 name => "cipher-server-pref-mobile", 140 name => "cipher-server-pref-mobile2",
|
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | tlv_stack.c | 64 struct prefix_tlv *pref; in map_label() local 87 pref = (struct prefix_tlv *) (f + 1); in map_label() 98 for (; n > 0; pref = (struct prefix_tlv *) ((unsigned char *) pref + in map_label() 99 ldp_ceil8(pref->prelen) + TLV_TYPE_LENGTH)) { in map_label() 100 n -= ldp_ceil8(pref->prelen) + TLV_TYPE_LENGTH; in map_label() 101 if (ntohs(pref->af) == LDP_AF_INET) { in map_label() 104 } else if (ntohs(pref->af) == LDP_AF_INET6) { in map_label() 109 "length %d)\n", ntohs(pref->af), pref->type, in map_label() 110 pref->prelen); in map_label() 113 switch(pref->type) { in map_label() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
| H A D | 25-cipher.cnf | 8 test-3 = 3-cipher-server-pref-1 9 test-4 = 4-cipher-server-pref-2 10 test-5 = 5-cipher-server-pref-client-list 11 test-6 = 6-cipher-server-pref-not-mobile 12 test-7 = 7-cipher-server-pref-mobile 13 test-8 = 8-cipher-server-pref-mobile2 91 [3-cipher-server-pref-1] 92 ssl_conf = 3-cipher-server-pref-1-ssl 94 [3-cipher-server-pref-1-ssl] 95 server = 3-cipher-server-pref-1-server [all …]
|
| H A D | 25-cipher.cnf.in | 64 name => "cipher-server-pref-1", 79 name => "cipher-server-pref-2", 94 name => "cipher-server-pref-client-list", 109 name => "cipher-server-pref-not-mobile", 124 name => "cipher-server-pref-mobile", 142 name => "cipher-server-pref-mobile2",
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/menu/ |
| H A D | menu.cpp | 95 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in init() local 112 Edit_SetText(GetDlgItem(w, IDC_MAIN_KERNEL), pref.kernel_user ? in init() 113 pref.kernel_user_file : TEXT("netbsd.gz")); in init() 116 int fs = pref.rootfs + IDC_MAIN_ROOT_; in init() 120 Edit_SetText(_edit_md_root, pref.rootfs_file); in init() 127 _set_check(IDC_MAIN_OPTION_A, pref.boot_ask_for_name); in init() 128 _set_check(IDC_MAIN_OPTION_D, pref.boot_debugger); in init() 129 _set_check(IDC_MAIN_OPTION_S, pref.boot_single_user); in init() 130 _set_check(IDC_MAIN_OPTION_V, pref.boot_verbose); in init() 131 _set_check(IDC_MAIN_OPTION_H, pref.boot_serial); in init() [all …]
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | main.c | 523 pref_init(&pref); in WinMain() 527 fb_settings[0].type = pref.fb_type; in WinMain() 528 fb_settings[0].width = pref.fb_width; in WinMain() 529 fb_settings[0].height = pref.fb_height; in WinMain() 530 fb_settings[0].linebytes = pref.fb_linebytes; in WinMain() 531 fb_settings[0].addr = pref.fb_addr; in WinMain() 532 fb_settings[0].platid_cpu = pref.platid_cpu; in WinMain() 533 fb_settings[0].platid_machine = pref.platid_machine; in WinMain() 539 pref.setting_idx = 1; in WinMain() 540 pref.fb_type = fb_settings[0].type; in WinMain() [all …]
|
| H A D | preference.c | 43 struct preference_s pref; variable 93 pref_init(struct preference_s* pref) in pref_init() argument 95 memset(pref, 0, sizeof(*pref)); in pref_init() 152 pref_dump(struct preference_s* pref) in pref_dump() argument 154 debug_printf(TEXT(" kernel_name: %s\n"), pref->kernel_name); in pref_dump() 155 debug_printf(TEXT(" options: %s\n"), pref->options); in pref_dump() 156 debug_printf(TEXT(" user def name: %s\n"), pref->setting_name); in pref_dump() 157 debug_printf(TEXT(" setting index: %d\n"), pref->setting_idx); in pref_dump() 158 debug_printf(TEXT(" type: %d\n"), pref->fb_type); in pref_dump() 159 debug_printf(TEXT(" width: %d\n"), pref->fb_width); in pref_dump() [all …]
|
| H A D | pbsdboot.h | 113 extern struct preference_s pref; 176 void pref_init(struct preference_s* pref); 177 void pref_dump(struct preference_s* pref); 178 int pref_read(TCHAR* filename, struct preference_s* pref);
|
| /netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
| H A D | dns_rr.c | 159 unsigned int ttl, unsigned pref, in dns_rr_create() argument 175 rr->pref = pref; in dns_rr_create() 239 if (a->pref != b->pref) in dns_rr_compare_pref_ipv6() 240 return (a->pref - b->pref); in dns_rr_compare_pref_ipv6() 256 if (a->pref != b->pref) in dns_rr_compare_pref_ipv4() 257 return (a->pref - b->pref); in dns_rr_compare_pref_ipv4() 273 if (a->pref != b->pref) in dns_rr_compare_pref_any() 274 return (a->pref - b->pref); in dns_rr_compare_pref_any() 527 cur_pref = rr_array[left_bound]->pref; /* assumes len > 0 */ in dns_srv_rr_sort() 530 if (right_bound == len || rr_array[right_bound]->pref != cur_pref) { in dns_srv_rr_sort() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_addr.c | 150 addr->pref, SMTP_HNAME(addr), in smtp_print_addr() 160 unsigned pref, unsigned port, in smtp_addr_one() argument 181 if ((addr = dns_sa_to_rr(host, pref, res0->ai_addr)) == 0) in smtp_addr_one() 185 addr->pref = pref; in smtp_addr_one() 208 rr->pref = pref; in smtp_addr_one() 263 if ((addr = dns_sa_to_rr(host, pref, res->ai_addr)) == 0) in smtp_addr_one() 331 rr->pref, rr->port, why); in smtp_addr_list() 357 msg_info("%s: found self at pref %d", myname, addr->pref); in smtp_find_self() 368 msg_info("%s: found proxy at pref %d", myname, addr->pref); in smtp_find_self() 383 static DNS_RR *smtp_truncate_self(DNS_RR *addr_list, unsigned pref) in smtp_truncate_self() argument [all …]
|
| /netbsd-src/usr.sbin/makefs/ffs/ |
| H A D | ffs_balloc.c | 93 daddr_t newb, pref; in ffs_balloc_ufs1() local 210 pref = 0; in ffs_balloc_ufs1() 228 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 229 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 266 if (pref == 0) in ffs_balloc_ufs1() 267 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 268 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 297 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs1() 298 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb); in ffs_balloc_ufs1() 339 daddr_t newb, pref, nb; in ffs_balloc_ufs2() local [all …]
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | boot.cpp | 98 struct HpcMenuInterface::HpcMenuPreferences &pref = HPC_PREFERENCE; in setup() local 100 args.console = pref.boot_serial ? CONSOLE_SERIAL : CONSOLE_LCD; in setup() 103 TCHAR *dir = pref.dir_user_path; in setup() 111 wcscpy(args.fileName, pref.kernel_user_file); in setup() 112 args.loadmfs = (pref.rootfs == 2); in setup() 114 wcscpy(args.mfsName, pref.rootfs_file); in setup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ira-build.c | 1184 ira_pref_t pref; in find_allocno_pref() local 1186 for (pref = ALLOCNO_PREFS (a); pref != NULL; pref = pref->next_pref) in find_allocno_pref() 1187 if (pref->allocno == a && pref->hard_regno == hard_regno) in find_allocno_pref() 1188 return pref; in find_allocno_pref() 1196 ira_pref_t pref; in ira_create_pref() local 1198 pref = pref_pool.allocate (); in ira_create_pref() 1199 pref->num = ira_prefs_num; in ira_create_pref() 1200 pref->allocno = a; in ira_create_pref() 1201 pref->hard_regno = hard_regno; in ira_create_pref() 1202 pref->freq = freq; in ira_create_pref() [all …]
|
| /netbsd-src/sys/arch/atari/stand/bootxx/ |
| H A D | bootxx.c | 81 int pref; in bootxx() local 84 pref = usr_info(od); in bootxx() 85 if (pref < 0) in bootxx() 87 if (pref > 0) in bootxx() 88 return pref; in bootxx()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_balloc.c | 119 daddr_t newb, pref, nb; in ffs_balloc_ufs1() local 271 pref = 0; in ffs_balloc_ufs1() 285 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY, NULL); in ffs_balloc_ufs1() 286 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 334 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i-1].in_off, in ffs_balloc_ufs1() 336 if (pref == 0) in ffs_balloc_ufs1() 337 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY, in ffs_balloc_ufs1() 339 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, in ffs_balloc_ufs1() 393 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, flags, in ffs_balloc_ufs1() 395 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred, in ffs_balloc_ufs1() [all …]
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_balloc.c | 103 daddr_t newb, lbn, pref; in ext2fs_balloc() local 171 pref = 0; in ext2fs_balloc() 187 pref = ext2fs_blkpref(ip, lbn, 0, (int32_t *)0); in ext2fs_balloc() 188 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc() 227 pref = ext2fs_blkpref(ip, lbn, 0, (int32_t *)0); in ext2fs_balloc() 228 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc() 265 pref = ext2fs_blkpref(ip, lbn, indirs[num].in_off, &bap[0]); in ext2fs_balloc() 266 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | stack-limit.c | 47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED) in stack_limit_increase() 54 && rlim.rlim_cur < pref in stack_limit_increase() 57 rlim.rlim_cur = pref; in stack_limit_increase()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | stack-limit.c | 47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED) in stack_limit_increase() 54 && rlim.rlim_cur < pref in stack_limit_increase() 57 rlim.rlim_cur = pref; in stack_limit_increase()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | stack-limit.c | 47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED) in stack_limit_increase() 54 && rlim.rlim_cur < pref in stack_limit_increase() 57 rlim.rlim_cur = pref; in stack_limit_increase()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | stack-limit.c | 47 stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED) in stack_limit_increase() 54 && rlim.rlim_cur < pref in stack_limit_increase() 57 rlim.rlim_cur = pref; in stack_limit_increase()
|
| /netbsd-src/regress/sys/kern/kqueue/vnode/ |
| H A D | vnode.c | 50 char buffer[128], *pref; in main() local 94 pref=""; in main() 117 printf ("%s%s", pref, #x); \ in main() 118 pref=", "; \ in main()
|