Home
last modified time | relevance | path

Searched defs:targ (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/fs/quota/
H A Dkqid.c68 qid_t from_kqid(struct user_namespace *targ, struct kqid kqid) in from_kqid()
101 qid_t from_kqid_munged(struct user_namespace *targ, struct kqid kqid) in from_kqid_munged()
/openbmc/linux/fs/sysfs/
H A Dsymlink.c121 void sysfs_delete_link(struct kobject *kobj, struct kobject *targ, in sysfs_delete_link()
166 int sysfs_rename_link_ns(struct kobject *kobj, struct kobject *targ, in sysfs_rename_link_ns()
H A Dfile.c612 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner()
/openbmc/qemu/chardev/
H A Dchar-serial.c204 int *targ = (int *)arg; in tty_serial_ioctl() local
230 int targ = 0; in tty_serial_ioctl() local
H A Dmsmouse.c186 int *targ = (int *)arg; in msmouse_ioctl() local
/openbmc/linux/kernel/
H A Duser_namespace.c427 uid_t from_kuid(struct user_namespace *targ, kuid_t kuid) in from_kuid()
452 uid_t from_kuid_munged(struct user_namespace *targ, kuid_t kuid) in from_kuid_munged()
495 gid_t from_kgid(struct user_namespace *targ, kgid_t kgid) in from_kgid()
519 gid_t from_kgid_munged(struct user_namespace *targ, kgid_t kgid) in from_kgid_munged()
562 projid_t from_kprojid(struct user_namespace *targ, kprojid_t kprojid) in from_kprojid()
587 projid_t from_kprojid_munged(struct user_namespace *targ, kprojid_t kprojid) in from_kprojid_munged()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c755 struct lesser_ns_open_thread_arg *targ = arg; in lesser_ns_open_thread_fn() local
774 struct lesser_ns_open_thread_arg targ = { .fd = -1 }; in test_cgcore_lesser_ns_open() local
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c91 uInt targ=0; /* target 32-bit */ in decimal32FromNumber() local
H A Ddecimal64.c618 void decDigitsToDPD(const decNumber *dn, uInt *targ, Int shift) { in decDigitsToDPD()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c994 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info()
1024 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info()
1045 int targ; in ahd_parse_brace_option() local
H A Daic7xxx_osm.c905 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info()
926 int targ; in ahc_parse_brace_option() local
H A Daic79xx_core.c7542 int targ; in ahd_default_config() local
7619 int targ; in ahd_parse_cfgdata() local
7949 int targ = SCB_GET_TARGET(ahd, scb); in ahd_match_scb() local
H A Daic7xxx_core.c5694 int targ = SCB_GET_TARGET(ahc, scb); in ahc_match_scb() local
/openbmc/linux/include/scsi/
H A Dscsi_transport_sas.h110 #define target_to_rphy(targ) \ argument
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c298 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_node.c45 u32 port_id, bool init, bool targ) in efc_node_alloc()
H A Defclib.h350 bool targ; member
/openbmc/linux/include/linux/
H A Dsysfs.h581 struct kobject *targ, in sysfs_link_change_owner()
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c6661 int scsi, fc, sas, lan, ctl, targ; in mpt_version_proc_show() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7814 static Flag decBiStr(const char *targ, const char *str1, const char *str2) {