Home
last modified time | relevance | path

Searched refs:PROCFS (Results 1 – 25 of 234) sorted by relevance

12345678910

/netbsd/external/bsd/top/dist/machine/
H A Dm_svr4.c90 #define PROCFS "/proc" macro
255 if (!(proc_dir = opendir (PROCFS))) in machine_init()
257 (void) fprintf (stderr, "Unable to open %s\n", PROCFS); in machine_init()
261 if (chdir (PROCFS)) in machine_init()
263 (void) fprintf (stderr, "Unable to chdir to %s\n", PROCFS); in machine_init()
H A Dm_svr5.c96 #define PROCFS "/proc" macro
288 if (!(procdir = opendir (PROCFS))) in machine_init()
290 (void) fprintf (stderr, "Unable to open %s\n", PROCFS); in machine_init()
294 if (chdir (PROCFS)) in machine_init()
296 (void) fprintf (stderr, "Unable to chdir to %s\n", PROCFS); in machine_init()
H A Dm_linuxthr.c81 #define PROCFS "/proc" macro
319 if (statfs(PROCFS, &sb) < 0 || sb.f_type != PROC_SUPER_MAGIC) in machine_init()
321 fprintf(stderr, "%s: proc filesystem not mounted on " PROCFS "\n", in machine_init()
328 chdir(PROCFS); in machine_init()
H A Dm_linux.c85 #define PROCFS "/proc" macro
346 if (statfs(PROCFS, &sb) < 0 || sb.f_type != PROC_SUPER_MAGIC) in machine_init()
348 fprintf(stderr, "%s: proc filesystem not mounted on " PROCFS "\n", in machine_init()
355 chdir(PROCFS); in machine_init()
H A Dm_sunos5.c129 #define PROCFS "/proc" macro
1381 if (!(procdir = opendir (PROCFS))) in machine_init()
1383 (void) fprintf (stderr, "Unable to open %s\n", PROCFS); in machine_init()
1387 if (chdir (PROCFS)) in machine_init()
1389 (void) fprintf (stderr, "Unable to chdir to %s\n", PROCFS); in machine_init()
/netbsd/sys/miscfs/procfs/
H A Dfiles.procfs3 deffs PROCFS: PTRACE_HOOKS
/netbsd/sys/arch/sparc64/conf/
H A DMODULAR27 no file-system PROCFS # /proc
/netbsd/sys/conf/
H A Dfilesystems.config25 file-system PROCFS # /proc
/netbsd/sys/arch/sgimips/conf/
H A DINSTALL32_IP2x39 no file-system PROCFS
/netbsd/sys/arch/i386/conf/
H A DMODULAR23 no file-system PROCFS # /proc
/netbsd/sys/arch/usermode/conf/
H A DGENERIC.common38 file-system PROCFS
/netbsd/sys/arch/zaurus/conf/
H A DINSTALL32 no file-system PROCFS
/netbsd/sys/arch/newsmips/conf/
H A DDEJIKO28 file-system PROCFS # /proc
H A DWAPIKO40 file-system PROCFS # /proc
/netbsd/sys/arch/playstation2/conf/
H A Dconfig.playstation218 file-system PROCFS # /proc
/netbsd/sys/arch/ews4800mips/conf/
H A DRAMDISK47 no file-system PROCFS
/netbsd/sys/arch/mmeye/conf/
H A DMMEYE56 file-system PROCFS # /proc
/netbsd/sys/arch/mac68k/conf/
H A DSMALLRAM48 no file-system PROCFS
/netbsd/sys/arch/evbsh3/conf/
H A DAP_MS104_SH463 file-system PROCFS # /proc
H A DT_SH7706LAN57 file-system PROCFS # /proc
H A DT_SH7706LSR57 file-system PROCFS # /proc
/netbsd/sys/arch/evbarm/conf/
H A DIMX23_OLINUXINO124 file-system PROCFS
/netbsd/sys/arch/sparc/conf/
H A DINSTALL49 no file-system PROCFS
/netbsd/sys/arch/macppc/conf/
H A DPOWERMAC36 file-system PROCFS # /proc
/netbsd/sys/arch/arc/conf/
H A DRAMDISK41 no file-system PROCFS

12345678910