Searched defs:fdraw (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c224 struct fd_raw fdraw; local
266 fdraw.fdr_nbytes = r_p->size;
267 fdraw.fdr_addr = r_p->buffer;
270 fdraw.fdr_cmd[0] = (uint8_t)0xE0 | FDRAW_RDCMD; /* command */
272 fdraw.fdr_cmd[1] = (head << 2); /* using head 1 */
273 fdraw.fdr_cmd[2] = cyl; /* track number */
274 fdraw.fdr_cmd[3] = head; /* drive head number */
275 fdraw.fdr_cmd[4] = start_sector; /* start sector number */
276 fdraw.fdr_cmd[5] = (sector_size == 512) ? 2 : 3;
277 fdraw
298 struct fd_raw fdraw; local
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sun/
H A Ddkio.h292 struct fdraw { struct
359 #define F_RAW _IOWR('d', 105, struct fdraw) /* ECDstyle genericcmd*/

Completed in 61 milliseconds