/titanic_50/usr/src/cmd/initpkg/ |
H A D | 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 300 [all …]
|
/titanic_50/usr/src/cmd/sgs/tsort/common/ |
H A D | tsort.c | 65 int live; member 142 if (i->live == LIVE) { in main() 153 i->live = DEAD; in main() 179 if (t->pred->live == LIVE) in anypred() 200 i->live = LIVE; in index() 203 i->nextnode->live = DEAD; in index() 218 if (i->live == LIVE) in findloop() 225 if (j->live == VISITED) in findloop() 226 j->live = LIVE; in findloop() 242 if (i->live == DEAD) in mark() [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose2.ksh | 107 void *live, *dead; 110 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 115 (void) dlclose(live); 122 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 127 if ((go = dlsym(live, "go")) == NULL) {
|
H A D | tst.dlclose3.ksh | 118 void *live; 120 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 125 (void) dlclose(live);
|
H A D | tst.dlclose1.ksh | 112 void *live; 114 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) { 119 (void) dlclose(live);
|
/titanic_50/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.h | 298 boolean_t live; /* pool status */ member 323 boolean_t live; /* ring active status */ member 343 boolean_t live; /* ring active status */ member
|
H A D | xgell.c | 284 if ((lldev->is_initialized != 0) && (ring->live) && in xgell_rx_buffer_recycle() 408 if (!bf_pool->live) in xgell_rx_destroy_buffer_pool() 463 bf_pool->live = B_FALSE; in xgell_rx_destroy_buffer_pool() 482 if (bf_pool->live) in xgell_rx_create_buffer_pool() 496 bf_pool->live = B_TRUE; in xgell_rx_create_buffer_pool() 1593 if (rx_ring->live) in xgell_rx_ring_open() 1631 rx_ring->live = B_TRUE; in xgell_rx_ring_open() 1642 if (!rx_ring->live) in xgell_rx_ring_close() 1648 rx_ring->live = B_FALSE; in xgell_rx_ring_close() 1677 rx_ring->live = B_FALSE; in xgell_rx_open() [all …]
|
/titanic_50/usr/src/cmd/ypcmd/net_files/ |
H A D | updaters | 35 # where the yp files live 37 # where the yp binaries live
|
/titanic_50/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 330 dumpsys_close_cq(&ds->q, ds->live) 333 dumpsys_put_cq(&ds->q, cp, st, ds->live) 336 dumpsys_get_cq(&ds->q, ds->live) 346 uint_t live; /* running live dump */ member 1631 dumpsys_close_cq(cqueue_t *cq, int live) in dumpsys_close_cq() argument 1633 if (live) { in dumpsys_close_cq() 1667 dumpsys_lock(cqueue_t *cq, int live) in dumpsys_lock() argument 1669 if (live) in dumpsys_lock() 1676 dumpsys_unlock(cqueue_t *cq, int live, int signal) in dumpsys_unlock() argument 1678 if (live) { in dumpsys_unlock() [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_common.c | 55 you need to define where under /usr the LP64 libraries live for this platform
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | cf.m4 | 20 # figure out where the CF files live
|
/titanic_50/usr/src/cmd/mdb/demo/ |
H A D | 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:
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | README | 42 in this directory. They live in:
|
/titanic_50/usr/src/cmd/mdb/ |
H A D | README | 29 live operating system, operating system crash dumps, user processes, user
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | SYSCALL.README | 54 1) System calls now live in directories called "syscall". Architecture 55 independant system calls live in common/syscall and architecture 56 dependant system calls live in sparc/syscall or i86/syscall.
|
/titanic_50/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 55 high key-strength crypto. If you live in one of these countries,
|
/titanic_50/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 119 # Change the multicast time-to-live (TTL). Default is 255. This example
|
/titanic_50/usr/src/lib/libgss/ |
H A D | g_initialize.c | 82 you need to define where under /usr the LP64 libraries live for this platform
|
/titanic_50/usr/src/tools/findunref/ |
H A D | exception_list.open | 192 # be used until certain _FFR (for future release) #define's go live.
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 141 uint8_t ipv4_ttl; /* time to live */
|
/titanic_50/usr/src/tools/ |
H A D | README.tools | 26 OS/Net workspace. They usually live in the /opt/onbld directory on build
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | RELEASE | 115 01-04-16 pp.tab: add pp:splicespace for mvs jcl decks -- the 60's live on
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | northamerica | 144 # never got to hear his speech live. According to one press account, 2413 # responded with this: "Hi, Stephanie lives in Winnipeg. I live here, You 2417 # If I had realized the Stephanie did not live in Resolute Bay I would 2986 # the Cuban National Team and the Baltimore Orioles was carried live on
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 36 link-editors and some related tools. All components live in the OSNET
|
/titanic_50/usr/src/ |
H A D | Targetdirs | 818 # from /usr/lib to /lib in order to live in the root filesystem.
|