Home
last modified time | relevance | path

Searched refs:mf_info (Results 1 – 11 of 11) sorted by relevance

/original-bsd/usr.sbin/amd/amd/
H A Dmntfs.c83 mf->mf_info = strdup(info);
186 mf->mf_info = strealloc(mf->mf_info, info);
216 if (mf->mf_info) free((voidp) mf->mf_info);
277 quoted = strchr(mf->mf_info, ' ') != 0; /* cheap */
280 mf->mf_info,
H A Dafs_ops.c230 mf->mf_private = (voidp) mapc_find(mf->mf_info, cache);
244 mf->mf_private = (voidp) mapc_find(mf->mf_info, "");
271 if (mf->mf_info[0] == '.' && mf->mf_info[1] == '\0')
272 mf->mf_info = strealloc(mf->mf_info, mp->am_parent->am_mnt->mf_info);
424 mf->mf_private = (voidp) mapc_find(mf->mf_info, "inc");
869 …match(&cp->fs_opts, *cp->ivec, cp->def_opts, mp->am_path, cp->key, mp->am_parent->am_mnt->mf_info);
873 …match(&cp->fs_opts, *cp->ivec, cp->def_opts, mp->am_path, cp->key, mp->am_parent->am_mnt->mf_info);
944 dlog("duplicate mount of \"%s\" ...", mf->mf_info);
1024 dlog("foreground mount of \"%s\" ...", mf->mf_info);
1349 dlog("will search map info in %s to find %s", mf->mf_info, pfname);
[all …]
H A Dufs_ops.c112 error = mount_ufs(mf->mf_mount, mf->mf_info, mf->mf_mopts);
H A Dnfsx_ops.c147 info = strdup(mf->mf_info);
357 dlog("backgrounding mount of \"%s\"", m->mf_info);
365 dlog("foreground mount of \"%s\" ...", mf->mf_info);
H A Difs_ops.c104 plog(XLOG_INFO, "restarting %s on %s", mf_link->mf_info, mf_link->mf_mount);
H A Dnfs_ops.c426 char *colon = strchr(mf->mf_info, ':');
669 error = mount_nfs(mf->mf_mount, mf->mf_info, mf->mf_mopts, mf);
720 colon = path = strchr(mf->mf_info, ':');
724 dlog("calling mountd for %s", mf->mf_info);
H A Damq_subr.c261 if (!xdr_amq_string(xdrs, &mp->am_mnt->mf_info)) {
414 if (!xdr_amq_string(xdrs, &mf->mf_info)) {
H A Dhost_ops.c82 if (strchr(mf->mf_info, ':') == 0)
341 strncpy(fs_name, mf->mf_info, sizeof(fs_name));
H A Dutil.c346 quoted = strchr(mf->mf_info, ' ') != 0;
349 mf->mf_info,
H A Dmap.c405 orig_ap->am_path, orig_ap->am_mnt->mf_info);
787 dlog("No-op unmount of error node %s", mf->mf_info);
792 dlog("Unmounting %s (%s)", mf->mf_mount, mf->mf_info);
/original-bsd/usr.sbin/amd/include/
H A Dam.h470 char *mf_info; /* Mount info */ member