Home
last modified time | relevance | path

Searched refs:targ (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/fs/sysfs/
Dsymlink.c134 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link() argument
139 if (targ->sd && sysfs_ns_type(kobj->sd)) in sysfs_delete_link()
140 ns = targ->sd->s_ns; in sysfs_delete_link()
172 int sysfs_rename_link(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link() argument
184 if (targ->sd) in sysfs_rename_link()
185 old_ns = targ->sd->s_ns; in sysfs_rename_link()
195 if (sd->s_symlink.target_sd->s_dir.kobj != targ) in sysfs_rename_link()
199 new_ns = targ->ktype->namespace(targ); in sysfs_rename_link()
/linux-2.6.39/arch/ia64/kernel/
Dparavirtentry.S38 #define BRANCH(targ, reg, breg, type) \ argument
41 movl reg=targ ; \
/linux-2.6.39/drivers/scsi/aic7xxx/
Daic7xxx_osm.c933 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument
936 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info()
938 && (targ < AHC_NUM_TARGETS)) { in ahc_linux_setup_tag_info()
939 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
941 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info()
954 int targ; in ahc_parse_brace_option() local
963 targ = -1; in ahc_parse_brace_option()
979 if (targ == -1) in ahc_parse_brace_option()
980 targ = 0; in ahc_parse_brace_option()
990 if (targ != -1) in ahc_parse_brace_option()
[all …]
Daic79xx_osm.c1014 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument
1044 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument
1047 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info()
1049 && (targ < AHD_NUM_TARGETS)) { in ahd_linux_setup_tag_info()
1050 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info()
1052 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahd_linux_setup_tag_info()
1065 int targ; in ahd_parse_brace_option() local
1074 targ = -1; in ahd_parse_brace_option()
1090 if (targ == -1) in ahd_parse_brace_option()
1091 targ = 0; in ahd_parse_brace_option()
[all …]
Daic79xx_core.c7635 int targ; in ahd_default_config() local
7650 for (targ = 0; targ < AHD_NUM_TARGETS; targ++) { in ahd_default_config()
7657 targ, &tstate); in ahd_default_config()
7664 target_mask = 0x01 << targ; in ahd_default_config()
7694 targ, CAM_LUN_WILDCARD, in ahd_default_config()
7712 int targ; in ahd_parse_cfgdata() local
7729 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata()
7737 targ, &tstate); in ahd_parse_cfgdata()
7746 target_mask = 0x01 << targ; in ahd_parse_cfgdata()
7750 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()
[all …]
Daic7xxx_core.c5759 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local
5766 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb()
/linux-2.6.39/include/scsi/
Dscsi_transport_sas.h103 #define target_to_rphy(targ) \ argument
104 dev_to_rphy((targ)->dev.parent)
/linux-2.6.39/drivers/block/paride/
Dpg.c420 static void xs(char *buf, char *targ, int len) in xs() argument
428 l = *targ++ = c; in xs()
431 targ--; in xs()
432 *targ = '\0'; in xs()
Dpf.c578 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
586 l = targ[j++] = buf[k + offs]; in xs()
589 targ[j] = 0; in xs()
Dpt.c501 static void xs(char *buf, char *targ, int offs, int len) in xs() argument
509 l = targ[j++] = buf[k + offs]; in xs()
512 targ[j] = 0; in xs()
/linux-2.6.39/include/linux/
Dsysfs.h154 void sysfs_delete_link(struct kobject *dir, struct kobject *targ,
/linux-2.6.39/arch/mips/include/asm/pci/
Dbridge.h807 u64 targ:4; member
/linux-2.6.39/drivers/message/fusion/
Dmptbase.c6601 int scsi, fc, sas, lan, ctl, targ, dmp; in mpt_version_proc_show() local
6607 scsi = fc = sas = lan = ctl = targ = dmp = 0; in mpt_version_proc_show()
6625 if (!targ++) drvname = "SCSI target"; in mpt_version_proc_show()
/linux-2.6.39/drivers/scsi/
Daic7xxx_old.c2382 int targ = (scb->hscb->target_channel_lun >> 4) & 0x0F; in aic7xxx_match_scb() local
2389 match = ((targ == target) || (target == ALL_TARGETS)); in aic7xxx_match_scb()