Home
last modified time | relevance | path

Searched refs:dev_path (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c181 char *dev_path; member
225 ret = chdir(s->dev_path); in sdsi_update_registers()
362 ret = chdir(s->dev_path); in sdsi_meter_cert_show()
447 ret = chdir(s->dev_path); in sdsi_state_cert_show()
551 ret = chdir(s->dev_path); in sdsi_provision()
696 if (!s->dev_path) { in sdsi_create_dev()
705 dir = opendir(s->dev_path); in sdsi_create_dev()
709 free(s->dev_path); in sdsi_create_dev()
717 free(s->dev_path); in sdsi_create_dev()
724 free(s->dev_path); in sdsi_create_dev()
[all …]
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dstd_types.c217 char *dev_path; in UVERBS_HANDLER() local
231 dev_path = kobject_get_path(&data_direct_dev->device->kobj, GFP_KERNEL); in UVERBS_HANDLER()
232 if (!dev_path) { in UVERBS_HANDLER()
237 dev_path_len = strlen(dev_path) + 1; in UVERBS_HANDLER()
243 ret = uverbs_copy_to(attrs, MLX5_IB_ATTR_GET_DATA_DIRECT_SYSFS_PATH, dev_path, in UVERBS_HANDLER()
245 kfree(dev_path); in UVERBS_HANDLER()
/linux-6.15/security/apparmor/
H A Dmount.c546 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local
568 dev_path = &tmp_path; in aa_new_mount()
577 if (dev_path) { in aa_new_mount()
585 dev_path, dev_buffer, in aa_new_mount()
597 if (dev_path) in aa_new_mount()
598 path_put(dev_path); in aa_new_mount()
/linux-6.15/tools/usb/
H A Dp9_fwd.py22 dev_path = ".".join(str(i) for i in dev.port_numbers)
53 dev_path = path_from_usb_dev(dev)
55 return dev_path == path
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dswitch.rst71 <num_paths> <region_size> <num_optional_args> [<optional_args>...] [<dev_path> <offset>]+
83 <dev_path>
87 The offset of the start of data on the specific <dev_path> (in units
H A Dunstriped.rst14 <number of stripes> <chunk size> <stripe #> <dev_path> <offset>
22 <dev_path>
H A Dlog-writes.rst59 log-writes <dev_path> <log_dev_path>
62 dev_path Device that all of the IO will go to normally.
/linux-6.15/drivers/block/
H A Dublk_drv.c3114 const char *dev_path, int mask) in ublk_char_dev_permission() argument
3120 err = kern_path(dev_path, LOOKUP_FOLLOW, &path); in ublk_char_dev_permission()
3145 char *dev_path = NULL; in ublk_ctrl_uring_cmd_permission() local
3174 dev_path = memdup_user_nul(argp, header->dev_path_len); in ublk_ctrl_uring_cmd_permission()
3175 if (IS_ERR(dev_path)) in ublk_ctrl_uring_cmd_permission()
3176 return PTR_ERR(dev_path); in ublk_ctrl_uring_cmd_permission()
3200 ret = ublk_char_dev_permission(ub, dev_path, mask); in ublk_ctrl_uring_cmd_permission()
3208 dev_path, ret); in ublk_ctrl_uring_cmd_permission()
3210 kfree(dev_path); in ublk_ctrl_uring_cmd_permission()
/linux-6.15/fs/btrfs/
H A Dvolumes.c1008 const char *dev_path = NULL; in clone_fs_devices() local
1015 dev_path = orig_dev->name->str; in clone_fs_devices()
1018 orig_dev->uuid, dev_path); in clone_fs_devices()