Searched defs:when (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCSyseventBridge.cc219 hrtime_t when; local
236 sysevent_get_time(ev, &when);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_net.c114 * tcp_thread to free the target list when finished; this is useful
115 * when a target needs to be synthesised by another message thread
121 * Callers interested in knowing when the transaction has completed
994 * sent IN time when message was sent
1150 * side effect: 'now' is set to the time when poll found data on the pipe.
1159 int when, pollerr; local
1179 when = (int)(*now - sent);
1182 when > *timeout)
1184 *timeout = *timeout - when;
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c32 * VACATION -- return a message to the sender when on vacation.
35 * when someone is on vacation. It returns a message
274 time_t when; member in struct:entry
307 (char *)&(which->when));
328 bcopy(content.dptr, (char *)&(new_entry->when),
329 sizeof (new_entry->when));
338 new_entry->when > curr->when; curr = curr->next)
487 * We want to break when we hit the blank line that
1080 printf("when yo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c198 /* Digital UNIX (when the EFF_ONLY_OK gets fixed), UnixWare */
2061 * general one would think that when using large files, off_t is
4429 Time_t when; local
4436 (void)time(&when);
4439 when = (Time_t)SvNVx(POPs);
4441 when = (Time_t)SvIVx(POPs);
4445 tmbuf = localtime(&when);
4447 tmbuf = gmtime(&when);
4503 Time_t when; local
4512 (void)time(&when);
[all...]
H A Dutil.c187 /* These must be defined when not using Perl's malloc for binary
865 must explicitly copy the earlier strings away (and free the copies when you
934 /* Keep searching, and return when we've found something. */
3535 * divisible by 4 unless also divisible by 100, when they must be divisible
3602 * Note that we don't know when leap-seconds were or will be,
4205 Dummy routine which "shares" an SV when there is no sharing module present.
4220 Dummy routine which "locks" an SV when there is no locking module present.
4236 Dummy routine which "unlocks" an SV when there is no locking module present.
4333 /* when[] = (low 32 bits, high 32 bits) of time since epoch
4335 unsigned int when[ local
4338 struct timeval when; local
4340 Time_t when; local
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c363 const char *newstate, const char *oldstate, hrtime_t when, void *p);
1087 * may fail due to a read-only file when using ROZR.
1318 * Name change is allowed only when the zone we're altering
1354 * so that they can be deleted when the operation is committed.
1401 * paths. Strip out the alternate root when specified.
1564 * An additional complexity is that when doing a rename, we'd like the entire
2047 * potential problems down the line when zoneadmd goes to unmount
2798 * Do not add these properties when not set, for backwards
5293 * Rebinding is used when a zone with a tmp pool reboots so that we don't have
6597 * free this memory when i
7299 hrtime_t when; local
7460 zonecfg_notify_bind(int(*func)(const char *zonename, zoneid_t zid, const char *newstate, const char *oldstate, hrtime_t when, void *p), void *p) argument
[all...]

Completed in 69 milliseconds