Home
last modified time | relevance | path

Searched refs:am_path (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.sbin/amd/amd/
H A Dmap.c298 mp->am_path = strdup(dir);
336 if (mp->am_path)
337 free(mp->am_path);
405 orig_ap->am_path, orig_ap->am_mnt->mf_info);
523 if (strcmp(mp->am_path, dir) == 0)
816 if (unlink(mp->am_path) < 0)
819 if (rmdir(mp->am_path) < 0)
901 plog(XLOG_ERROR, "unmount for %s got signal %d", mp->am_path, term);
917 plog(XLOG_ERROR, "%s: unmount: %m", mp->am_path);
955 dlog("\"%s\" on %s timed out", mp->am_path, mp->am_mnt->mf_mount);
[all …]
H A Dafs_ops.c328 if (stat(mp->am_path, &stb) < 0) {
463 if (lstat(mp->am_path, &stb) < 0) {
465 dlog("lstat(%s): %m", mp->am_path);
468 error = UMOUNT_FS(mp->am_path);
844 mp->am_path);
1195 dlog(".. in %s gives %s", mp->am_path, mp->am_parent->am_path);
1278 dlog("matched %s in %s", fname, ap->am_path);
1480 new_mp->am_path = str3cat(new_mp->am_path,
1481 mf->mf_ops == &dfs_ops ? "" : mp->am_path,
1485 dlog("setting path to %s", new_mp->am_path);
[all …]
H A Dnfs_subr.c115 plog(XLOG_DEBUG, "\tstat(%s), size = %d", mp->am_path, attrp->attrstat_u.attributes.size);
179 plog(XLOG_DEBUG, "\tlookuppn(%s, %s)", mp->am_path, argp->name);
233 plog(XLOG_DEBUG, "\treadlink(%s) = %s", mp->am_path, ln);
329 plog(XLOG_DEBUG, "\tremove(%s, %s)", mp->am_path, argp->name);
469 plog(XLOG_DEBUG, "\treaddir(%s)", mp->am_path);
503 plog(XLOG_DEBUG, "\tstat_fs(%s)", mp->am_path);
H A Dutil.c309 plog(XLOG_WARNING, "ignoring timeout request for active node %s", mp->am_path);
311 plog(XLOG_INFO, "\"%s\" forcibly timed out", mp->am_path);
367 mp->am_path = str3cat(mp->am_path, mp->am_parent->am_path, "/", ".");
H A Dnfs_ops.c747 if (mp->am_parent && mp->am_parent->am_path &&
752 if (lstat(mp->am_parent->am_path, &stb) < 0) {
753 plog(XLOG_ERROR, "lstat(%s) after unmount: %m", mp->am_parent->am_path);
756 dlog("hack lstat(%s): ok", mp->am_parent->am_path);
H A Damq_subr.c264 if (!xdr_amq_string(xdrs, &mp->am_path)) {
/original-bsd/usr.sbin/amd/include/
H A Dam.h501 char *am_path; /* "/home/kiska" member