Searched refs:dev_path (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 181 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() 695 s->dev_path = (char *)malloc(sizeof(AUX_DEV_PATH) + dev_name_len); in sdsi_create_dev() 696 if (!s->dev_path) { in sdsi_create_dev() 703 snprintf(s->dev_path, sizeof(AUX_DEV_PATH) + dev_name_len, "%s%s", AUX_DEV_PATH, in sdsi_create_dev() 705 dir = opendir(s->dev_path); in sdsi_create_dev() 707 fprintf(stderr, "Could not open directory '%s': %s\n", s->dev_path, in sdsi_create_dev() [all …]
|
| /linux/security/apparmor/ |
| H A D | mount.c | 544 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 566 dev_path = &tmp_path; in aa_new_mount() 575 if (dev_path) { in aa_new_mount() 583 dev_path, dev_buffer, in aa_new_mount() 595 if (dev_path) in aa_new_mount() 596 path_put(dev_path); in aa_new_mount()
|
| /linux/tools/usb/ |
| H A D | p9_fwd.py | 22 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/Documentation/admin-guide/device-mapper/ |
| H A 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
|
| H A D | unstriped.rst | 14 <number of stripes> <chunk size> <stripe #> <dev_path> <offset> 22 <dev_path>
|
| H A 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/drivers/block/ |
| H A D | ublk_drv.c | 3574 const char *dev_path, int mask) in ublk_ctrl_quiesce_dev() 3580 err = kern_path(dev_path, LOOKUP_FOLLOW, &path); in ublk_ctrl_quiesce_dev() 3605 char *dev_path = NULL; in ublk_char_dev_permission() 3634 dev_path = memdup_user_nul(argp, header->dev_path_len); in ublk_ctrl_uring_cmd_permission() 3635 if (IS_ERR(dev_path)) in ublk_ctrl_uring_cmd_permission() 3636 return PTR_ERR(dev_path); in ublk_ctrl_uring_cmd_permission() 3662 ret = ublk_char_dev_permission(ub, dev_path, mask); in ublk_ctrl_uring_cmd_permission() 3670 dev_path, ret); in ublk_ctrl_uring_cmd_permission() 3672 kfree(dev_path); in ublk_ctrl_uring_cmd_permission() 3593 ublk_char_dev_permission(struct ublk_device * ub,const char * dev_path,int mask) ublk_char_dev_permission() argument 3624 char *dev_path = NULL; ublk_ctrl_uring_cmd_permission() local
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 1015 const char *dev_path = NULL; in clone_fs_devices() 1022 dev_path = rcu_dereference_raw(orig_dev->name); in clone_fs_devices() 1025 orig_dev->uuid, dev_path); in clone_fs_devices() 1016 const char *dev_path = NULL; clone_fs_devices() local
|