Searched refs:targ (Results 1 - 9 of 9) sorted by relevance

/drivers/block/paride/
H A Dpg.c421 static void xs(char *buf, char *targ, int len) argument
429 l = *targ++ = c;
432 targ--;
433 *targ = '\0';
H A Dpf.c580 static void xs(char *buf, char *targ, int offs, int len) argument
588 l = targ[j++] = buf[k + offs];
591 targ[j] = 0;
H A Dpt.c503 static void xs(char *buf, char *targ, int offs, int len) argument
511 l = targ[j++] = buf[k + offs];
514 targ[j] = 0;
/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c933 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) argument
936 if ((instance >= 0) && (targ >= 0)
938 && (targ < AHC_NUM_TARGETS)) {
939 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff;
941 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
954 int targ; local
963 targ = -1;
979 if (targ == -1)
980 targ = 0;
990 if (targ !
1636 struct ahc_linux_target *targ; local
[all...]
H A Daic79xx_osm.c1014 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) argument
1044 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) argument
1047 if ((instance >= 0) && (targ >= 0)
1049 && (targ < AHD_NUM_TARGETS)) {
1050 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF;
1052 printk("tag_info[%d:%d] = %d\n", instance, targ, value);
1065 int targ; local
1074 targ = -1;
1090 if (targ == -1)
1091 targ
[all...]
H A Daic79xx_core.c7635 int targ; local
7650 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) {
7657 targ, &tstate);
7664 target_mask = 0x01 << targ;
7694 targ, CAM_LUN_WILDCARD,
7712 int targ; local
7729 for (targ = 0; targ < max_tar
8046 int targ = SCB_GET_TARGET(ahd, scb); local
[all...]
H A Daic7xxx_core.c5759 int targ = SCB_GET_TARGET(ahc, scb); local
5766 match = ((targ == target) || (target == CAM_TARGET_WILDCARD));
/drivers/message/fusion/
H A Dmptbase.c6672 int scsi, fc, sas, lan, ctl, targ, dmp; local
6678 scsi = fc = sas = lan = ctl = targ = dmp = 0;
6696 if (!targ++) drvname = "SCSI target";
/drivers/scsi/
H A Daic7xxx_old.c2382 int targ = (scb->hscb->target_channel_lun >> 4) & 0x0F; local
2389 match = ((targ == target) || (target == ALL_TARGETS));

Completed in 361 milliseconds