Home
last modified time | relevance | path

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

/freebsd-13.1/bin/pax/
H A Dcpio.h62 char c_dev[6]; /* device number */ member
H A Dcpio.c297 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT); in cpio_rd()
448 ul_asc((u_long)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
/freebsd-13.1/include/protocols/
H A Ddumprestore.h122 char c_dev[NAMELEN]; /* name of dumpped device */ member
/freebsd-13.1/sbin/dump/
H A Dmain.c353 (void)strncpy(spcl.c_dev, dt->fs_spec, NAMELEN); in main()
356 (void)strncpy(spcl.c_dev, disk, NAMELEN); in main()
360 spcl.c_dev[NAMELEN-1]='\0'; in main()
/freebsd-13.1/contrib/ntp/libntp/
H A Daudio.c131 const char **c_dev, /* Control device */ in audio_config_read() argument
/freebsd-13.1/sbin/restore/
H A Dtape.c564 (intmax_t)spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev); in printdumpinfo()