/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_ext.c | 99 const char *id_str, uint32_t id_len) in code_sign_set_ownerid() 107 if (!id_str || id_len == 0) in code_sign_set_ownerid() 110 cs_info->ownerid = full_name_hash(cs_salt, id_str, id_len); in code_sign_set_ownerid() 98 code_sign_set_ownerid(struct cs_info *cs_info, uint32_t id_type, const char *id_str, uint32_t id_len) code_sign_set_ownerid() argument
|
H A D | code_sign_ext.h | 50 const char *id_str, uint32_t id_len);
|
/kernel/linux/linux-5.10/drivers/mtd/lpddr/ |
H A D | qinfo_probe.c | 44 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) in lpddr_get_qinforec_pos() argument 52 if (strcmp(id_str, qinfo_array[i].id_str) == 0) { in lpddr_get_qinforec_pos() 63 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) in lpddr_info_query() argument 67 unsigned long adr = lpddr_get_qinforec_pos(map, id_str); in lpddr_info_query()
|
/kernel/linux/linux-6.6/drivers/mtd/lpddr/ |
H A D | qinfo_probe.c | 44 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) in lpddr_get_qinforec_pos() argument 52 if (strcmp(id_str, qinfo_array[i].id_str) == 0) { in lpddr_get_qinforec_pos() 63 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) in lpddr_info_query() argument 67 unsigned long adr = lpddr_get_qinforec_pos(map, id_str); in lpddr_info_query()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4idmap.c | 353 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_name() local 357 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str)); in nfs_idmap_lookup_name() 358 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name() 368 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_id() local 373 data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap); in nfs_idmap_lookup_id() 377 ret = kstrtol(id_str, 10, &id_long); in nfs_idmap_lookup_id() 635 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_read_and_verify_message() local 647 len = 1 + nfs_map_numeric_to_string(im->im_id, id_str, in nfs_idmap_read_and_verify_message() 648 sizeof(id_str)); in nfs_idmap_read_and_verify_message() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4idmap.c | 353 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_name() local 357 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str)); in nfs_idmap_lookup_name() 358 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name() 368 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_id() local 373 data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap); in nfs_idmap_lookup_id() 377 ret = kstrtol(id_str, 10, &id_long); in nfs_idmap_lookup_id() 635 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_read_and_verify_message() local 647 len = 1 + nfs_map_numeric_to_string(im->im_id, id_str, in nfs_idmap_read_and_verify_message() 648 sizeof(id_str)); in nfs_idmap_read_and_verify_message() [all...] |
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 539 char *id_str; in xenbus_transaction_start() local 541 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start() 542 if (IS_ERR(id_str)) in xenbus_transaction_start() 543 return PTR_ERR(id_str); in xenbus_transaction_start() 545 t->id = simple_strtoul(id_str, NULL, 0); in xenbus_transaction_start() 546 kfree(id_str); in xenbus_transaction_start()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 539 char *id_str; in xenbus_transaction_start() local 541 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start() 542 if (IS_ERR(id_str)) in xenbus_transaction_start() 543 return PTR_ERR(id_str); in xenbus_transaction_start() 545 t->id = simple_strtoul(id_str, NULL, 0); in xenbus_transaction_start() 546 kfree(id_str); in xenbus_transaction_start()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | qinfo.h | 34 * @id_str - descriptive string to access the record 40 char *id_str; member
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | qinfo.h | 34 * @id_str - descriptive string to access the record 40 char *id_str; member
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | struct_ops.c | 237 static struct res do_one_id(const char *id_str, work_func func, void *data, in do_one_id() argument 247 id = strtoul(id_str, &endptr, 0); in do_one_id() 249 p_err("invalid id %s", id_str); in do_one_id()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | struct_ops.c | 235 static struct res do_one_id(const char *id_str, work_func func, void *data, in do_one_id() argument 245 id = strtoul(id_str, &endptr, 0); in do_one_id() 247 p_err("invalid id %s", id_str); in do_one_id()
|
/kernel/linux/linux-5.10/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 178 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg() argument 183 if (!id_str || !id_size || !strlen(id_str)) in alua_find_get_pg() 191 if (strncmp(pg->device_id_str, id_str, id_size)) in alua_find_get_pg()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat.c | 87 static const char *id_str[PERF_STAT_EVSEL_ID__MAX] = { variable 115 if (!strcmp(evsel__name(evsel), id_str[i])) { in perf_stat_evsel_id_init()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | goodix.c | 993 char id_str[GOODIX_ID_MAX_LEN + 1]; in goodix_read_version() local 1001 memcpy(id_str, buf, GOODIX_ID_MAX_LEN); in goodix_read_version() 1002 id_str[GOODIX_ID_MAX_LEN] = 0; in goodix_read_version() 1003 strscpy(ts->id, id_str, GOODIX_ID_MAX_LEN + 1); in goodix_read_version()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | goodix.c | 1080 char id_str[GOODIX_ID_MAX_LEN + 1]; in goodix_read_version() local 1086 memcpy(id_str, buf, GOODIX_ID_MAX_LEN); in goodix_read_version() 1087 id_str[GOODIX_ID_MAX_LEN] = 0; in goodix_read_version() 1088 strscpy(ts->id, id_str, GOODIX_ID_MAX_LEN + 1); in goodix_read_version()
|
/kernel/linux/linux-6.6/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 185 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg() argument 190 if (!id_str || !id_size || !strlen(id_str)) in alua_find_get_pg() 198 if (strncmp(pg->device_id_str, id_str, id_size)) in alua_find_get_pg()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | virtio_blk.c | 306 /* return id (s/n) string for *disk to *id_str 308 static int virtblk_get_id(struct gendisk *disk, char *id_str) in virtblk_get_id() argument 319 err = blk_rq_map_kern(q, req, id_str, VIRTIO_BLK_ID_BYTES, GFP_KERNEL); in virtblk_get_id()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 1594 char *dom_str = NULL, *id_str; in mon_config_write() local 1605 id_str = strsep(&dom_str, "="); in mon_config_write() 1607 if (!id_str || kstrtoul(id_str, 10, &dom_id)) { in mon_config_write()
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | raw_mode.c | 892 const char *id_str = filp->f_path.dentry->d_parent->d_name.name; in scmi_dbg_raw_mode_open() local 918 if (!kstrtou8(id_str, 16, &id)) in scmi_dbg_raw_mode_open()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | virtio_blk.c | 864 /* return id (s/n) string for *disk to *id_str 866 static int virtblk_get_id(struct gendisk *disk, char *id_str) in virtblk_get_id() argument 883 err = blk_rq_map_kern(q, req, id_str, VIRTIO_BLK_ID_BYTES, GFP_KERNEL); in virtblk_get_id()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpufeature.c | 654 #define __ARM64_FTR_REG_OVERRIDE(id_str, id, table, ovr) { \ 657 .name = id_str, \
|