taglinefilesource code
chain602drivers/scsi/aha1542.cstruct chain * cptr;
chain610drivers/scsi/aha1542.ccptr = (struct chain *) SCpnt->host_scribble; 
chain630drivers/scsi/aha1542.cany2scsi(ccb[mbo].datalen, SCpnt->use_sg * sizeof(struct chain));
chain140drivers/scsi/buslogic.c#define BUSLOGIC_MAX_SG (BUSLOGIC_SG_MALLOC / sizeof (struct chain))
chain685drivers/scsi/buslogic.cstruct chain *cptr;
chain697drivers/scsi/buslogic.ccptr = (struct chain *)scpnt->host_scribble;
chain709drivers/scsi/buslogic.cccb->datalen = scpnt->use_sg * sizeof (struct chain);
chain177net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
chain273net/ipv4/ip_fw.cfor (f=chain;f;f=f->fw_next)