Searched defs:lpath (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/hal/probing/printer/
H A Dprobe-printer.c87 char path[MAXPATHLEN], lpath[MAXPATHLEN]; local
91 memset(lpath, 0, sizeof (lpath));
92 if ((readlink(path, lpath, sizeof (lpath)) > 0) &&
93 (strstr(lpath, devfs_path) != NULL)) {
/osnet-11/usr/src/lib/libpkg/common/
H A Dsrchcfile.c58 static char lpath[PATH_MAX]; /* for ept->path */ variable
147 lpath[0] = '\0';
148 lpath[sizeof (lpath)-1] = '\0';
241 * set ept->path to point to lpath
251 ept->path = lpath;
253 /* copy path found to 'lpath' */
254 COPYPATH(lpath, cpath_start, cpath_len);
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c491 char lpath[2 * (MAXNAMELEN+1)]; local
501 (void) sprintf(lpath, "%s/%s", mnt_dir,
503 if (lstat64(lpath, &sb) < 0) {
509 if ((lb_len = readlink(lpath, linkbuf,
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c104 char path[MAXPATHLEN], lpath[MAXPATHLEN]; local
108 memset(lpath, 0, sizeof (lpath));
109 if ((readlink(path, lpath, sizeof (lpath)) > 0) &&
110 (strstr(lpath, devfs_path) != NULL)) {
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c69 static fpcfga_recur_t lookup_dev(const char *lpath, void *arg);
78 fpcfga_recur_t (*fcn)(const char *lpath, void *arg);
292 fpcfga_recur_t (*fcn)(const char *lpath, void *arg))
991 lookup_dev(const char *lpath, void *arg) argument
996 if (realpath(lpath, ppath) == NULL) {
1007 if ((pmtp->log = strdup(lpath)) == NULL) {
289 recurse_dev( const char *basedir, void *arg, fpcfga_recur_t (*fcn)(const char *lpath, void *arg)) argument
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c2687 char lpath[PATH_MAX]; local
2693 (void) snprintf(lpath, sizeof (lpath), "%s/%d/%s", procfs_path,
2695 if ((fd = open(lpath, O_RDONLY)) < 0 || fstat64(fd, &statb) != 0) {

Completed in 339 milliseconds