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

/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c588 char env_buf[MAXPATHLEN]; local
602 (void) putenv(strdup(env_buf));
604 (void) sprintf(env_buf,
606 (void) putenv(strdup(env_buf));
607 (void) sprintf(env_buf, "VOLUME_SYMDEV=%s%d",
609 (void) putenv(strdup(env_buf));
610 (void) sprintf(env_buf, "VOLUME_PATH=%s",
612 (void) putenv(strdup(env_buf));
613 (void) sprintf(env_buf, "VOLUME_NAME=%s",
615 (void) putenv(strdup(env_buf));
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1922 } env_buf; local
1923 #define env_sensor env_buf.u_env_sensor
1924 #define env_ind env_buf.u_env_ind
1925 #define env_fan env_buf.u_env_fan
1926 #define env_ledinfo env_buf.u_env_ledinfo
1927 #define env_ledctl env_buf.u_env_ledctl
1928 #define env_hpu env_buf.u_env_hpu
1929 #define env_alarminfo env_buf.u_env_alarminfo
1930 #define env_alarmctl env_buf.u_env_alarmctl
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2606 char *env_buf; local
2610 if ((env_buf = getenv("BE_PRINT_ERR")) != NULL) {
2611 if (strcasecmp(env_buf, "true") == 0) {

Completed in 459 milliseconds