Searched refs:E_OK (Results 26 - 50 of 52) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libeti/menu/common/
H A Dmenugrey.c54 return (E_OK);
H A Dmenuitems.c63 return (E_OK);
H A Dmenupad.c54 return (E_OK);
H A Ditemvalue.c56 return (E_OK);
H A Dmenumark.c66 return (E_OK);
H A Dnewmenu.c72 return (E_OK);
H A Dpattern.c120 return (E_OK);
158 return (E_OK);
168 if (_match(m, *s, &current) != E_OK) {
177 return (E_OK);
H A Dscale.c71 return (E_OK);
H A Dcuritem.c63 return (E_OK);
H A Ditemopts.c58 return (E_OK);
H A Dmenucursor.c85 return (E_OK);
H A Dnewitem.c79 return (E_OK);
H A Dtopitem.c67 return (E_OK);
H A Dmenuformat.c79 return (E_OK);
H A Dmenuopts.c72 return (E_OK);
H A Dpost.c138 return (E_OK);
247 return (E_OK);
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dfield_buf.c66 if (_sync_field(f) != E_OK)
68 if (_sync_linked(f) != E_OK)
71 return (err ? E_SYSTEM_ERROR : E_OK);
H A Dfield.c302 return (E_OK);
330 return (E_OK);
354 return (E_OK);
375 return (E_OK);
397 return (E_OK);
416 v = E_OK;
450 return (E_OK);
H A Dform.c186 return (E_OK); /* null field array */
218 return (E_OK);
231 if (connect_fields(f, field) == E_OK) {
258 return (E_OK);
276 if ((v = connect_fields(f, fields)) == E_OK) {
312 return (E_OK);
H A Dutility.c175 return (E_OK);
302 if (_sync_field(p) != E_OK)
306 return (err ? E_SYSTEM_ERROR : E_OK);
382 return (v ? E_OK : E_SYSTEM_ERROR);
419 return (v ? E_OK : E_SYSTEM_ERROR);
472 return (v ? E_OK : E_SYSTEM_ERROR);
555 return (E_OK);
583 return (E_OK);
H A Dfieldtype.c133 return (E_OK);
145 return (E_OK);
158 return (E_OK);
H A Ddriver.c168 if ((v = (*act) (f)) == E_OK)
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Daccess.c55 #define E_OK 010 /* use effective ids */ macro
71 if (fmode & ~(E_OK|R_OK|W_OK|X_OK))
79 eok = (fmode & E_OK) ||
135 /* Do not allow E_OK unless AT_EACCESS flag is set */
136 fmode &= ~E_OK;
138 fmode |= E_OK;
/opensolaris-onvv-gate/usr/src/lib/libelfsign/common/
H A Delfcertlib.c95 if ((cert->c_verified == E_OK) || (cert->c_verified == E_IS_TA)) {
132 cert->c_verified = E_OK;
151 cert->c_verified = E_OK;
170 cert->c_verified = E_OK;
H A Dlibelfsign.h54 E_OK, enumerator in enum:ELFCert_VStatus_e

Completed in 77 milliseconds

123