Searched refs:alive (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetnattype.c25 char *getnattype(nat, alive)
27 int alive;
36 if (alive) {
H A Dprintactivenat.c17 void printactivenat(nat, opts, alive)
19 int opts, alive;
22 printf("%s", getnattype(nat, alive));
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_06_nested.ksh33 "alive":true,\
61 add_boolean_value "alive" "true";
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h49 * Solaris: made alive a macro and time a arg instead of calling
52 #define alive(context, new, t, time) \ macro
H A Drc_mem.c47 * Solaris: calling alive() on rep since it doesn't make sense to store
50 if (alive(context, rep, t->lifespan, time) == CMP_EXPIRED)
58 if (alive(context, &ta->rep, t->lifespan, time)
H A Drc_file.c51 /* Solaris: calling alive() on rep since it doesn't make sense to store an
54 if (alive(context, rep, t->lifespan, time) == CMP_EXPIRED){
64 if (alive(context, &ta->rep, t->lifespan, time) == CMP_EXPIRED)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c303 void dostats(fd, nsp, opts, alive)
305 int fd, opts, alive;
332 if (alive) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c1255 int alive = 0; local
1264 alive = 1;
1278 return (alive);

Completed in 73 milliseconds