| /illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
| H A D | cfga_cvt.c | 192 char path_name[MAXPATHLEN]; in is_apid_configured() local 356 strcpy(path_name, client_path); in is_apid_configured() 373 (strstr(path_name, "@g") == NULL)) { in is_apid_configured() 389 sprintf(&path_name[ in is_apid_configured() 390 strlen(path_name)], in is_apid_configured() 399 strlen(path_name) + 1; in is_apid_configured() 406 "%s%s", DEVICES_DIR, path_name); in is_apid_configured() 432 char path_name[MAXPATHLEN]; in insert_lun_to_lunlist() local 474 strcpy(path_name, dev_phys); in insert_lun_to_lunlist() 479 (strstr(path_name, "@w") == NULL)) { in insert_lun_to_lunlist() [all …]
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_svc.c | 121 char **path_name = NULL; /* store -p opts */ variable 610 if (path_name == NULL) { in main() 613 path_name = (char **)malloc(sz); in main() 614 if (path_name == NULL) { in main() 619 (void) memset(path_name, 0, sz); in main() 621 path_name[pathix] = optarg; in main() 835 snprintf(alt_path, MAXPATHLEN, "%s/statmon", path_name[i]); in set_statmon_owner() 872 snprintf(buf, sizeof (buf), "%s/statmon/sm", path_name[i]); in copy_client_names() 884 path_name[i]); in copy_client_names()
|
| H A D | sm_statd.c | 139 (void) sprintf(state_file, "%s/statmon/state", path_name[i]); in statd_init() 188 (void) sprintf(state_file, "%s/statmon/state", path_name[i]); in statd_init() 413 (void) sprintf(buf, "%s/statmon/sm.bak", path_name[i]); in thr_statd_init() 1009 remove_single_name(name, path_name[i], alt_dir); in remove_name() 1238 path_len = strlen(path_name[i]) + in record_name() 1244 path_name[i], name); in record_name() 1247 (void) strcpy(path, path_name[i]); in record_name() 1375 path_len = strlen(path_name[i]) + in record_addr() 1382 path_name[i], name); in record_addr() 1385 (void) strcpy(path, path_name[i]); in record_addr()
|
| H A D | sm_statd.h | 188 extern char **path_name; /* store -p opts */
|
| /illumos-gate/usr/src/lib/libdwarf/common/ |
| H A D | gennames.c | 262 static char path_name[BUFSIZ]; in open_path() local 272 strcpy(path_name,base); in open_path() 273 strcat(path_name,"/"); in open_path() 274 strcat(path_name,file); in open_path() 276 f = fopen(path_name,direction); in open_path() 278 printf("Error opening '%s'\n",path_name); in open_path()
|
| /illumos-gate/usr/src/lib/libtsol/common/ |
| H A D | getpathbylabel.c | 463 getpathbylabel(const char *path_name, char *resolved_path, size_t bufsize, in getpathbylabel() argument 475 if (path_name[0] != '/') { /* need absolute pathname */ in getpathbylabel() 495 if (getglobalpath(path_name, zoneid, mlist, ret_path) == 0) { in getpathbylabel()
|
| /illumos-gate/usr/src/uts/sun4v/io/niumx/ |
| H A D | niumx_tools.c | 80 char *driver_name, char *path_name, int instance); 245 char *path_name, int instance) in niumxtool_fill_in_intr_devs() argument 248 (void) strlcpy(dev->path, path_name, MAXPATHLEN); in niumxtool_fill_in_intr_devs()
|
| /illumos-gate/usr/src/tools/find_elf/ |
| H A D | find_elf.c | 86 static const char *path_name(const path_t *); 299 if (fstatat(rootfd, path_name(p), &sb, in process_dir() 642 const char *srcname = path_name(p); in add_name() 738 path_name(const path_t *p) in path_name() function
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
| H A D | mpapi_scsi_vhci.h | 120 char *path_name; member
|
| /illumos-gate/usr/src/cmd/make/lib/mksh/ |
| H A D | globals.cc | 98 Name path_name; variable
|
| H A D | macro.cc | 1207 if (name == path_name) { in setvar_daemon()
|
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo.c | 1174 char *phci_path, *path_name, *path_addr; in di_path_devfs_path() local 1184 path_name = di_path_node_name(path); in di_path_devfs_path() 1186 if ((path_name == NULL) || (path_addr == NULL)) in di_path_devfs_path() 1198 full_path_len = strlen(phci_path) + 1 + strlen(path_name) + in di_path_devfs_path() 1204 phci_path, path_name, path_addr); in di_path_devfs_path() 3888 char *path_name, *path_addr; in di_lookup_path() local 3922 path_name = di_path_node_name(path); in di_lookup_path() 3924 if ((path_name == NULL) || (path_addr == NULL)) in di_lookup_path() 3928 if ((strcmp(pname, path_name) == 0) && in di_lookup_path()
|
| /illumos-gate/usr/src/cmd/make/bin/ |
| H A D | misc.cc | 622 path_name = GETNAME(wcs_buffer, FIND_LENGTH); in load_cached_names() 710 if (getenv(path_name->string_mb) == NULL) { in load_cached_names()
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
| H A D | smbsrv.c | 2574 char path_name[1024]; in smbnode_dcmd() local 2622 if (mdb_readstr(path_name, sizeof (path_name), in smbnode_dcmd() 2624 (void) mdb_snprintf(path_name, in smbnode_dcmd() 2625 sizeof (path_name), "N/A"); in smbnode_dcmd() 2651 mdb_printf("V-node Path: %s\n", path_name); in smbnode_dcmd() 2721 mdb_printf("\t%s\n", path_name); in smbnode_dcmd()
|
| /illumos-gate/usr/src/uts/sun4/io/px/ |
| H A D | px_ib.c | 48 char *path_name, int instance); 1093 char *path_name, int instance) in px_fill_in_intr_devs() argument 1096 (void) strlcpy(dev->path, path_name, MAXPATHLEN); in px_fill_in_intr_devs()
|
| /illumos-gate/usr/src/cmd/make/include/mksh/ |
| H A D | defs.h | 879 extern Name path_name;
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | sunmdi.c | 9597 char *path_name; in i_mdi_log_sysevent() local 9605 path_name = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in i_mdi_log_sysevent() 9606 (void) ddi_pathname(dip, path_name); in i_mdi_log_sysevent() 9624 path_name) != DDI_SUCCESS) { in i_mdi_log_sysevent() 9637 kmem_free(path_name, MAXPATHLEN); in i_mdi_log_sysevent()
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
| H A D | mpapi_impl.c | 2937 path->path_name = pname; in vhci_mpapi_create_item() 4339 (pd->path_name, pname, strlen(pname)) == 0)) { in vhci_mpapi_match_pip() 4341 "path_name = %s", pd->path_name)); in vhci_mpapi_match_pip()
|