Searched refs:dev_path (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/arch/x86/intel_sdsi/ |
D | intel_sdsi.c | 175 char *dev_path; member 218 ret = chdir(s->dev_path); in sdsi_update_registers() 353 ret = chdir(s->dev_path); in sdsi_meter_cert_show() 429 ret = chdir(s->dev_path); in sdsi_state_cert_show() 535 ret = chdir(s->dev_path); in sdsi_provision() 679 s->dev_path = (char *)malloc(sizeof(AUX_DEV_PATH) + dev_name_len); in sdsi_create_dev() 680 if (!s->dev_path) { in sdsi_create_dev() 687 snprintf(s->dev_path, sizeof(AUX_DEV_PATH) + dev_name_len, "%s%s", AUX_DEV_PATH, in sdsi_create_dev() 689 dir = opendir(s->dev_path); in sdsi_create_dev() 691 fprintf(stderr, "Could not open directory '%s': %s\n", s->dev_path, in sdsi_create_dev() [all …]
|
/Linux-v6.6/security/apparmor/ |
D | mount.c | 514 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 536 dev_path = &tmp_path; in aa_new_mount() 545 if (dev_path) { in aa_new_mount() 552 match_mnt(profile, path, buffer, dev_path, dev_buffer, in aa_new_mount() 563 if (dev_path) in aa_new_mount() 564 path_put(dev_path); in aa_new_mount()
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | switch.rst | 71 <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
|
D | unstriped.rst | 14 <number of stripes> <chunk size> <stripe #> <dev_path> <offset> 22 <dev_path>
|
D | log-writes.rst | 59 log-writes <dev_path> <log_dev_path> 62 dev_path Device that all of the IO will go to normally.
|
/Linux-v6.6/drivers/block/ |
D | ublk_drv.c | 2691 const char *dev_path, int mask) in ublk_char_dev_permission() argument 2697 err = kern_path(dev_path, LOOKUP_FOLLOW, &path); in ublk_char_dev_permission() 2722 char *dev_path = NULL; in ublk_ctrl_uring_cmd_permission() local 2751 dev_path = memdup_user_nul(argp, header->dev_path_len); in ublk_ctrl_uring_cmd_permission() 2752 if (IS_ERR(dev_path)) in ublk_ctrl_uring_cmd_permission() 2753 return PTR_ERR(dev_path); in ublk_ctrl_uring_cmd_permission() 2777 ret = ublk_char_dev_permission(ub, dev_path, mask); in ublk_ctrl_uring_cmd_permission() 2785 dev_path, ret); in ublk_ctrl_uring_cmd_permission() 2787 kfree(dev_path); in ublk_ctrl_uring_cmd_permission()
|
/Linux-v6.6/fs/btrfs/ |
D | volumes.c | 1007 const char *dev_path = NULL; in clone_fs_devices() local 1014 dev_path = orig_dev->name->str; in clone_fs_devices() 1017 orig_dev->uuid, dev_path); in clone_fs_devices()
|