Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/lastcomm/
H A Dlastcomm.c63 const char *getdev(dev_t);
163 getdev(ab.ac_tty)); in main()
245 if ((p = getdev(acp->ac_tty)) && !strcmp(p, *argv)) in requested()
254 getdev(dev_t dev) in getdev() function
/freebsd-14.2/sbin/growfs/
H A Dgrowfs.c1264 getdev(const char *name, struct statfs *statfsp) in getdev() function
1365 device = getdev(*argv, statfsp); in main()