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

/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Dmachine.h59 * DEVDEV_PATH defines the path to the directory that contains device
63 #define DEVDEV_PATH "/dev" macro
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Dmachine.h65 * DEVDEV_PATH defines the path to the directory that contains device
69 #define DEVDEV_PATH "/dev" macro
/macosx-10.9.5/lsof-52/lsof/
H A Dmain.c1154 * Get the device for DEVDEV_PATH.
1156 if (stat(DEVDEV_PATH, &sb)) {
1158 if ((ad = strcmp(DEVDEV_PATH, "/dev"))) {
1169 DEVDEV_PATH, strerror(se1));

Completed in 172 milliseconds