/illumos-gate/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 80 static void tzmon_discard_buffers(thermal_zone_t *tzp); 81 static void tzmon_enumerate_zone(ACPI_HANDLE obj, thermal_zone_t *tzp, 89 static void tzmon_eval_zone(thermal_zone_t *tzp); 247 thermal_zone_t *tzp = zone_list; in tzmon_detach() local 253 while (tzp != NULL) { in tzmon_detach() 254 AcpiOsFree(tzp->zone_name); in tzmon_detach() 255 tzp = tzp->next; in tzmon_detach() 278 thermal_zone_t *tzp = (thermal_zone_t *)ctx; in tzmon_notify_zone() local 282 tzmon_eval_zone(tzp); in tzmon_notify_zone() 285 tzmon_enumerate_zone(obj, tzp, TZMON_ENUM_TRIP_POINTS); in tzmon_notify_zone() [all …]
|
H A D | tzmon.h | 55 int tzp; member
|
/illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
H A D | gettimeofday.c | 15 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) { in isc__gettimeofday() argument 18 res = gettimeofday(tp, tzp); in isc__gettimeofday() 43 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { in gettimeofday() argument 52 if (tzp) { in gettimeofday() 53 tzp->tz_minuteswest = 0; in gettimeofday() 54 tzp->tz_dsttime = 0; in gettimeofday()
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | time.c | 223 EFI_GetTimeOfDay(OUT struct timeval *tp, OUT struct timezone *tzp) in EFI_GetTimeOfDay() argument 248 if (tzp != NULL) { in EFI_GetTimeOfDay() 250 tzp->tz_minuteswest = 0; in EFI_GetTimeOfDay() 252 tzp->tz_minuteswest = EfiTime.TimeZone; in EFI_GetTimeOfDay() 257 tzp->tz_dsttime = in EFI_GetTimeOfDay()
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | gettimeofday.c | 54 gettimeofday(struct timeval *tp, void *tzp) in gettimeofday() argument 69 settimeofday(struct timeval *tp, void *tzp) in settimeofday() argument
|
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 256 static char *tzp = NULL; local 259 if (tzp != NULL) 260 free(tzp); 261 if ((tzp = malloc(3 + strlen(argv[i]) + 1)) == NULL) { 265 (void) strcpy(tzp, "TZ="); 266 (void) strcat(tzp, argv[i]); 267 if (putenv(tzp) != 0) {
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | settimeofday.c | 43 settimeofday(struct timeval *tp, void *tzp __unused) in settimeofday()
|
H A D | localtime.c | 2318 uchar_t *tzp, *tzq; in get_default_tz() local 2329 if ((tzp = (uchar_t *)defread_r(TZSTRING, defp)) != NULL) { in get_default_tz() 2330 while (isspace(*tzp)) in get_default_tz() 2331 tzp++; in get_default_tz() 2332 tzq = tzp; in get_default_tz() 2339 if (*tzp != '\0') in get_default_tz() 2340 tz = libc_strdup((char *)tzp); in get_default_tz()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 3873 znode_t *tdzp, *szp, *tzp; in zfs_rename() local 3919 tzp = NULL; in zfs_rename() 4006 tdzp, tnm, &tzp, ZRENAMING | zflg, NULL, NULL); in zfs_rename() 4009 tdzp, tnm, &tzp, zflg, NULL, NULL); in zfs_rename() 4021 if (tzp) in zfs_rename() 4022 VN_RELE(ZTOV(tzp)); in zfs_rename() 4066 if (error = zfs_zaccess_rename(sdzp, szp, tdzp, tzp, cr)) in zfs_rename() 4081 if (tzp) { in zfs_rename() 4086 if (ZTOV(tzp)->v_type != VDIR) { in zfs_rename() 4091 if (ZTOV(tzp)->v_type == VDIR) { in zfs_rename() [all …]
|
H A D | zfs_acl.c | 2811 znode_t *tzp, cred_t *cr) in zfs_zaccess_rename() argument 2839 if (tzp) { in zfs_zaccess_rename() 2840 if (error = zfs_zaccess_delete(tdzp, tzp, cr)) in zfs_zaccess_rename()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 418 int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp); 420 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
|
/illumos-gate/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 376 struct timezone tzp; in getauditdate() local 379 (void) gettimeofday(&tp, &tzp); in getauditdate()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_time.c | 254 fmd_simulator_tod(struct timeval *tvp, void *tzp) in fmd_simulator_tod() argument
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 66 #define gettimeofday(tvp, tzp) uniqtime(tvp) argument
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 15404 to the 'info' file. Examples: "echo tzp=5 > info" sets the polling
|