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

/freebsd-9.3-release/sys/geom/
H A Dgeom_fox.c65 struct g_consumer *opath; member in struct:g_fox_softc
88 if (sc->opath != NULL) {
93 sc->opath->provider->name, gp->name);
95 cp1 = LIST_NEXT(sc->opath, consumer);
97 g_access(sc->opath, -sc->cr, -sc->cw, -(sc->ce + 1));
102 error = g_access(sc->opath, 0, 0, 1);
108 sc->opath->provider->name, gp->name);
109 g_detach(sc->opath);
110 g_destroy_consumer(sc->opath);
126 sc->opath
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py57 for opath in res:
58 net_obj = bus.get_object(WPAS_DBUS_SERVICE, opath)
H A Dwpas-dbus-new.py85 for opath in res:
86 print opath
87 showBss(opath)
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1871 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local
1913 (void) snprintf(opath, sizeof (opath), "/dev/fd/%d", fileno(ofp));
1934 argv[argc++] = opath;
/freebsd-9.3-release/usr.bin/gzip/
H A Dgzip.c1770 char *opath = path, *s = NULL; local
1799 maybe_warn("can't stat: %s", opath);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c7819 char opath[MAXPATHLEN]; local
7834 (void) sm_strlcpy(opath, queuename(old, DATAFL_LETTER), sizeof(opath));
7842 syserr("@can't commit %s", opath);
7863 if (link(opath, npath) == 0)
7881 if (link(opath, npath) == 0)
7892 opath, npath, sm_errstring(errno));

Completed in 175 milliseconds