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

/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c514 q_findfileversion(char *dl_fcode, uchar_t *version_file, uint16_t *file_id, argument
528 if ((dl_fcode[0x23] == 0x22) ||
529 (dl_fcode[0x23] == 0x23)) {
530 *file_id = dl_fcode[0x22] & 0xff;
531 *file_id |= (dl_fcode[0x23] << 8) & 0xff00;
533 *file_id = dl_fcode[0x42] & 0xff;
534 *file_id |= (dl_fcode[0x43] << 8) & 0xff00;
562 (void) strncpy(temp, (char *)&dl_fcode[mark], 4);
566 (char *)&dl_fcode[mark], 6);
808 if (read(fcode_fd, download_p->dl_fcode, fcode_siz
[all...]
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h124 uchar_t dl_fcode[1]; /* the fcode */ member in struct:ifp_download

Completed in 61 milliseconds