HomeSort by relevance Sort by last modified time
    Searched refs:live (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/initpkg/
nscd.conf 40 positive-time-to-live audit_user 3600
41 negative-time-to-live audit_user 5
45 positive-time-to-live auth_attr 3600
46 negative-time-to-live auth_attr 5
50 positive-time-to-live bootparams 3600
51 negative-time-to-live bootparams 5
55 positive-time-to-live ethers 3600
56 negative-time-to-live ethers 5
60 positive-time-to-live exec_attr 3600
61 negative-time-to-live exec_attr 30
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/
tsort.c 49 * states of the "live" field:
52 #define LIVE 1 /* not yet printed */
65 int live; member in struct:nodelist
140 x = 0; /* anything LIVE on this sweep? */
142 if (i->live == LIVE) {
153 i->live = DEAD;
172 * is there any live predecessor for i?
179 if (t->pred->live == LIVE)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
tst.dlclose2.ksh 108 void *live, *dead;
111 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
116 (void) dlclose(live);
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
128 if ((go = dlsym(live, "go")) == NULL) {
tst.dlclose1.ksh 113 void *live;
115 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
120 (void) dlclose(live);
tst.dlclose3.ksh 119 void *live;
121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
126 (void) dlclose(live);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
dh_common.c 55 you need to define where under /usr the LP64 libraries live for this platform
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
README 42 in this directory. They live in:
  /onnv/onnv-gate/usr/src/cmd/mdb/
README 29 live operating system, operating system crash dumps, user processes, user
  /onnv/onnv-gate/usr/src/uts/common/io/xge/drv/
xgell.h 298 boolean_t live; /* pool status */ member in struct:xgell_rx_buffer_pool_t
323 boolean_t live; /* ring active status */ member in struct:xgell_rx_ring
343 boolean_t live; /* ring active status */ member in struct:xgell_tx_ring
xgell.c 283 if ((lldev->is_initialized != 0) && (ring->live) &&
407 if (!bf_pool->live)
462 bf_pool->live = B_FALSE;
481 if (bf_pool->live)
495 bf_pool->live = B_TRUE;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
dumpsubr.c 260 * operations for panic dump, or mutex/cv for live dump.
293 kmutex_t mutex; /* live state lock */
294 kcondvar_t cv; /* live wait var */
310 dumpsys_close_cq(&ds->q, ds->live)
313 dumpsys_put_cq(&ds->q, cp, st, ds->live)
316 dumpsys_get_cq(&ds->q, ds->live)
326 uint_t live; /* running live dump */ member in struct:dumpsync
359 taskqid_t taskqid; /* live dump task ptr */
485 * Live dump (savecore -L) always uses the minimum config
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/demo/
README 33 utility for low-level debugging and editing of the live operating system,
110 MDB to a crash dump of your system, or to the live kernel. To apply MDB to a
115 To apply MDB to the live kernel, become super-user and then execute:
  /onnv/onnv-gate/usr/src/tools/
README.tools 27 OS/Net workspace. They usually live in the /opt/onbld directory on build
74 by 'mkbfu' onto a machine, either live or on alternate root
81 new cpio archives onto a live system. Patches binaries to use
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/bin/
prove 210 Running C<prove t/live/ t/master.t> checks every F<*.t> in F<t/live>,
  /onnv/onnv-gate/usr/src/lib/libgss/
g_initialize.c 82 you need to define where under /usr the LP64 libraries live for this platform
  /onnv/onnv-gate/usr/src/lib/libc/
README 191 libc to be distributed as open source, those i18n files now live in a
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Ping.pm     [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
SUNWonld-README 37 link-editors and some related tools. All components live in the OSNET
    [all...]

Completed in 5040 milliseconds