Home
last modified time | relevance | path

Searched refs:mpath (Results 1 – 17 of 17) sorted by relevance

/openbsd/regress/sbin/route/
H A DMakefile60 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
61 ${RCMD} add -mpath 10.8.1/24 192.0.2.4
69 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
170 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
179 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
180 ${RCMD} add -mpath 10.8.1/24 192.0.2.4
220 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
221 ${RCMD} add -mpath 10.8.1/24 192.0.2.4
230 ${RCMD} add -mpath 10.8.1/24 192.0.2.3
231 ${RCMD} add -mpath 10.8.1/24 192.0.2.4
[all …]
/openbsd/bin/ksh/
H A Dmail.c116 char *mpath, *mmsg, *mval; in mpset() local
123 mpath = mval; in mpset()
129 for (p = mpath; (mmsg = strchr(p, '%')); ) { in mpset()
131 if (mmsg > mpath && mmsg[-1] == '\\') { in mpset()
141 mmsg = strchr(mpath, '?'); in mpset()
148 if (*mpath == '\0') in mpset()
150 mbp = mballoc(mpath, mmsg); in mpset()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddoschk.c205 mpath (ent) in mpath() function
268 printf ("%14s : %s\n", elist[i]->dos_name, mpath (elist[i])); in display_problems()
271 printf ("\t\t %s\n", mpath (elist[i+1])); in display_problems()
297 printf ("%.14s : %s\n", elist[i]->full_name, mpath (elist[i])); in display_problems()
301 printf ("\t\t %s\n", mpath (elist[i+1])); in display_problems()
322 printf ("%.14s : %s\n", elist[i]->full_name, mpath (elist[i])); in display_problems()
/openbsd/sys/scsi/
H A Dmpath.c71 struct mpath_softc *mpath; variable
114 mpath = sc; in mpath_attach()
419 if (mpath == NULL) in mpath_path_probe()
428 if (mpath == link->bus->sb_adapter_softc) in mpath_path_probe()
437 struct mpath_softc *sc = mpath; in mpath_path_attach()
531 scsi_probe_target(mpath->sc_scsibus, target); in mpath_path_attach()
582 struct mpath_softc *sc = mpath; in mpath_bootdv()
598 return (scsi_get_link(mpath->sc_scsibus, in mpath_bootdv()
/openbsd/usr.bin/vi/common/
H A Drecover.c326 char *dp, *p, *t, buf[4096], mpath[PATH_MAX]; in rcv_mailfile() local
340 (void)snprintf(mpath, sizeof(mpath), "%s/recover.XXXXXXXXXX", dp); in rcv_mailfile()
341 if ((fd = rcv_mktemp(sp, mpath, dp, S_IRUSR | S_IWUSR)) == -1) in rcv_mailfile()
357 if ((ep->rcv_mpath = strdup(mpath)) == NULL) { in rcv_mailfile()
/openbsd/regress/sys/net/mpath/
H A DMakefile74 ${SUDO} /sbin/route -n -T $n add -inet -blackhole -mpath -host \
80 ${SUDO} /sbin/route -n -T $n add -inet6 -blackhole -mpath -host \
/openbsd/regress/sys/net/
H A DMakefile3 SUBDIR += etherip gif loop mpath
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dkroute.c1402 int flags, mpath = 0; in dispatch_rtmsg_addr() local
1424 mpath = 1; in dispatch_rtmsg_addr()
1465 mpath = 0; /* link local stuff can't be mpath */ in dispatch_rtmsg_addr()
1474 mpath = 0; /* link local stuff can't be mpath */ in dispatch_rtmsg_addr()
1500 if (mpath) in dispatch_rtmsg_addr()
1517 if (mpath) in dispatch_rtmsg_addr()
1579 if (mpath && rtm->rtm_type == RTM_CHANGE && in dispatch_rtmsg_addr()
1584 } else if (mpath && rtm->rtm_type == RTM_ADD) in dispatch_rtmsg_addr()
1621 if (mpath && rtm->rtm_type == RTM_CHANGE && in dispatch_rtmsg_addr()
1627 } else if (mpath && rtm->rtm_type == RTM_ADD) in dispatch_rtmsg_addr()
/openbsd/sys/kern/
H A Dsubr_autoconf.c842 struct device *mpath = device_mpath(); in config_suspend_all() local
849 if (mpath) { in config_suspend_all()
850 rv = config_suspend(mpath, act); in config_suspend_all()
864 if (mpath) in config_suspend_all()
865 rv = config_suspend(mpath, act); in config_suspend_all()
/openbsd/sbin/route/
H A Dkeywords.sh45 mpath
/openbsd/usr.sbin/bgpd/
H A Dkroute.c2984 int mpath = 0; in dispatch_rtmsg() local
3025 mpath = 1; in dispatch_rtmsg()
3031 mpath) == -1) in dispatch_rtmsg()
3035 if (kr_fib_delete(kt, &kf, mpath) == -1) in dispatch_rtmsg()
3146 kr_fib_delete(struct ktable *kt, struct kroute_full *kf, int mpath) in kr_fib_delete() argument
3148 return kroute_remove(kt, kf, !mpath); in kr_fib_delete()
3152 kr_fib_change(struct ktable *kt, struct kroute_full *kf, int type, int mpath) in kr_fib_change() argument
3167 if (mpath && type == RTM_CHANGE && in kr_fib_change()
3172 } else if (mpath && type == RTM_ADD) in kr_fib_change()
3232 if (mpath && type == RTM_CHANGE && in kr_fib_change()
[all …]
/openbsd/usr.sbin/ospfd/
H A Dkroute.c1388 int flags, mpath; in rtmsg_process() local
1407 mpath = 0; in rtmsg_process()
1437 mpath = 1; in rtmsg_process()
1505 if ((mpath || prio == kr_state.fib_prio) && in rtmsg_process()
1585 if (mpath && in rtmsg_process()
/openbsd/usr.sbin/ospf6d/
H A Dkroute.c1351 int flags, mpath; in rtmsg_process() local
1372 mpath = 0; in rtmsg_process()
1401 mpath = 1; in rtmsg_process()
1471 if ((mpath || prio == kr_state.fib_prio) && in rtmsg_process()
1552 if (mpath && (kr = kroute_matchgw(kr, &nexthop, in rtmsg_process()
/openbsd/sys/conf/
H A DGENERIC59 #scsibus* at mpath?
H A Dfiles518 device mpath: scsi
519 attach mpath at root
520 file scsi/mpath.c mpath needs-flag
/openbsd/share/man/man4/
H A DMakefile60 mlphy.4 moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpii.4 \
/openbsd/distrib/sets/lists/man/
H A Dmi1714 ./usr/share/man/man4/mpath.4