Home
last modified time | relevance | path

Searched refs:tmpnode (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sbin/newfs/
H A Dnewfs.c523 char tmpnode[PATH_MAX]; in main() local
525 if (pop != NULL && gettmpmnt(tmpnode, sizeof(tmpnode)) == 0) in main()
545 waitformount(tmpnode, pid); in main()
546 copy(pop, tmpnode); in main()
547 unmount(tmpnode, 0); in main()
548 rmdir(tmpnode); in main()
564 if (mount(MOUNT_MFS, tmpnode, tmpflags, &args) == -1) in main()