| /onnv/onnv-gate/usr/src/cmd/checkeq/ |
| checkeq.c | 53 int start, line, eq, ndel, totdel; local 56 start = eq = line = ndel = totdel = 0; 64 if (eq++) 66 gettext(" Spurious EQ, line %d\n"), 70 gettext(" EQ in %c%c, line %d\n"), 73 if (eq == 0) 78 eq = 0; 84 } else if (eq && *in == 'd' && *(in+1) == 'e' && 103 if (ndel > 0 && eq > 0) 105 gettext(" %c%c in EQ, line %d\n"), delim [all...] |
| /onnv/onnv-gate/usr/src/ucbcmd/stty/ |
| sttyparse.c | 43 static int gct(), eq(), encode(); 120 if (eq("ek")) { 124 else if (eq("crt") || eq("newcrt")) { 130 else if (eq("dec")) { 143 else if (eq("raw") || eq("cbreak")) { 147 else if (eq("-raw") || eq("-cbreak") || eq("cooked")) 277 static int eq(string) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| sttyparse.c | 65 static int eq(const char *string); 84 if (eq("erase") && --argc) 86 else if (eq("intr") && --argc) 88 else if (eq("quit") && --argc) 90 else if (eq("eof") && --argc) 92 else if (eq("min") && --argc) { 97 } else if (eq("eol") && --argc) 99 else if (eq("eol2") && --argc) 101 else if (eq("time") && --argc) { 106 } else if (eq("kill") && --argc 314 eq(const char *string) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_eventq.c | 41 fmd_eventq_t *eq = fmd_zalloc(sizeof (fmd_eventq_t), FMD_SLEEP); local 43 (void) pthread_mutex_init(&eq->eq_lock, NULL); 44 (void) pthread_cond_init(&eq->eq_cv, NULL); 46 eq->eq_mod = mp; 47 eq->eq_stats = stats; 48 eq->eq_stats_lock = stats_lock; 49 eq->eq_limit = limit; 50 eq->eq_sgid = fmd_dispq_getgid(fmd.d_disp, eq); 52 return (eq); [all...] |
| fmd_xprt.c | 220 fmd_xprt_class_hash_create(fmd_xprt_class_hash_t *xch, fmd_eventq_t *eq) 224 xch->xch_queue = eq; 232 fmd_eventq_t *eq = xch->xch_queue; local 240 if (eq != NULL) 241 fmd_dispq_delete(fmd.d_disp, eq, xcp->xc_class); [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| fm.c | 47 errorq_t eq; local 56 if (mdb_vread(&eq, sizeof (eq), addr) == -1) { 61 if (!(eq.eq_flags & ERRORQ_NVLIST)) { 66 wsp->walk_addr = (uintptr_t)eq.eq_pend; 99 errorq_t eq; local 108 if (mdb_vread(&eq, sizeof (eq), addr) == -1) { 113 if (!(eq.eq_flags & ERRORQ_NVLIST)) { 118 wsp->walk_addr = (uintptr_t)eq.eq_dump [all...] |
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/ |
| versions.c | 92 #define eq(s1, s2) (strcmp((s1), (s2)) == 0) macro 215 } else if (!eq(token, TargetArchStr)) { 335 if (eq(token, ":")) { 338 } else if (eq(token, ";")) { 375 if (eq(token, "}")) { 479 if (eq(token, expected)) { 497 while (token && !eq(token, target)) {
|
| /onnv/onnv-gate/usr/src/cmd/checknr/ |
| checknr.c | 99 "EQ", "EN", 118 "EN", "EQ", "EX", "FA", "FD", "FE", "FG", "FJ", "FK", "FL", "FN", "FO", 160 static int eq(char *s1, char *s2); 311 if (eq(mac, "de")) 414 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) 419 if (eq(mac, br[i].opbr)) { 434 if (eq(mac, br[i].clbr)) { 453 if (eq(mac, br[stk[j].opno].clbr)) { 489 /* eq: are two strings equal? */ 491 eq(char *s1, char *s2 function [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
| dm_platform.c | 119 char *tok, *lasts, *eq; local 138 if ((eq = strchr(tok, '=')) != NULL && eq[1] != 0) { 140 *eq = 0; 141 eq++; 150 if (isnumber(eq)) { 154 strtoull(eq, NULL, 0)) != 0) 160 eq) != 0) 163 } else if (eq == NULL) {
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| expreserve.c | 88 #define eq(a, b) strcmp(a, b) == 0 macro
|
| ex.h | 292 #define eq(a, b) ((a) && (b) && strcmp(a, b) == 0) macro
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| glob.c | 58 #define eq(a,b) (strcmp(a, b)==0) macro 168 if (eq(as, "{") || eq(as, "{}")) { 557 else if (eq(p, "{") || eq(p, "{}"))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
| Collate.pm | 4 unless ("A" eq pack('U', 0x41)) { 412 if ($vbl eq 'non-ignorable') { 419 $vbl eq 'blanked' ? $wt[3] : $wt[0]); 421 elsif ($vbl eq 'blanked') { 426 $vbl eq 'shifted' && $wt[0]+$wt[1]+$wt[2] ? Shift4Wt : 0); 730 sub eq { $_[0]->getSortKey($_[1]) eq $_[0]->getSortKey($_[2]) } subroutine 1029 my $code = ref $_[2] eq 'CODE' ? $_[2] : FALSE; 1051 my $code = ref $_[2] eq 'CODE' ? $_[2] : FALSE; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
| hermon_event.c | 47 static void hermon_eq_poll(hermon_state_t *state, hermon_eqhdl_t eq); 52 static int hermon_eq_handler_init(hermon_state_t *state, hermon_eqhdl_t eq, 54 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe)); 55 static int hermon_eq_handler_fini(hermon_state_t *state, hermon_eqhdl_t eq); 57 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe); 59 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe); 61 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe); 63 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe); 65 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe); 67 hermon_eqhdl_t eq, hermon_hw_eqe_t *eqe) 385 hermon_eqhdl_t eq; local 425 hermon_eqhdl_t eq; local 765 hermon_eqhdl_t eq; local 945 hermon_eqhdl_t eq; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
| tavor_event.c | 47 static void tavor_eq_poll(tavor_state_t *state, tavor_eqhdl_t eq); 52 static int tavor_eq_handler_init(tavor_state_t *state, tavor_eqhdl_t eq, 54 tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe)); 55 static int tavor_eq_handler_fini(tavor_state_t *state, tavor_eqhdl_t eq); 56 static void tavor_eqe_sync(tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe, uint_t flag, 59 tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe); 61 tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe); 63 tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe); 65 tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe); 67 tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe) 908 tavor_eqhdl_t eq; local 1119 tavor_eqhdl_t eq; local [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| microcode.c | 310 struct _buf *eq; local 313 if ((eq = kobj_open_file(name)) == (struct _buf *)-1) 316 if (kobj_get_filesize(eq, &size) < 0) { 317 kobj_close_file(eq); 323 kobj_close_file(eq); 327 count = kobj_read_file(eq, (char *)ucode_eqtbl_amd, size, 0); 328 kobj_close_file(eq);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| glob.c | 54 #define eq(a, b) (strcmp(a, b) == 0) macro 166 if (eq(as, "{") || eq(as, "{}")) { 633 else if (eq(p, "{") || eq(p, "{}"))
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestBean.java | 572 Method eq = obj.getClass().getDeclaredMethod("equals", local 574 Boolean ret = (Boolean) eq.invoke(obj, newobj);
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| defs.h | 215 #define eq(a, b) (cf(a, b) == 0) macro
|
| /onnv/onnv-gate/usr/src/uts/common/disp/ |
| disp.c | 990 dispq_t *eq; local 994 for (dq = dp->disp_q, eq = dp->disp_q_limit; dq < eq; ++dq) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.h | 101 #define eq(a, b) (strcmp_(a, b) == 0) macro
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| test.h | 427 #define eq(a,b) (cf(a,b)==0) macro
|
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| cgrep.c | 710 ID *q, *eq; local 718 for (q = e->follow, eq = q + e->flen; q < eq; q++) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/cardbus/ |
| cardbus.c | 1608 char eq = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/nxge/ |
| nxge_n2_esr_hw.h | 177 uint16_t eq : 4; member in struct:_esr_ti_cfgrx_h::__anon7651 181 uint16_t eq : 4;
|