Searched refs:dev_start (Results 1 – 4 of 4) sorted by relevance
259 int dev_start(void);
345 * 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());
607 if ((udev = frmt->udev) && (dev_start() < 0)) in append()
654 dev_start(void) in dev_start() function