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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1128 struct lcb;
1196 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(first lcb mod. i)
1203 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1256 struct lcb { struct
1262 ** JUMP IF (SFBR != #lun#), @(next lcb of this target)
1609 /* when lcb is not allocated. */
1922 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
1923 static struct lcb * ncr_setup_lcb (struct ncb *np, struct scsi_device *sdev);
1949 static void ncr_start_next_ccb (struct ncb *np, struct lcb * l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c1184 long lcb = cb; local
1186 (void)FSRead( nFRefNum, &lcb, pb );
1187 return (short)lcb;
1199 long lcb = cb; local
1209 lcb = fprintf(stream, "%s", pb);
1212 err = FSWrite( nFRefNum, &lcb, pb );
1220 return (long)lcb;

Completed in 80 milliseconds