Home
last modified time | relevance | path

Searched refs:last_used (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_gen.c234 ushort_t *last_used; in bindresvport() local
294 last_used = &clnt_tcp_last_used; in bindresvport()
296 last_used = &clnt_udp_last_used; in bindresvport()
300 start = (*last_used == MIN_PRIV ? MAX_PRIV : *last_used - 1); in bindresvport()
334 *last_used = ntohs(sin6->sin6_port); in bindresvport()
338 *last_used = ntohs(sin->sin_port); in bindresvport()
343 stop = *last_used + 1; in bindresvport()
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_table.cc316 last_used = 0; in db_table()
350 i <= last_used && i < table_size && done < count; in reset()
360 table_size = last_used = count = 0; in reset()
512 i < table_size && i <= last_used; i++) { in first_entry()
535 for (i = prev+1; i < table_size && i <= last_used; i++) { in next_entry()
663 if (last_used >= (table_size-1)) /* full (> is for 0) */ in add_entry()
665 where = ++last_used; in add_entry()
727 if (where == last_used) { /* simple case, deleting from end */ in delete_entry()
728 --last_used; in delete_entry()
756 answer[1] = last_used; in stats()
[all …]
H A Ddb_table_c.x134 long last_used; /* last entry used; maintained for quick insertion */ member
153 % long last_used; /* last entry used; maintained for quick insertion */
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c1201 int tries = 0, used, last_used = 0, inprogress = 0; in _sd_wait_for_flush() local
1213 if (last_used == used && in _sd_wait_for_flush()
1221 cdi->cd_info->sh_filename, last_used, in _sd_wait_for_flush()
1226 last_used = used; in _sd_wait_for_flush()
/titanic_41/usr/src/uts/sun4u/vm/
H A Dzulu_hat.c152 tnf_long, last_used, zhat->last_used, in zulu_hat_steal_ctx()
155 if (zhat->last_used < delta) { in zulu_hat_steal_ctx()
157 delta = zhat->last_used; in zulu_hat_steal_ctx()
231 zhat->last_used = gethrtime(); in zulu_hat_validate_ctx()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulu_hat.h181 hrtime_t last_used; member