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

12

/osnet-11/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);
H A Ddriver.c49 ret = E_OK;
/osnet-11/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)
/osnet-11/usr/src/lib/libelfsign/common/
H A Dlibelfsign.h54 E_OK, enumerator in enum:ELFCert_VStatus_e
H A Delfcertlib.c99 if ((cert->c_verified == E_OK) || (cert->c_verified == E_IS_TA)) {
134 cert->c_verified = E_OK;

Completed in 83 milliseconds

12