Searched refs:pref (Results 26 - 50 of 97) sorted by relevance

1234

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnid_104.c137 RETERR(uint16_tobuffer(nid->pref, target));
157 nid->pref = uint16_fromregion(&region);
H A Dmx_15.c209 RETERR(uint16_tobuffer(mx->pref, target));
230 mx->pref = uint16_fromregion(&region);
/freebsd-9.3-release/sbin/routed/
H A Dtable.c288 char pref,
313 nc_ag.ag_pref = pref;
398 if (pref <= ag->ag_pref) {
403 ag->ag_pref = pref;
441 && ag->ag_pref == pref
469 } else if (ag->ag_pref >= pref
508 ag->ag_pref = pref;
509 pref = x;
592 nag->ag_pref = pref;
1410 char metric, pref; local
283 ag_check(naddr dst, naddr mask, naddr gate, naddr nhop, char metric, char pref, u_int new_seqno, u_short tag, u_short state, void (*out)(struct ag_info *)) argument
[all...]
H A Doutput.c446 char metric, pref; local
637 pref = RT->rt_poison_metric + ws.metric;
648 && (pref >= HOPCNT_INFINITY
655 ag_check(dst, RT->rt_mask, 0, nhop, metric, pref,
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h594 isc_uint16_t pref; member in struct:dns_rdata_mx
2053 isc_uint16_t pref; member in struct:dns_rdata_nid
2080 isc_uint16_t pref; member in struct:dns_rdata_l32
2107 isc_uint16_t pref; member in struct:dns_rdata_l64
2135 isc_uint16_t pref; member in struct:dns_rdata_lp
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vfsops.c352 u_int32_t pref, max; local
367 pref = fxdr_unsigned(u_int32_t, fsp->fs_wtpref);
369 if (pref < nmp->nm_wsize && pref >= NFS_FABLKSIZE)
370 nmp->nm_wsize = (pref + NFS_FABLKSIZE - 1) &
378 pref = fxdr_unsigned(u_int32_t, fsp->fs_rtpref);
379 if (pref < nmp->nm_rsize && pref >= NFS_FABLKSIZE)
380 nmp->nm_rsize = (pref + NFS_FABLKSIZE - 1) &
388 pref
[all...]
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_alloc.c511 ufs2_daddr_t pref; local
603 pref = ffs_blkpref_ufs1(ip, start_lbn, soff, sbap);
607 if ((newblk = ffs_hashalloc(ip, dtog(fs, pref), pref,
737 ufs2_daddr_t soff, newblk, blkno, pref; local
829 pref = ffs_blkpref_ufs2(ip, start_lbn, soff, sbap);
833 if ((newblk = ffs_hashalloc(ip, dtog(fs, pref), pref,
1247 ufs2_daddr_t pref; local
1270 pref
1352 ufs2_daddr_t pref; local
[all...]
/freebsd-9.3-release/contrib/amd/amd/
H A Damfs_host.c513 * Return true if pref is a directory prefix of dir.
516 * Does not work if pref is "/".
519 directory_prefix(char *pref, char *dir) argument
521 int len = strlen(pref);
523 if (!NSTREQ(pref, dir, len))
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsi_util.c273 pref_open(char *pref, char *hn, void (*hdr) (FILE *, char *), char *arg) argument
278 xsnprintf(p, sizeof(p), "%s%s", pref, hn);
279 fsi_log("Writing %s info for %s to %s", pref, hn, p);
H A Dfsi_analyze.c626 analyze_automount_tree(qelem *q, char *pref, int lvl) argument
636 xsnprintf(nname, sizeof(nname), "%s/%s", pref, ap->a_name);
/freebsd-9.3-release/contrib/amd/scripts/
H A Dexpn.1998 local($nh, $pref,$cpref);
1025 $pref = $1;
1026 if ($pref < $cpref) {
1028 $cpref = $pref;
1029 } elsif ($pref) {
1030 $fallback{$pref} .= " $nh";
H A Dexpn.in997 local($nh, $pref,$cpref);
1024 $pref = $1;
1025 if ($pref < $cpref) {
1027 $cpref = $pref;
1028 } elsif ($pref) {
1029 $fallback{$pref} .= " $nh";
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl988 local($nh, $pref,$cpref);
1015 $pref = $1;
1016 if ($pref < $cpref) {
1018 $cpref = $pref;
1019 } elsif ($pref) {
1020 $fallback{$pref} .= " $nh";
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_alloc.c171 int i, len, start_lvl, end_lvl, pref, ssize; local
250 pref = ext2_blkpref(ip, start_lbn, soff, sbap, 0);
254 if ((newblk = (e2fs_daddr_t)ext2_hashalloc(ip, dtog(fs, pref), pref,
593 ext2_hashalloc(struct inode *ip, int cg, long pref, int size, argument
605 result = (*allocator)(ip, cg, pref, size);
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c656 int pref, preflevel; local
668 pref = i;
671 pref = i;
684 pref = i;
687 pref = i;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dspnego.c506 const gss_OID pref)
525 ret = der_get_oid(pref->elements,
526 pref->length,
577 gss_OID pref = GSS_KRB5_MECH; local
650 pref = GSS_MSKRB5_MECH;
682 ret = send_accept(&minor_status2, output_token, ot, pref);
503 send_accept(OM_uint32 * minor_status, gss_buffer_t output_token, gss_buffer_t mech_token, const gss_OID pref) argument
/freebsd-9.3-release/contrib/gperf/
H A Dconfigure756 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
760 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
848 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
850 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
853 -program-prefix | --program-prefix | --program-prefi | --program-pref \
857 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2695 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2697 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
/freebsd-9.3-release/contrib/gcc/
H A Dregclass.c1359 fprintf (dump_file, " pref %s\n", reg_class_names[(int) best]);
1361 fprintf (dump_file, " pref %s or none\n", reg_class_names[(int) best]);
1363 fprintf (dump_file, " pref %s, else %s\n",
1853 enum reg_class pref = reg_pref[regno].prefclass;
1855 if ((reg_class_size[(unsigned char) pref]
1856 == (unsigned) CLASS_MAX_NREGS (pref, mode))
1857 && REGISTER_MOVE_COST (mode, pref, pref) < 10 * 2)
1858 op_costs[i].cost[(unsigned char) pref] = -1;
2276 /* If {pref,al
1847 enum reg_class pref = reg_pref[regno].prefclass; local
[all...]
H A Dggc-page.c672 alloc_anon (char *pref ATTRIBUTE_UNUSED, size_t size)
675 char *page = mmap (pref, size, PROT_READ | PROT_WRITE,
679 char *page = mmap (pref, size, PROT_READ | PROT_WRITE,
H A Dggc-zone.c768 alloc_anon (char *pref ATTRIBUTE_UNUSED, size_t size, struct alloc_zone *zone)
771 char *page = (char *) mmap (pref, size, PROT_READ | PROT_WRITE,
775 char *page = (char *) mmap (pref, size, PROT_READ | PROT_WRITE,
/freebsd-9.3-release/contrib/gperf/doc/
H A Dconfigure759 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
763 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
851 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
853 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
856 -program-prefix | --program-prefix | --program-prefi | --program-pref \
860 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dffs_alloc.c243 ffs_hashalloc(struct inode *ip, int cg, daddr_t pref, int size, argument
254 result = (*allocator)(ip, cg, pref, size);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlanguage.c467 char *tmp, *pref = "";
470 pref = "auto; currently ";
489 range = concat (pref, tmp, NULL);
465 char *tmp, *pref = ""; local
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c3670 int error = 0, rdonly, getret = 1, pref; local
3711 pref = NFS_SRVMAXDATA(nfsd);
3712 sip->fs_rtmax = txdr_unsigned(pref);
3713 sip->fs_rtpref = txdr_unsigned(pref);
3715 sip->fs_wtmax = txdr_unsigned(pref);
3716 sip->fs_wtpref = txdr_unsigned(pref);
3718 sip->fs_dtpref = txdr_unsigned(pref);
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c1793 uint16_t pref; local
1798 pref = usb_lang_id;
1810 if ((langid & mask) == pref)

Completed in 213 milliseconds

1234