Searched refs:dev_path (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/arch/x86/intel_sdsi/ |
D | intel_sdsi.c | 69 char *dev_path; member 112 ret = chdir(s->dev_path); in sdsi_update_registers() 189 ret = chdir(s->dev_path); in sdsi_certificate_dump() 253 ret = chdir(s->dev_path); in sdsi_provision() 397 s->dev_path = (char *)malloc(sizeof(AUX_DEV_PATH) + dev_name_len); in sdsi_create_dev() 398 if (!s->dev_path) { in sdsi_create_dev() 405 snprintf(s->dev_path, sizeof(AUX_DEV_PATH) + dev_name_len, "%s%s", AUX_DEV_PATH, in sdsi_create_dev() 407 dir = opendir(s->dev_path); in sdsi_create_dev() 409 fprintf(stderr, "Could not open directory '%s': %s\n", s->dev_path, in sdsi_create_dev() 411 free(s->dev_path); in sdsi_create_dev() [all …]
|
/linux-6.1.9/security/apparmor/ |
D | mount.c | 527 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 549 dev_path = &tmp_path; in aa_new_mount() 558 if (dev_path) { in aa_new_mount() 565 match_mnt(profile, path, buffer, dev_path, dev_buffer, in aa_new_mount() 576 if (dev_path) in aa_new_mount() 577 path_put(dev_path); in aa_new_mount()
|
/linux-6.1.9/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.
|