Home
last modified time | relevance | path

Searched refs:id_str (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/mtd/lpddr/
Dqinfo_probe.c58 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) in lpddr_get_qinforec_pos() argument
66 if (strcmp(id_str, qinfo_array[i].id_str) == 0) { in lpddr_get_qinforec_pos()
77 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) in lpddr_info_query() argument
81 unsigned long adr = lpddr_get_qinforec_pos(map, id_str); in lpddr_info_query()
/linux-4.1.27/fs/nfs/
Dnfs4idmap.c342 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_name() local
346 id_len = snprintf(id_str, sizeof(id_str), "%u", id); in nfs_idmap_lookup_name()
347 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name()
357 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_id() local
362 data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap); in nfs_idmap_lookup_id()
366 ret = kstrtol(id_str, 10, &id_long); in nfs_idmap_lookup_id()
628 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_read_and_verify_message() local
640 len = sprintf(id_str, "%d", im->im_id) + 1; in nfs_idmap_read_and_verify_message()
641 ret = nfs_idmap_instantiate(key, authkey, id_str, len); in nfs_idmap_read_and_verify_message()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_xs.c507 char *id_str; in xenbus_transaction_start() local
511 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start()
512 if (IS_ERR(id_str)) { in xenbus_transaction_start()
514 return PTR_ERR(id_str); in xenbus_transaction_start()
517 t->id = simple_strtoul(id_str, NULL, 0); in xenbus_transaction_start()
518 kfree(id_str); in xenbus_transaction_start()
/linux-4.1.27/include/linux/mtd/
Dqinfo.h39 char *id_str; member
/linux-4.1.27/drivers/block/
Dvirtio_blk.c236 static int virtblk_get_id(struct gendisk *disk, char *id_str) in virtblk_get_id() argument
243 bio = bio_map_kern(vblk->disk->queue, id_str, VIRTIO_BLK_ID_BYTES, in virtblk_get_id()
Dskd_main.c324 u8 id_str[80]; /* holds a composite name (pci + sernum) */ member
5159 memset(skdev->id_str, 0, sizeof(skdev->id_str)); in skd_name()
5162 snprintf(skdev->id_str, sizeof(skdev->id_str), "%s:%s:[%s]", in skd_name()
5166 snprintf(skdev->id_str, sizeof(skdev->id_str), "%s:??:[%s]", in skd_name()
5169 return skdev->id_str; in skd_name()