Searched refs:PATH_PTMDEV (Results 1 – 4 of 4) sorted by relevance
45 fd = open(PATH_PTMDEV, O_RDWR); in posix_openpt()
49 return (open(PATH_PTMDEV, O_RDWR|O_CLOEXEC)); in getptmfd()
74 #define PATH_PTMDEV "/dev/ptm" macro
914 fatal("getptmfd %s", PATH_PTMDEV); in vmd_configure()