Home
last modified time | relevance | path

Searched refs:BUSY (Results 1 – 25 of 29) sorted by last modified time

12

/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src7051 # sw6 ON enables printer BUSY active LOW - Factory Setting
7052 # OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
H A Dtermcap.src6246 # sw6 ON enables printer BUSY active LOW - Factory Setting
6247 # OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S136 stxa %g0, [%g0]ASI_INTR_RECEIVE_STATUS ! clear the BUSY bit
304 stxa %g0, [%g0]ASI_INTR_RECEIVE_STATUS ! clear the BUSY bit
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c1786 if (rval == BUSY) { /* Check whether Lower path is usable */ in oplmsu_config_new()
1965 if (use_flag == BUSY) { in oplmsu_config_del()
2051 if (use_flag == BUSY) { in oplmsu_config_stop()
2119 if (use_flag == BUSY) { in oplmsu_config_stop()
2470 if (use_flag == BUSY) { in oplmsu_config_disc()
H A Doplmsu_ioctl_uwp.c191 if (use_flag == BUSY) { in oplmsu_uwioctl_ipunlink()
428 if (use_flag == BUSY) { in oplmsu_uwioctl_termios()
H A Doplmsu_cmn_func.c239 rval = BUSY; in oplmsu_check_lpath_usable()
365 rval = BUSY; in oplmsu_set_ioctl_path()
368 rval = BUSY; in oplmsu_set_ioctl_path()
/illumos-gate/usr/src/uts/common/sys/
H A Dsservice.h91 #define BUSY 0x18 macro
H A Dstrtty.h93 #define BUSY 040 /* Output in progress */ macro
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c75 #define BUSY 1 macro
150 block->status = BUSY; in malloc_unlocked()
248 if (block->status == BUSY) in defrag()
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h138 #define BUSY 1L macro
139 #define SETBUSY(x) ((struct header *)((long)(x) | BUSY))
140 #define CLRBUSY(x) ((struct header *)((long)(x) & ~BUSY))
141 #define TESTBUSY(x) ((long)(x) & BUSY)
153 #define SETALL(x) ((long)(x) | (SMAL | BUSY))
154 #define CLRALL(x) ((long)(x) & ~(SMAL | BUSY))
H A Dmalloc.c317 arena[1].nextblk = (struct header *)BUSY; in malloc_unlocked()
318 arena[0].nextblk = (struct header *)BUSY; in malloc_unlocked()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c514 case BUSY: in start()
685 case BUSY: in send()
793 case BUSY: in done()
H A Dslowsend.c91 case BUSY: in slowsend()
H A Dpostio.h115 #define BUSY 0 /* processing data already sent */ macro
158 "busy", BUSY, \
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c353 case BUSY: in initialize()
414 case BUSY: in filter()
628 case BUSY: in reset()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME272 was started as a result of a user request, as well as the `BUSY' state
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h60 #if !defined(BUSY) /* warning: macro redefined */
61 #define BUSY -2 macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt5924 10. Problem: iSCSI response PDU with "BUSY" status is treated as connection
5927 Change: (FW) Fix response PDU validations code to accept "BUSY" status.
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_api.c1968 return_cmp(BUSY); in idmap_string2stat()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmopen.c152 SIZE(np) = BUSY|PFREE;
H A Dvmprivate.c165 SIZE(tp) = BUSY;
172 { SIZE(tp) |= BUSY|JUNK;
224 SIZE(BLOCK(seg->baddr)) = BUSY;
H A Dvmhdr.h164 #define BUSY (01) /* block is busy */ macro
174 #define ISBUSY(w) ((w) & BUSY)
175 #define SETBUSY(w) ((w) |= BUSY)
176 #define CLRBUSY(w) ((w) &= ~BUSY)
H A Dvmlast.c209 SIZE(BLOCK(seg->baddr)) = BUSY;
H A Dvmbest.c91 if(SIZE(b) & (BUSY|JUNK|PFREE))
117 if((SIZE(b)&BUSY) == 0 || (SIZE(b)&JUNK) == 0)
194 if(SIZE(b) & (BUSY|JUNK|PFREE) )
591 SIZE(bp) |= BUSY|JUNK;
648 SIZE(np) = ((s&~BITS) - (size+sizeof(Head_t)))|JUNK|BUSY;
691 SIZE(np) = (s - sizeof(Head_t)) | BUSY|JUNK;
917 SIZE(np) = BUSY;
926 SIZE(np) = (((s&~BITS)-size) - sizeof(Head_t))|BUSY|JUNK;
1058 SIZE(np) = ((SIZE(tp)&~BITS) - s)|BUSY;
1072 SIZE(tp) = ((s & ~BITS) - sizeof(Head_t)) | BUSY | JUNK;
H A Dvmclear.c70 { SIZE(tp) |= BUSY|JUNK;
77 SIZE(tp) = BUSY;

12