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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c67 static int drive_in_diskset(char *dpath, char *setname);
435 drive_in_diskset(char *dpath, char *setname) argument
440 (void) strlcpy(path, dpath, sizeof (path));
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c122 dconf_open(dumpconf_t *dcp, const char *dpath, const char *fpath, int dcmode) argument
130 if ((dcp->dc_dump_fd = open(dpath, O_RDWR)) == -1) {
131 warn(gettext("failed to open %s"), dpath);
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c718 char *dpath; local
727 dpath = get_path(env, env->current_device);
728 strcpy(new->buf+new->len, dpath);
729 new->len += strlen(dpath);
732 free(dpath);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c499 di_path_t dpath = DI_PATH_NIL; local
503 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
505 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
529 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
769 di_path_t dpath = DI_PATH_NIL; local
774 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
776 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
800 if (di_prop == DI_PROP_NIL && (dpath
904 di_path_t dpath = DI_PATH_NIL; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1746 char *dpath; local
1768 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DEVFS_PATH, &dpath)) {
1773 fru_name = strdup(dpath);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2115 char dpath[PATH_MAX]; local
2121 ret = snprintf(dpath, sizeof (dpath), "%s/%s", updt ?
2124 if (ret >= sizeof (dpath)) {
2131 if (stat(dpath, &sb) == 0 && S_ISDIR(sb.st_mode))
2136 if (!bam_nowrite() && mkdirp(dpath, DIR_PERMS) == -1)
2139 if (!bam_nowrite() && mkdirp(dpath, DIR_PERMS) == -1) {

Completed in 94 milliseconds