Home
last modified time | relevance | path

Searched refs:fsf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1101 static struct mtop fsf = { MTFSF, 1 }; in just_rewind() local
1105 (void) ioctl(to, MTIOCTOP, &fsf); in just_rewind()
1491 static struct mtop fsf = { MTFSF, 1 }; in otape() local
1495 (void) ioctl(to, MTIOCTOP, &fsf); in otape()
2303 static struct mtop fsf = { MTFSF, 1 }; in positiontape() local
2348 fsf.mt_count = filenum - 1; in positiontape()
2349 if (ioctl(to, MTIOCTOP, &fsf) < 0) { in positiontape()
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE60 * http://www.gnu.org/server/fsf-html-style-sheet.html
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>