taglinefilesource code
chain609drivers/scsi/aha1542.cstruct chain * cptr;
chain617drivers/scsi/aha1542.ccptr = (struct chain *) SCpnt->host_scribble; 
chain637drivers/scsi/aha1542.cany2scsi(ccb[mbo].datalen, SCpnt->use_sg * sizeof(struct chain));
chain147drivers/scsi/buslogic.c#define BUSLOGIC_MAX_SG (BUSLOGIC_SG_MALLOC / sizeof (struct chain))
chain692drivers/scsi/buslogic.cstruct chain *cptr;
chain704drivers/scsi/buslogic.ccptr = (struct chain *)scpnt->host_scribble;
chain716drivers/scsi/buslogic.cccb->datalen = scpnt->use_sg * sizeof (struct chain);
chain189net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
chain316net/ipv4/ip_fw.cfor (f=chain;f;f=f->fw_next)