slh_first        1892 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 		for(node = expression->referenced_syms.slh_first;
slh_first        1985 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	if ((immed->referenced_syms.slh_first != NULL)
slh_first        1986 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y 	 && (immed->referenced_syms.slh_first->symbol->type == DOWNLOAD_CONST))
slh_first         109 drivers/scsi/aic7xxx/queue.h 	struct type *slh_first;	/* first element */			\
slh_first         123 drivers/scsi/aic7xxx/queue.h #define	SLIST_EMPTY(head)	((head)->slh_first == NULL)
slh_first         125 drivers/scsi/aic7xxx/queue.h #define	SLIST_FIRST(head)	((head)->slh_first)