Searched refs:mpath (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/regress/sys/net/
H A DMakefile3 SUBDIR += etherip gif loop mpath
/openbsd-current/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
70 ${RCMD} add -mpath 10.8.1/24 192.0.2.3 && exit 1 || exit 0
89 ${RCMD} add -mpath -priority 16 10.8.1/24 192.0.2.2
90 ${RCMD} add -mpath -priority 17 10.8.1/24 192.0.2.2
91 ${RCMD} add -mpath -priority 18 10.8.1/24 192.0.2.2
92 ! ${RCMD} add -mpath -priority 17 10.8.1/24 192.0.2.2
166 # change non-mpath route (even though the route was marked as mpath)
[all...]
/openbsd-current/bin/ksh/
H A Dmail.c116 char *mpath, *mmsg, *mval; local
123 mpath = mval;
129 for (p = mpath; (mmsg = strchr(p, '%')); ) {
131 if (mmsg > mpath && mmsg[-1] == '\\') {
141 mmsg = strchr(mpath, '?');
148 if (*mpath == '\0')
150 mbp = mballoc(mpath, mmsg);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddoschk.c205 mpath (ent) function
268 printf ("%14s : %s\n", elist[i]->dos_name, mpath (elist[i]));
271 printf ("\t\t %s\n", mpath (elist[i+1]));
297 printf ("%.14s : %s\n", elist[i]->full_name, mpath (elist[i]));
301 printf ("\t\t %s\n", mpath (elist[i+1]));
322 printf ("%.14s : %s\n", elist[i]->full_name, mpath (elist[i]));
/openbsd-current/sbin/route/
H A Dkeywords.sh45 mpath
/openbsd-current/sys/scsi/
H A Dmpath.c1 /* $OpenBSD: mpath.c,v 1.58 2024/05/13 01:15:53 jsg Exp $ */
71 struct mpath_softc *mpath; variable in typeref:struct:mpath_softc
81 "mpath",
114 mpath = sc;
419 if (mpath == NULL)
428 if (mpath == link->bus->sb_adapter_softc)
437 struct mpath_softc *sc = mpath;
531 scsi_probe_target(mpath->sc_scsibus, target);
547 panic("mpath: detaching a path from a nonexistent bus");
582 struct mpath_softc *sc = mpath;
[all...]
/openbsd-current/regress/sys/net/mpath/
H A DMakefile19 # Test that routes set with the -mpath flag distribute the traffic.
74 ${SUDO} /sbin/route -n -T $n add -inet -blackhole -mpath -host \
80 ${SUDO} /sbin/route -n -T $n add -inet6 -blackhole -mpath -host \
121 awk 'BEGIN{ mpath = uses = used = maxuse = 0; }\
123 if ($$3 == "UGHSBP") mpath++;\
129 print "mpath "mpath", uses "uses", max "max", used "used;\
130 if (mpath != 100) { print "not 100 mpath: " mpath; exi
[all...]
/openbsd-current/usr.bin/vi/common/
H A Drecover.c326 char *dp, *p, *t, buf[4096], mpath[PATH_MAX]; local
340 (void)snprintf(mpath, sizeof(mpath), "%s/recover.XXXXXXXXXX", dp);
341 if ((fd = rcv_mktemp(sp, mpath, dp, S_IRUSR | S_IWUSR)) == -1)
357 if ((ep->rcv_mpath = strdup(mpath)) == NULL) {
/openbsd-current/sys/kern/
H A Dsubr_autoconf.c57 #include "mpath.h"
842 struct device *mpath = device_mpath(); local
849 if (mpath) {
850 rv = config_suspend(mpath, act);
864 if (mpath)
865 rv = config_suspend(mpath, act);
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dkroute.c1402 int flags, mpath = 0; local
1424 mpath = 1;
1465 mpath = 0; /* link local stuff can't be mpath */
1474 mpath = 0; /* link local stuff can't be mpath */
1500 if (mpath)
1504 "mpath route not found", __func__);
1517 if (mpath)
1522 "IPv6 mpath rout
[all...]
/openbsd-current/usr.sbin/ospf6d/
H A Dkroute.c1351 int flags, mpath; local
1372 mpath = 0;
1401 mpath = 1;
1471 if ((mpath || prio == kr_state.fib_prio) &&
1474 log_warnx("rtmsg_process: mpath route"
1552 if (mpath && (kr = kroute_matchgw(kr, &nexthop,
1554 log_warnx("rtmsg_process mpath route"
/openbsd-current/usr.sbin/ospfd/
H A Dkroute.c1388 int flags, mpath; local
1407 mpath = 0;
1437 mpath = 1;
1505 if ((mpath || prio == kr_state.fib_prio) &&
1508 log_warnx("%s: mpath route not found",
1585 if (mpath &&
1587 log_warnx("%s: mpath route not found",
/openbsd-current/share/man/man4/
H A DMakefile59 mlphy.4 moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpii.4 \

Completed in 256 milliseconds