HomeSort by: relevance | last modified time | path
    Searched refs:SEEK (Results 1 - 5 of 5) sorted by relevancy

  /src/etc/etc.sgimips/
Makefile.inc 37 @SEEK=$$(${TOOL_AWK} '/SGI_BOOT_BLOCK_SIZE_VOLHDR/{print $$3}' \
41 END { print int(('$${SEEK}'*512+s)/1024/1024/32+1)*32 \
52 dd if=${CDROM_IMAGE} of=${SGI.image} bs=512 seek=$${SEEK}
  /src/sys/arch/atari/dev/
fdreg.h 47 #define RESTORE 0x00 /* ( HVRR) seek to track 0 */
48 #define SEEK 0x10 /* ( HVRR) seek to track */
fd.c 872 * thinks it is (in software). However, after a SEEK, the
892 * Issue a SEEK command on the indicated drive unless the arm is
898 write_fdreg(FDC_CS, SEEK|RATE6|VBIT|hbit);
901 fd_cmd = SEEK;
903 printf("fd_xfer:Seek to track %d on drive %d\n",
1112 case SEEK:
1115 fd_error = "Seek error";
  /src/lib/libpuffs/
puffs.c 87 FILLOP(seek, SEEK);
  /src/sys/fs/puffs/
puffs_vnops.c 119 { &vop_seek_desc, puffs_vnop_checkop }, /* seek */
244 { &vop_seek_desc, puffs_vnop_seek }, /* seek */
351 CHECKOP_SUCCESS(SEEK);
1756 PUFFS_MSG_VARS(vn, seek);
1761 PUFFS_MSG_ALLOC(vn, seek);
1769 PUFFS_MSG_RELEASE(seek);

Completed in 82 milliseconds