Searched defs:INVALID (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dstrtonum.c26 #define INVALID 1 macro
50 error = INVALID;
54 error = INVALID;
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_strtonum.c33 #define INVALID 1 macro
57 error = INVALID;
61 error = INVALID;
/illumos-gate/usr/src/cmd/oamuser/inc/
H A Dusers.h49 #define INVALID 4 macro
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dat_keyprocess.c46 #define INVALID KEYBAD macro
79 /* 00 */ INVALID,
169 /* 55 */ INVALID,
173 /* 59 */ INVALID,
174 /* 5a */ INVALID,
175 /* 5b */ INVALID,
176 /* 5c */ INVALID,
177 /* 5d */ INVALID,
178 /* 5e */ INVALID,
179 /* 5f */ INVALID,
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDException.java40 public static final int INVALID = -65549; field in class:DNSSDException
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_instr.c37 #define INVALID \ macro
82 #define OVERLAY_END { .ov_idx = -1, .ov_inst = INVALID }
158 INVALID,
163 INVALID,
168 INVALID, INVALID, INVALID, INVALID, INVALID, INVALID, INVALI
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c602 #define INVALID -1 /* grouplen, if cache entry is invalid */ macro
617 ((struct bsdcred *)cred)->grouplen = INVALID;
659 cred->grouplen = INVALID;
661 if (cred->grouplen == INVALID) {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h27 #define INVALID 0 /* Invalid shared memory offset. */ macro
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h76 #define INVALID 1 macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h83 INVALID, /* Not initialized */ enumerator in enum:__anon3772
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.h47 #define INVALID 0x0 macro
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c186 #define INVALID (-1) /* invalid column */ macro
385 vp->u_column = INVALID - 1;
398 vp->findchar = INVALID;
466 if( term_char!=ESC && (last_virt==INVALID
477 if( editb.e_ttyspeed==FAST && last_virt!=INVALID
586 vp->ofirst_wind = INVALID;
714 int tmp_u_column = INVALID; /* temporary u_column */
731 if( cur_virt > INVALID )
813 vp->ofirst_wind = INVALID;
847 if( vp->u_column == INVALID )
[all...]
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c308 #define INVALID {TERM, UNKNOWN, "", 0, 0, 0, 0, 0} macro
328 #define INVALID {TERM, UNKNOWN, "", 0, 0, 0, 0, 0} macro
348 #define INVALID {TERM, UNKNOWN, 0, 0, 0, 0, 0} macro
368 #define INVALID {TERM, UNKNOWN, 0, 0, 0, 0} macro
516 /* [4] */ TNSZ("verr",M,2), TNSZ("verw",M,2), INVALID, INVALID,
526 /* [4] */ TNSZ("smsw",M,2), INVALID, TNSZ("lmsw",M,2), TNS("invlpg",SWAPGS_RDTSCP),
535 /* [4] */ INVALID, INVALID, INVALID, INVALI
[all...]

Completed in 173 milliseconds