Home
last modified time | relevance | path

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

/freebsd/usr.bin/lastcomm/
H A Dlastcomm.c51 const char *getdev(dev_t);
151 getdev(ab.ac_tty)); in main()
233 if ((p = getdev(acp->ac_tty)) && !strcmp(p, *argv)) in requested()
242 getdev(dev_t dev) in getdev() function
/freebsd/sbin/growfs/
H A Dgrowfs.c1256 getdev(const char *name, struct statfs *statfsp) in getdev() function
1357 device = getdev(*argv, statfsp); in main()