Home
last modified time | relevance | path

Searched refs:template (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.h431 # 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/
Dkernel-doc-nano-HOWTO.txt16 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/
Dnsp32.h639 # 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
DREADME.53c70089 template and the new parameters as arguments. You should also call
Dqla1280.c930 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()
DChangeLog.ncr53c8xx12 - 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
DChangeLog756 * 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
Daic7xxx_old.c8251 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()
DChangeLog.sym53c8xx47 - Merge changes for linux-2.4 that declare the host template
/linux-2.4.37.9/drivers/scsi/aacraid/
Dlinit.c164 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/
Dtcrypt.c80 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/
Dipleckd.S60 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/
Dipleckd.S60 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/
Dtmpfs.txt13 If you compare it to ramfs (which was the template to create tmpfs)
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.c855 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 *));
Daic7xxx_osm.c843 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/
Dwriting-clients530 the `template' structure. */
764 The template
767 You will need to define a ctl_table template. This template will automatically