Searched refs:fdcsp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/fdread/
H A Dfdutil.h30 void printstatus(struct fdc_status *fdcsp, int terse);
H A Dfdutil.c42 * Decode the FDC status pointed to by `fdcsp', and print a textual
47 printstatus(struct fdc_status *fdcsp, int terse) argument
54 fdcsp->status[0] & 0xff,
55 fdcsp->status[1] & 0xff,
56 fdcsp->status[2] & 0xff,
57 fdcsp->status[3] & 0xff,
58 fdcsp->status[4] & 0xff,
59 fdcsp->status[5] & 0xff,
60 fdcsp->status[6] & 0xff);
62 if ((fdcsp
[all...]

Completed in 68 milliseconds