Home
last modified time | relevance | path

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

/openbsd/sbin/dump/
H A Dmain.c367 (void)strlcpy(spcl.c_dev, fsbuf.f_mntfromname, in main()
368 sizeof(spcl.c_dev)); in main()
386 (void)strlcpy(spcl.c_dev, dt->fs_spec, sizeof(spcl.c_dev)); in main()
396 (void)strlcpy(spcl.c_dev, disk, sizeof(spcl.c_dev)); in main()
/openbsd/bin/pax/
H A Dcpio.h62 char c_dev[6]; /* device number */ member
H A Dcpio.c287 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT); in cpio_rd()
426 ul_asc(arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev), OCT) || in cpio_wr()
/openbsd/include/protocols/
H A Ddumprestore.h109 char c_dev[NAMELEN]; /* name of dumped device */ member
/openbsd/sbin/restore/
H A Dtape.c519 spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev); in printdumpinfo()