Searched refs:EQUAL (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y135 %token NAME MATCH PRIV LIMIT ACTION VALUE EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
141 %type <strval> TOKEN EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
654 | INFO resource_type property_name EQUAL property_value
665 | INFO resource_type property_name EQUAL property_value property_name EQUAL property_value
678 | INFO resource_type property_name EQUAL property_value property_name EQUAL property_value property_name EQUAL property_value
738 | REMOVE resource_type property_name EQUAL property_value
749 | REMOVE resource_type property_name EQUAL property_valu
[all...]
H A Dzonecfg_lex.l322 <TSTATE>= { return EQUAL; }
323 <LSTATE>= { return EQUAL; }
324 <CSTATE>= { return EQUAL; }
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java53 final static char EQUAL = '='; field in class:Parser
151 tk.ordinaryChar(EQUAL); // comparision operator
429 op = EQUAL;
449 op != EQUAL) {
536 case EQUAL:
547 return EQUAL;
555 if (tk.nextToken() != EQUAL) {
561 tok = EQUAL;
H A DServiceStoreInMemory.java1035 case Parser.EQUAL:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h48 #define EQUAL 1 macro
H A Dgram.y33 %term EQUAL 1
67 command: NAME EQUAL namelist = {
214 case '=': /* EQUAL */
215 return(EQUAL);
H A Dmain.c524 case EQUAL:
525 return ("EQUAL");
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c85 * EQUAL Attribute must equal this value
93 #define EQUAL 1 macro
538 psrch->fcn = EQUAL;
1068 case EQUAL:
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c137 #define EQUAL(s1, s2) (((s1 == NULL) && (s2 == NULL)) || \ macro
768 if (!EQUAL(strval, str[i].secondval)) {
786 if (!EQUAL(str[i].val, strval))
797 if (common && EQUAL(str[i].val, strval)) {
804 if (diff && !EQUAL(str[i].val, strval)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y55 %token TOKEN EQUAL OPTION
71 %type <strval> TOKEN EQUAL OPTION
800 | SET property_type EQUAL TOKEN
H A Dnwamcfg_lex.l216 <TSTATE>= { return EQUAL; }
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h211 * EQUAL, AFTER, DESCENDENT
213 #define EQUAL(x, y) (strcmp(x, y) == 0) macro
H A Drcm_lock.c392 if (EQUAL(device, dr_dev) || DESCENDENT(device, dr_dev)) {
398 if ((flag & RCM_FILESYS) && (!EQUAL(device, dr_dev) ||
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c162 #define EQUAL 0 macro
1245 s->window + start, length) != EQUAL) {
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c151 #define EQUAL 0 macro
1363 s->window + start, length) != EQUAL) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c117 EQUAL, enumerator in enum:__anon6438
430 case EQUAL:
604 case EQUAL:
819 case EQUAL:
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c523 #define EQUAL 0 macro
1082 (charf *)s->window + start, length) != EQUAL) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c786 #define EQUAL 0 macro
1691 if (zmemcmp(s->window + match, s->window + start, length) != EQUAL) {

Completed in 4985 milliseconds