Searched refs:tzp (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c80 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; local
253 while (tzp != NULL) {
254 AcpiOsFree(tzp->zone_name);
255 tzp = tzp->next;
278 thermal_zone_t *tzp = (thermal_zone_t *)ctx; local
282 tzmon_eval_zone(tzp);
320 thermal_zone_t *tzp; local
336 thermal_zone_t *tzp = zone_list; local
374 tzmon_discard_buffers(thermal_zone_t *tzp) argument
395 tzmon_enumerate_zone(ACPI_HANDLE obj, thermal_zone_t *tzp, int enum_flag) argument
582 thermal_zone_t *tzp = (thermal_zone_t *)ctx; local
662 tzmon_eval_zone(thermal_zone_t *tzp) argument
[all...]
H A Dtzmon.h57 int tzp; member in struct:thermal_zone
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dgettimeofday.c19 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) { argument
22 res = gettimeofday(tp, tzp);
47 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { argument
56 if (tzp) {
57 tzp->tz_minuteswest = 0;
58 tzp->tz_dsttime = 0;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dgettimeofday.c46 gettimeofday(tp, tzp)
48 struct timezone *tzp;
63 if (tzp != NULL) {
65 tzp->tz_dsttime = get_tzp_info();
66 tzp->tz_minuteswest = _timezone/SECSPERMIN;
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dgettimeofday.c57 gettimeofday(struct timeval *tp, void *tzp) argument
72 settimeofday(struct timeval *tp, void *tzp) argument
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s34 / implements int gettimeofday(struct timeval *tp, void *tzp)
36 / note that tzp is always ignored
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsettimeofday.c46 settimeofday(struct timeval *tp, void *tzp) argument
H A Dlocaltime.c2318 uchar_t *tzp, *tzq; local
2329 if ((tzp = (uchar_t *)defread_r(TZSTRING, defp)) != NULL) {
2330 while (isspace(*tzp))
2331 tzp++;
2332 tzq = tzp;
2339 if (*tzp != '\0')
2340 tz = libc_strdup((char *)tzp);
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dtime.c170 OUT struct timezone *tzp
196 if (tzp) {
197 tzp->tz_minuteswest =
202 tzp->tz_dsttime =
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c251 static char *tzp = NULL; local
254 if (tzp != NULL)
255 free(tzp);
256 if ((tzp = malloc(3 + strlen(argv[i]) + 1)) == NULL) {
260 (void) strcpy(tzp, "TZ=");
261 (void) strcat(tzp, argv[i]);
262 if (putenv(tzp) != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c3442 znode_t *tdzp, *szp, *tzp; local
3488 tzp = NULL;
3575 tdzp, tnm, &tzp, ZRENAMING | zflg, NULL, NULL);
3578 tdzp, tnm, &tzp, zflg, NULL, NULL);
3590 if (tzp)
3591 VN_RELE(ZTOV(tzp));
3622 if (error = zfs_zaccess_rename(sdzp, szp, tdzp, tzp, cr))
3637 if (tzp) {
3642 if (ZTOV(tzp)->v_type != VDIR) {
3647 if (ZTOV(tzp)
4005 znode_t *tzp, *szp; local
[all...]
H A Dzfs_acl.c2717 znode_t *tzp, cred_t *cr)
2743 * If we have a tzp, see if we can delete it?
2745 if (tzp) {
2746 if (error = zfs_zaccess_delete(tdzp, tzp, cr))
2716 zfs_zaccess_rename(znode_t *sdzp, znode_t *szp, znode_t *tdzp, znode_t *tzp, cred_t *cr) argument
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h418 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 Dbinfile.c376 struct timezone tzp; local
379 (void) gettimeofday(&tp, &tzp);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c254 fmd_simulator_tod(struct timeval *tvp, void *tzp) argument
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c68 #define gettimeofday(tvp, tzp) uniqtime(tvp)

Completed in 170 milliseconds