Home
last modified time | relevance | path

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

/freebsd-src/bin/pax/
H A Dextern.h259 int dev_start(void);
H A Dcpio.c345 * 0 if ok, -1 otherwise (what dev_start() returns)
351 return(dev_start()); in cpio_stwr()
639 * 0 if ok, -1 otherwise (what dev_start() returns)
646 return(dev_start());
H A Dar_subs.c607 if ((udev = frmt->udev) && (dev_start() < 0)) in append()
H A Dtables.c654 dev_start(void) in dev_start() function