Searched refs:path_name (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c192 char path_name[MAXPATHLEN]; local
356 strcpy(path_name, client_path);
373 (strstr(path_name, "@g") == NULL)) {
389 sprintf(&path_name[
390 strlen(path_name)],
399 strlen(path_name) + 1;
406 "%s%s", DEVICES_DIR, path_name);
432 char path_name[MAXPATHLEN]; local
474 strcpy(path_name, dev_phys);
479 (strstr(path_name, "
712 char *devfs_path, path_name[MAXPATHLEN], *lun_guid, *port_wwn; local
[all...]
/osnet-11/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c463 getpathbylabel(const char *path_name, char *resolved_path, size_t bufsize, argument
475 if (path_name[0] != '/') { /* need absolute pathname */
495 if (getglobalpath(path_name, zoneid, mlist, ret_path) == 0) {
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h101 uint16_t path_name[]; member in struct:uefi_file_path
H A Dlibuefi_rt_path.c1577 bcopy(str16, file_path->path_name, str16_len);
2751 (void) uconv_u16tou8(file->path_name, &input_len, pathname,
3242 path16p = fp->path_name;
3269 path16p = fp->path_name;
/osnet-11/usr/src/grub/grub2/grub-core/loader/efi/
H A Dchainloader.c116 for (p = fp->path_name; len > 0; len--, p++, str++)
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c293 fp->path_name, len) = '\0';
677 *grub_utf16_to_utf8 (buf, fp->path_name,
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c428 char *path_name; local
549 if ((path_name = mda_getpath(disklist[i].devname))
555 path_name, ep) != 0) {
566 Free(path_name);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c1246 char *phci_path, *path_name, *path_addr; local
1256 path_name = di_path_node_name(path);
1258 if ((path_name == NULL) || (path_addr == NULL))
1270 full_path_len = strlen(phci_path) + 1 + strlen(path_name) +
1276 phci_path, path_name, path_addr);
4119 char *path_name, *path_addr; local
4153 path_name = di_path_node_name(path);
4155 if ((path_name == NULL) || (path_addr == NULL))
4159 if ((strcmp(pname, path_name) == 0) &&
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h696 grub_efi_char16_t path_name[0]; member in struct:grub_efi_file_path_device_path

Completed in 45 milliseconds