Searched defs:always (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/rcap/rcapstat/ |
H A D | rcapstat.c | 359 int always = 1; local 410 always = 0; 415 while (always || count-- > 0) { 423 if (count || always)
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 536 int always = 1, waiting; local 548 while (always) {
|
H A D | cachemgr_getldap.c | 1868 * GETSERVER processing always use 1997 int always = 1; local 2006 while (always) { 2540 int always = 1, err; local 2559 while (always) {
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/ |
H A D | javelin.c | 564 const int always = 1; local 569 while (always) {
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 151 /* LINTED DIRSIZ will always fit into a ushort_t */ 298 * off to be processed. If the always parameter is not set, only 303 attrscan(int always, long (*todo)()) argument 317 if (!always && 456 /* LINTED DIRSIZ will always fit in a ushort_t */ 501 /* LINTED assertion always true */ 510 /* LINTED DIRSIZ always fits in ushort_t */
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/ |
H A D | tazmo.c | 568 const int always = 1; local 573 while (always) {
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 680 int always = 1; local 700 while (always) {
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 505 static void hubd_start_polling(hubd_t *hubd, int always); 3320 hubd_start_polling(hubd_t *hubd, int always) argument 3327 "start polling: always=%d dev_state=%d pipe_state=%d\n\t" 3329 always, hubd->h_dev_state, hubd->h_intr_pipe_state, 3336 if ((always == HUBD_ALWAYS_START_POLLING) || 5250 * and always enable all ports one by one. 7639 * To avoid BE/LE and 32/64 issues, a get_size always
|
Completed in 103 milliseconds