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

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

Completed in 106 milliseconds