HomeSort by: relevance | last modified time | path
    Searched refs:disktab (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/share/examples/disktab/
Makefile 8 FILES= disktab
9 FILESDIR= /usr/share/examples/disktab
  /src/distrib/pmax/miniroot/
Makefile.inc 18 ${DESTDIR}/etc/disktab \
  /src/distrib/emips/miniroot/
Makefile.inc 13 ${DESTDIR}/etc/disktab \
  /src/share/examples/
Makefile 3 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate hostapd \
  /src/sys/arch/atari/stand/ahdilabel/
writedtab.c 33 #include <disktab.h>
42 ahdi_writedisktab (struct ahdi_ptable *ptable, char *disktype, char *disktab, char *dtype)
47 if ((fd = fopen (strlen (disktab) ? disktab : _PATH_DISKTAB, "a"))
  /src/regress/sys/fs/lfs/newfs_fsck/
mkfs_mount 17 disklabel -f ${SRCDIR}/disktab -rw ${VND} floppy288
  /src/distrib/evbsh3/instkernel/ramdisk/
Makefile 19 disktab.preinstall dot.profile \
  /src/tests/kernel/
t_umountstress.sh 48 cat >disktab <<EOF
62 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
137 cat >disktab <<EOF
151 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
t_umount.sh 49 cat >disktab <<EOF
70 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
  /src/distrib/hp300/miniroot/
install.md 202 # Emit a disktab entry, suitable for getting started.
206 echo "" >> /etc/disktab
207 echo "# Created by install" >> /etc/disktab
208 echo "${_cur_disk_name}:\\" >> /etc/disktab
209 echo -n " :ty=winchester:ns#${_sec_per_track}:" >> /etc/disktab
210 echo "nt#${_tracks_per_cyl}:nc#${_fudge_cyl}:\\" >> /etc/disktab
211 echo " :pa#1:\\" >> /etc/disktab
212 echo " :pc#${_nsectors}:" >> /etc/disktab
291 # Peer through /etc/disktab to see if the disk has a "default"
295 if ! grep_check_q "${_hpib_disktype}[:|]" /etc/disktab; the
    [all...]
  /src/share/man/man5/
Makefile 7 capfile.5 changelist.5 core.5 daily.5 disktab.5 elf.5 \
  /src/distrib/alpha/instkernel/ramdisk/
upgrade.sh 41 DT=/etc/disktab # /etc/disktab
install.sh 41 DT=/etc/disktab # /etc/disktab
  /src/sbin/resize_lfs/
resize_lfs.c 44 #include <disktab.h>
  /src/lib/libc/gen/
disklabel.c 54 #include <nbinclude/disktab.h>
57 #include <disktab.h>
231 (void)write(STDERR_FILENO, "disktab: ", 9);
  /src/include/
Makefile 12 disktab.h dlfcn.h endian.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \
  /src/usr.bin/getent/
getent.c 66 #include <disktab.h>
70 static int disktab(int, char *[]);
95 { "disktab", disktab, },
679 * disktab
683 disktab(int argc, char *argv[]) function in typeref:typename:int
  /src/sbin/fsck/
partutil.c 43 #include <disktab.h>
  /src/regress/sys/fs/ffs/
Makefile 110 disklabel -f ${SRCDIR}/disktab -rw ${VND} floppy288
  /src/distrib/miniroot/
install.sh 111 # Create a disktab file; lets us write to it for temporary
113 echo "# disktab" > /tmp/disktab.shadow
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 59 #include <disktab.h>
  /src/usr.sbin/vnconfig/
vnconfig.c 79 #include <disktab.h>
  /src/etc/
Makefile 110 # Use machine-specific disktab if it exists, or the MI one otherwise
111 .if exists(etc.${MACHINE}/disktab)
112 BIN1+= etc.${MACHINE}/disktab
114 BIN1+= disktab
  /src/usr.sbin/diskpart/
diskpart.c 52 #include <disktab.h>
114 static int dflag; /* print disktab entry */
  /src/sbin/newfs/
newfs.c 104 #include <disktab.h>

Completed in 26 milliseconds

1 2