Home
last modified time | relevance | path

Searched refs:env_buf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c589 char env_buf[MAXPATHLEN]; in call_unmount_prog() local
603 (void) putenv(strdup(env_buf)); in call_unmount_prog()
605 (void) sprintf(env_buf, in call_unmount_prog()
607 (void) putenv(strdup(env_buf)); in call_unmount_prog()
610 (void) putenv(strdup(env_buf)); in call_unmount_prog()
611 (void) sprintf(env_buf, "VOLUME_PATH=%s", in call_unmount_prog()
613 (void) putenv(strdup(env_buf)); in call_unmount_prog()
614 (void) sprintf(env_buf, "VOLUME_NAME=%s", in call_unmount_prog()
616 (void) putenv(strdup(env_buf)); in call_unmount_prog()
619 (void) putenv(strdup(env_buf)); in call_unmount_prog()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1922 } env_buf; in rmclomv_ioctl() local
1923 #define env_sensor env_buf.u_env_sensor in rmclomv_ioctl()
1924 #define env_ind env_buf.u_env_ind in rmclomv_ioctl()
1925 #define env_fan env_buf.u_env_fan in rmclomv_ioctl()
1926 #define env_ledinfo env_buf.u_env_ledinfo in rmclomv_ioctl()
1927 #define env_ledctl env_buf.u_env_ledctl in rmclomv_ioctl()
1928 #define env_hpu env_buf.u_env_hpu in rmclomv_ioctl()
1929 #define env_alarminfo env_buf.u_env_alarminfo in rmclomv_ioctl()
1930 #define env_alarmctl env_buf.u_env_alarmctl in rmclomv_ioctl()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2691 char *env_buf; in be_print_err() local
2695 if ((env_buf = getenv("BE_PRINT_ERR")) != NULL) { in be_print_err()
2696 if (strcasecmp(env_buf, "true") == 0) { in be_print_err()