Searched refs:env_buf (Results 1 – 3 of 3) sorted by relevance
588 char env_buf[MAXPATHLEN]; in call_unmount_prog() local602 (void) putenv(strdup(env_buf)); in call_unmount_prog()604 (void) sprintf(env_buf, in call_unmount_prog()606 (void) putenv(strdup(env_buf)); in call_unmount_prog()607 (void) sprintf(env_buf, "VOLUME_SYMDEV=%s%d", in call_unmount_prog()609 (void) putenv(strdup(env_buf)); in call_unmount_prog()610 (void) sprintf(env_buf, "VOLUME_PATH=%s", in call_unmount_prog()612 (void) putenv(strdup(env_buf)); in call_unmount_prog()613 (void) sprintf(env_buf, "VOLUME_NAME=%s", in call_unmount_prog()615 (void) putenv(strdup(env_buf)); in call_unmount_prog()[all …]
1922 } env_buf; in rmclomv_ioctl() local1923 #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()
2388 char *env_buf; in be_print_err() local2392 if ((env_buf = getenv("BE_PRINT_ERR")) != NULL) { in be_print_err()2393 if (strcasecmp(env_buf, "true") == 0) { in be_print_err()