Searched defs:NONE (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h48 NONE, /* must be first value */ enumerator in enum:__anon4460
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java69 NONE enum constant in enum:Flow.Kind
/illumos-gate/usr/src/lib/libm/common/C/
H A D__cos.c45 /* NONE = */ -1.0,
76 #define NONE sc[1] macro
H A D__sin.c45 /* NONE = */ -1.0,
76 #define NONE sc[1] macro
H A D__sincos.c71 /* NONE = */ -1.0,
102 #define NONE sc[1] macro
H A Dsin.c43 /* NONE = */ -1.0,
76 #define NONE sc[1] macro
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmLoad.java48 final static int NONE = 7; field in class:pmLoad
80 c.fill = GridBagConstraints.NONE;
120 Debug.message("CLNT:pmLoad:0: NONE");
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java58 * <b>NONE</b> suppresses logging of all calls.
168 if (lvl < ALL || lvl > NONE)
179 if (lvl < ALL || lvl > NONE)
191 if (lvl < ALL || lvl > NONE)
248 if (lvl < ALL || lvl > NONE)
276 static public final int NONE = 6; field in class:Debug
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h98 NONE = 0, // no encoding type set enumerator in enum:AudioEncoding
132 channels(0), encoding(NONE)
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.c41 #define NONE (h->size) macro
241 empty = NONE;
249 if (empty == NONE)
255 if (empty != NONE) {
273 if (empty != NONE)
288 empty = NONE;
296 if (empty == NONE)
300 if (empty != NONE) {
317 if (empty != NONE)
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.h48 #define NONE 0x0000 macro
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetahs.c39 NONE, enumerator in enum:metahs_op
514 enum metahs_op which_op = NONE;
566 if (which_op != NONE)
572 if (which_op != NONE)
578 if (which_op != NONE)
584 if (which_op != NONE)
590 if (which_op != NONE)
673 if (which_op == NONE)
H A Dmetainit.c712 NONE, enumerator in enum:action
715 } todo = NONE;
775 if (todo != NONE)
787 if (todo != NONE)
815 if (todo == NONE) {
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h101 #define NONE 0 macro
261 #define ENC_UNROLL NONE
269 #define DEC_UNROLL NONE
506 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
508 #define ENC_UNROLL NONE
519 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE
521 #define DEC_UNROLL NONE
/illumos-gate/usr/src/cmd/w/
H A Dw.c94 #define NONE 'n' /* no state */ macro
367 if (up->p_state != NONE && up->p_state != ZOMBIE) {
571 if (up->p_state == NONE || up->p_state == ZOMBIE)
616 up->p_state = NONE;
635 tp->p_state = NONE;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java759 if (lvl < ALL || lvl > NONE)
780 static public final int NONE = 5; field in class:Debug
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c86 enum {NONE, COMPACT, FOUND, EXIST} status; enumerator in enum:slot::__anon4626
385 slot.status = NONE;
990 if (slotp->status == NONE) {
1637 ASSERT((slotp->status == NONE) || (slotp->status == FOUND));
1653 if (slotp->status == NONE) {
1719 cmn_err(CE_WARN, "status is not NONE/FOUND");
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c46 #define NONE 0 macro
157 LIC("none", NONE),
432 notice.type = NONE;
608 case NONE:
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c93 #define NONE 'n' /* no state */ macro
348 if (up->p_state != NONE && up->p_state != ZOMBIE) {
521 else if (up->p_state != NONE) {
589 if (up->p_state == NONE || up->p_state == ZOMBIE)
705 up->p_state = NONE;
725 tp->p_state = NONE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h40 NONE = 0x0, enumerator in enum:__anon1205
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h94 #define NONE 0 /* No header value verified */ macro
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c123 #define NONE 0 /* no function */ macro
176 function = NONE;
186 if (function != NONE)
193 if (function != NONE)
200 if (function != NONE)
218 if (function != NONE)
224 if (function != NONE)
231 if (function != NONE)
238 if (function != NONE)
245 if (function != NONE)
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c116 #define NONE 0 /* no parse found */ macro
406 int r = NONE;
462 r = NONE;
510 return NONE;
513 return NONE;
525 return NONE;
528 return NONE;
562 r = NONE;
566 r = NONE;
840 if (n != NONE)
[all...]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h283 #define NONE ((struct cmd *)0) /* The nil pointer to command tab */ macro
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c112 #define NONE(s) (!strlen(s) ? gettext("none") : s) macro
1033 NONE(run_aflags),
1034 NONE(conf_aflags));

Completed in 232 milliseconds

12