/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | nsp_cs.h | 431 # define scsi_register_host(template) scsi_register_module(MODULE_SCSI_HA, template) argument 432 # define scsi_unregister_host(template) scsi_unregister_module(MODULE_SCSI_HA, template) argument
|
/linux-2.4.37.9/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 16 These are SGML template files, which are normal SGML files with 22 This is a program for converting SGML template files into SGML 131 How to make new SGML template files 134 SGML template files (*.tmpl) are like normal SGML files, except that
|
/linux-2.4.37.9/drivers/scsi/ |
D | nsp32.h | 639 # define scsi_register_host(template) scsi_register_module(MODULE_SCSI_HA, template) argument 640 # define scsi_unregister_host(template) scsi_unregister_module(MODULE_SCSI_HA, template) argument
|
D | README.53c700 | 89 template and the new parameters as arguments. You should also call
|
D | qla1280.c | 930 qla1280_do_device_init(struct pci_dev *pdev, Scsi_Host_Template * template, in qla1280_do_device_init() argument 939 host = scsi_register(template, sizeof(struct scsi_qla_host)); in qla1280_do_device_init() 1056 qla1280_detect(Scsi_Host_Template * template) in qla1280_detect() argument 1092 template->proc_name = "qla1280"; in qla1280_detect() 1112 host = qla1280_do_device_init(pdev, template, devnum, in qla1280_detect() 1159 host = qla1280_do_device_init(pdev, template, in qla1280_detect()
|
D | ChangeLog.ncr53c8xx | 12 - Merge changes for linux-2.4 that declare the host template 175 - Only define the host template in ncr53c8xx.h and include the 181 - Add info() function called from the host template to print
|
D | ChangeLog | 756 * hosts.c: Initialize cmd_per_lun in Scsi_Hosts from template. 913 * u14-34f.c: Use Scsi_Host can_queue variable instead of one from template. 932 * hosts.c: Initialize can_queue from template. 1189 definition for device template structure which defines the linked
|
D | aic7xxx_old.c | 8251 aic7xxx_register(Scsi_Host_Template *template, struct aic7xxx_host *p, in aic7xxx_register() argument 9478 aic7xxx_detect(Scsi_Host_Template *template) in aic7xxx_detect() argument 9512 template->proc_name = "aic7xxx"; in aic7xxx_detect() 9513 template->sg_tablesize = AIC7XXX_MAX_SG; in aic7xxx_detect() 10605 template->name = board_names[temp_p->board_name_index]; in aic7xxx_detect() 10606 p = aic7xxx_alloc(template, temp_p); in aic7xxx_detect() 10610 if (aic7xxx_register(template, p, (--left)) == 0) in aic7xxx_detect()
|
D | ChangeLog.sym53c8xx | 47 - Merge changes for linux-2.4 that declare the host template
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | linit.c | 164 static int aac_detect(Scsi_Host_Template *template) in aac_detect() argument 184 template->proc_name = "aacraid"; in aac_detect() 227 host_ptr = scsi_register( template, sizeof(struct aac_dev) ); in aac_detect() 315 template->present = aac_count; /* # of cards of this type found */ in aac_detect()
|
/linux-2.4.37.9/crypto/ |
D | tcrypt.c | 80 test_hash (char * algo, struct hash_testvec * template, unsigned int tcount) in test_hash() argument 100 memcpy(tvmem, template, tsize); in test_hash() 172 test_hmac(char *algo, struct hmac_testvec * template, unsigned int tcount) in test_hmac() argument 198 memcpy(tvmem, template, tsize); in test_hmac() 260 test_cipher(char * algo, int mode, int enc, struct cipher_testvec * template, unsigned int tcount) in test_cipher() argument 291 memcpy(tvmem, template, tsize); in test_cipher()
|
/linux-2.4.37.9/arch/s390/boot/ |
D | ipleckd.S | 60 stcm %r5,3,.Lrdccw+2 # and store into rd template *FIXME* 140 oi 1(%r12),0x40 # set CC in rd template 158 mvc 0(8,%r12),.Lrdccw # copy template to this ccw
|
/linux-2.4.37.9/arch/s390x/boot/ |
D | ipleckd.S | 60 stcm %r5,3,.Lrdccw+2 # and store into rd template *FIXME* 140 oi 1(%r12),0x40 # set CC in rd template 158 mvc 0(8,%r12),.Lrdccw # copy template to this ccw
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | tmpfs.txt | 13 If you compare it to ramfs (which was the template to create tmpfs)
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.c | 855 ahd_linux_detect(Scsi_Host_Template *template) in ahd_linux_detect() argument 898 template->proc_name = "aic79xx"; in ahd_linux_detect() 900 template->proc_dir = &proc_scsi_aic79xx; in ahd_linux_detect() 920 if (ahd_linux_register_host(ahd, template) == 0) in ahd_linux_detect() 2092 ahd_linux_register_host(struct ahd_softc *ahd, Scsi_Host_Template *template) argument 2100 template->name = ahd->description; 2101 host = scsi_register(template, sizeof(struct ahd_softc *));
|
D | aic7xxx_osm.c | 843 ahc_linux_detect(Scsi_Host_Template *template) in ahc_linux_detect() argument 883 template->proc_name = "aic7xxx"; in ahc_linux_detect() 885 template->proc_dir = &proc_scsi_aic7xxx; in ahc_linux_detect() 909 if (ahc_linux_register_host(ahc, template) == 0) in ahc_linux_detect() 1726 ahc_linux_register_host(struct ahc_softc *ahc, Scsi_Host_Template *template) argument 1734 template->name = ahc->description; 1735 host = scsi_register(template, sizeof(struct ahc_softc *));
|
/linux-2.4.37.9/Documentation/i2c/ |
D | writing-clients | 530 the `template' structure. */ 764 The template 767 You will need to define a ctl_table template. This template will automatically
|