Searched refs:mpath (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/bin/sh/ |
| HD | mail.c | 72 char *mpath; in chkmail() local 83 mpath = stsavestr(mpathset()? mpathval() : mailval()); in chkmail() 85 p = mpath; in chkmail() 88 mpath = strchrnul(mpath, ':'); in chkmail() 89 if (*mpath != '\0') { in chkmail() 90 *mpath++ = '\0'; in chkmail() 91 if (p == mpath - 1) in chkmail()
|
| /freebsd-13-stable/sys/net/route/ |
| HD | nhgrp.c | 144 CHT_SLIST_FIND_BYOBJ(&ctl->gr_head, mpath, key, priv_ret); in find_nhgrp() 176 CHT_SLIST_INSERT_HEAD(&ctl->gr_head, mpath, grp_priv); in link_nhgrp() 198 CHT_SLIST_REMOVE(&ctl->gr_head, mpath, key, nhg_priv_ret); in unlink_nhgrp() 259 CHT_SLIST_RESIZE(&ctl->gr_head, mpath, gr_ptr, new_gr_bucket); in consider_resize() 337 CHT_SLIST_FOREACH(&ctl->gr_head, mpath, nhg_priv) { in nhgrp_ctl_unlink_all()
|
| HD | nhgrp_ctl.c | 964 CHT_SLIST_FOREACH(&ctl->gr_head, mpath, nhg_priv) { in nhgrp_dump_sysctl()
|
| /freebsd-13-stable/contrib/nvi/common/ |
| HD | recover.c | 322 char *dp, *p, *t, *qt, *buf, *mpath; in rcv_mailfile() local 346 if ((mpath = join(dp, "recover.XXXXXX")) == NULL) { in rcv_mailfile() 350 if ((fd = rcv_mktemp(sp, mpath, dp)) == -1) { in rcv_mailfile() 351 free(mpath); in rcv_mailfile() 355 free(mpath); in rcv_mailfile() 373 ep->rcv_mpath = mpath; in rcv_mailfile() 467 rcv_email(sp, mpath); in rcv_mailfile() 468 free(mpath); in rcv_mailfile()
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/vdev_id/ |
| HD | vdev_id | 275 # Use first running component device if we're handling a dm-mpath device
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_pool.c | 3576 char *mpath = zpool_vdev_name(zhp->zpool_hdl, zhp, in find_vdev_entry() local 3582 boolean_t result = (strcmp(mpath, spath) == 0); in find_vdev_entry() 3586 free(mpath); in find_vdev_entry() 3591 free(mpath); in find_vdev_entry()
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/include/ |
| HD | blkdev.shlib | 180 grep -q mpath
|
| HD | libtest.shlib | 1053 # devices (ie a zpool cannot be created on a whole mpath device that has partitions)
|
| /freebsd-13-stable/contrib/bmake/ |
| HD | bmake.cat1 | 1482 [4mpath[24m Specifies the path to the shell.
|