Searched defs:client_path (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dcfext.h72 char *client_path; /* the client-relative path */ member in struct:cfextra
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c190 char *devfs_phys, *devfs_fp_path, *client_path, *cp, local
355 client_path = di_devfs_path(client_node);
356 strcpy(path_name, client_path);
357 di_devfs_path_free(client_path);
H A Dcfga_list.c2883 char *client_path; local
2894 if ((client_path = di_devfs_path(client_node)) == NULL) {
2897 devlen = strlen(DEVICES_DIR) + strlen(client_path) + 1;
2900 di_devfs_path_free(client_path);
2904 (void) snprintf(devpath, devlen, "%s%s", DEVICES_DIR, client_path);
2909 di_devfs_path_free(client_path);
2957 di_devfs_path_free(client_path);
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c96 char client_path[MAXPATHLEN]; local
108 (void) strcpy(client_path, dev_path + DEV_PREFIX_LEN-1);
109 if ((char_ptr = strrchr(client_path, ':')) != NULL) {
113 ioc.client = client_path;
227 * Input - Space for client_path, phci_path and paddr fields of ioc structure
408 char client_path[MAXPATHLEN]; local
412 ioc.client = client_path;
509 char client_path[MAXPATHLEN]; local
522 (void) strcpy(client_path, physical_path + DEV_PREFIX_LEN-1);
525 if ((char_ptr = strrchr(client_path, '
573 char client_path[MAXPATHLEN]; local
661 stms_path_enable_disable(char *client_path, char *phci, int request) argument
731 g_stms_path_disable(char *client_path, char *phci) argument
738 g_stms_path_enable(char *client_path, char *phci) argument
842 g_stms_get_path_state(char *client_path, char *phci, int *state, int *ext_state) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c425 char *dyncomp = NULL, *client_path = NULL; local
464 client_path = di_devfs_path(client_node);
465 if (client_path) {
471 DEVICES_DIR, client_path);
475 DEVICES_DIR, client_path, di_minor_name(minor));
479 di_devfs_path_free(client_path);
H A Dcfga_utils.c782 char *root_path, *cp, *client_path, devpath[MAXPATHLEN]; local
885 client_path = di_devfs_path(client_node);
886 if (client_path == NULL) {
902 strlen(client_path) + 1, "%s%s",
903 DEVICES_DIR, client_path);
910 di_devfs_path_free(client_path);
935 di_devfs_path_free(client_path);

Completed in 44 milliseconds