Searched refs:procfs_dir (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-procfs.c432 char procfs_dir[PATH_MAX]; local
434 snprintf (procfs_dir, sizeof (procfs_dir), "%s%s",
437 gdb_dir_up dp (opendir (procfs_dir));
441 procfs_dir, errno, safe_strerror (errno));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-procfs.c432 char procfs_dir[PATH_MAX]; local
434 snprintf (procfs_dir, sizeof (procfs_dir), "%s%s",
437 gdb_dir_up dp (opendir (procfs_dir));
441 procfs_dir, errno, safe_strerror (errno));
/netbsd-current/sys/miscfs/procfs/
H A Dprocfs_vnops.c143 static void procfs_dir(pfstype, struct lwp *, struct proc *, char **, char *,
528 procfs_dir(pfstype t, struct lwp *caller, struct proc *target, char **bpp, function
893 procfs_dir(pfs->pfs_type, curlwp, procp, &bp, path,
1703 procfs_dir(PROCFS_TYPE(pfs->pfs_fileno), curlwp, pown,

Completed in 115 milliseconds