Searched refs:opath (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/geom/
H A Dgeom_fox.c67 struct g_consumer *opath; member in struct:g_fox_softc
90 if (sc->opath != NULL) {
95 sc->opath->provider->name, gp->name);
97 cp1 = LIST_NEXT(sc->opath, consumer);
99 g_access(sc->opath, -sc->cr, -sc->cw, -(sc->ce + 1));
104 error = g_access(sc->opath, 0, 0, 1);
110 sc->opath->provider->name, gp->name);
111 g_detach(sc->opath);
112 g_destroy_consumer(sc->opath);
128 sc->opath
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py85 for opath in res:
86 print(opath)
87 showBss(opath)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1892 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local
1934 (void) snprintf(opath, sizeof (opath), "/dev/fd/%d", fileno(ofp));
1955 argv[argc++] = opath;
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c8008 char opath[MAXPATHLEN]; local
8023 (void) sm_strlcpy(opath, queuename(old, DATAFL_LETTER), sizeof(opath));
8031 syserr("@can't commit %s", opath);
8052 if (link(opath, npath) == 0)
8070 if (link(opath, npath) == 0)
8081 opath, npath, sm_errstring(errno));
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c1978 char *opath = path, *s = NULL; local
2007 maybe_warn("can't stat: %s", opath);

Completed in 269 milliseconds