HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
imgact_aout.h 51 #define N_GETMAGIC(ex) \
52 ( (ex).a_midmag & 0xffff )
53 #define N_GETMID(ex) \
54 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETMID_NET(ex) : \
55 ((ex).a_midmag >> 16) & 0x03ff )
56 #define N_GETFLAG(ex) \
57 ( (N_GETMAGIC_NET(ex) == ZMAGIC) ? N_GETFLAG_NET(ex) : \
58 ((ex).a_midmag >> 26) & 0x3f
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
strexpr.c 43 #define getchr(ex) (*(ex)->nextchr++)
44 #define peekchr(ex) (*(ex)->nextchr)
45 #define ungetchr(ex) ((ex)->nextchr--)
47 #define error(ex,msg) return(seterror(ex,msg))
63 seterror(register Expr_t* ex, char* msg)
65 if (!ex->errmsg) ex->errmsg = msg
277 Expr_t ex; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/fp/
_Q_set_except.c 37 * _Q_set_exception(ex) simulates the floating point exceptions indicated by
38 * ex. This routine is not used by the new quad emulation routines but is
42 _Q_set_exception(unsigned int ex)
47 if (ex == 0)
50 if ((ex & (1 << fp_invalid)) != 0)
52 if ((ex & (1 << fp_overflow)) != 0)
54 if ((ex & (1 << fp_underflow)) != 0) {
55 if ((ex & (1 << fp_inexact)) != 0 ||
61 if ((ex & (1 << fp_division)) != 0)
63 if ((ex & (1 << fp_inexact)) != 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
strexit.c 24 ** ex -- EX_* value
31 sm_strexit(ex)
32 int ex;
37 msg = sm_sysexitmsg(ex);
41 ex);
51 ** ex -- EX_* value
54 ** If ex is a known exit value, then a pointer to a static
59 sm_sysexitmsg(ex)
60 int ex;
64 msg = sm_sysexmsg(ex);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
common_functions.c 66 CCIMException *ex; local
70 ex = cim_getLastError();
72 CREATE_INSTANCE_LIST_FAILURE, ex, errp);
79 ex = cim_getLastError();
81 CREATE_REFPROP_FAILURE, ex, errp);
99 ex = cim_getLastError();
101 CIM_ERR_FAILED, CREATE_REFPROP_FAILURE, ex,
114 ex = cim_getLastError();
116 CIM_ERR_FAILED, CREATE_INSTANCE_FAILURE, ex,
126 ex = cim_getLastError()
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509_v3.c 88 X509_EXTENSION *ex; local
97 ex=sk_X509_EXTENSION_value(sk,lastpos);
98 if (OBJ_cmp(ex->object,obj) == 0)
108 X509_EXTENSION *ex; local
117 ex=sk_X509_EXTENSION_value(sk,lastpos);
118 if ( ((ex->critical > 0) && crit) ||
119 ((ex->critical <= 0) && !crit))
144 X509_EXTENSION *ex, int loc)
168 if ((new_ex=X509_EXTENSION_dup(ex)) == NULL)
183 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
_Q_add.c 51 _Q_set_exception(unsigned ex)
55 if((ex&(1<<fp_invalid))!=0) t = (zero/zero);
56 if((ex&(1<<fp_overflow))!=0) t = (huge*huge);
57 if((ex&(1<<fp_underflow))!=0) t = (tiny*tiny);
58 if((ex&(1<<fp_division))!=0) t = (tiny/zero);
59 if((ex&(1<<fp_inexact))!=0) t = (huge+tiny);
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/dfshares/
dfshares.c 102 struct exportnode *ex = NULL; local
134 0, xdr_exports, (caddr_t)&ex, tout)) {
140 if (ex == NULL) {
151 while (ex) {
153 host, ex->ex_dir, host, " -", " -");
154 ex = ex->ex_next;
156 free_ex(ex);
161 free_ex(ex)
162 struct exportnode *ex;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
URLAttributeVerifier.java 95 } catch (MalformedURLException ex) {
103 } catch (IOException ex) {
109 new Object[] { urlName, ex.getMessage()});
117 } catch (IOException ex) {
StreamListener.java 98 } catch (IOException ex) {
102 new Object[] {interfac, ex.getMessage()});
145 } catch (SocketException ex) {
151 ex.getMessage()});
157 } catch (IOException ex) {
Transact.java 159 } catch (InterruptedException ex) {
340 } catch (ServiceLocationException ex) {
344 new Short(ex.getErrorCode()),
346 ex.getMessage()});
353 short errCode = ex.getErrorCode();
356 exx = ex;
382 } catch (SocketException ex) {
387 new Object[] {addr, ex.getMessage()});
451 } catch (InterruptedIOException ex) {
463 } catch (IOException ex) {
935 ServiceLocationException ex = tran.exErr; local
    [all...]
ActiveDiscoverer.java 114 } catch (ServiceLocationException ex) {
118 new Integer(ex.getErrorCode()),
119 ex.getMessage()});
135 } catch (InterruptedException ex) {
224 } catch (InterruptedException ex) {
252 } catch (ServiceLocationException ex) {
255 new Object[] { new Integer(ex.getErrorCode()),
256 ex.getMessage() });
283 } catch (ServiceLocationException ex) {
287 new Integer(ex.getErrorCode())
    [all...]
ServiceTable.java 200 } catch (MalformedURLException ex) {
205 } catch (UnsupportedEncodingException ex) {
210 } catch (IOException ex) {
213 new Object[] {URL, ex});
215 } catch (ServiceLocationException ex) {
218 new Object[] {URL, ex.getMessage()});
244 } catch (MalformedURLException ex) {
249 } catch (UnsupportedEncodingException ex) {
254 } catch (IOException ex) {
259 ex.getMessage()})
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/
exception.c 70 static PedExceptionOption default_handler (PedException* ex);
73 static PedException* ex = NULL; variable
160 * The exception handler should return ONE of the options set in ex->options,
192 ped_free (ex->message);
193 ped_free (ex);
194 ex = NULL;
208 ex_opt = ex_handler (ex);
236 if (ex)
239 ex = (PedException*) malloc (sizeof (PedException));
240 if (!ex)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/common/
mediapresent_descriptors.c 61 CCIMException *ex; local
68 ex = cim_getLastError();
70 CIM_ERR_FAILED, CREATE_INSTANCE_FAILURE, ex, errp);
112 ex = cim_getLastError();
114 CIM_ERR_FAILED, CREATE_OBJECT_PATH_FAILURE, ex, errp);
127 ex = cim_getLastError();
129 CIM_ERR_FAILED, ADD_PROPERTY_FAILURE, ex, errp);
136 ex = cim_getLastError();
138 CIM_ERR_FAILED, ADD_PROPERTY_FAILURE, ex, errp);
realizesdiskdrive_descriptors.c 60 CCIMException *ex; local
68 ex = cim_getLastError();
70 CIM_ERR_FAILED, CREATE_INSTANCE_FAILURE, ex, errp);
97 ex = cim_getLastError();
99 GET_INSTANCE, ex, errp);
123 ex = cim_getLastError();
125 CREATE_OBJECT_PATH_FAILURE, ex, &error);
137 ex = cim_getLastError();
139 ADD_PROPERTY_FAILURE, ex, errp);
realizesextent_descriptors.c 61 CCIMException *ex; local
69 ex = cim_getLastError();
71 CREATE_INSTANCE_FAILURE, ex, errp);
110 ex = cim_getLastError();
112 CREATE_OBJECT_PATH_FAILURE, ex, &error);
123 ex = cim_getLastError();
125 ADD_PROPERTY_FAILURE, ex, errp);
137 ex = cim_getLastError();
139 CIM_ERR_FAILED, ADD_PROPERTY_FAILURE, ex, errp);
mpxiogroup_descriptors.c 56 CCIMException *ex; local
65 ex = cim_getLastError();
67 CIM_ERR_FAILED, CREATE_INSTANCE_FAILURE, ex, errp);
93 ex = cim_getLastError();
95 CIM_ERR_FAILED, ADD_PROPERTY_FAILURE, ex, errp);
106 ex = cim_getLastError();
108 CIM_ERR_FAILED, ADD_PROPERTY_FAILURE, ex, errp);
117 ex = cim_getLastError();
119 ADD_PROPERTY_FAILURE, ex, errp);
134 CCIMException *ex; local
    [all...]
drive_descriptors.c 56 CCIMException *ex; local
78 ex = cim_getLastError();
80 CREATE_INSTANCE_FAILURE, ex, errp);
110 ex = cim_getLastError();
112 CIM_ERR_FAILED, ADD_PROPERTY_FAILURE, ex, errp);
135 ex = cim_getLastError();
137 ADD_PROPERTY_FAILURE, ex, errp);
148 ex = cim_getLastError();
150 ADD_PROPERTY_FAILURE, ex, errp);
173 ex = cim_getLastError()
633 CCIMException *ex; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
JAShadowAccess.java 62 catch (Exception ex) {
63 System.out.println(ex.toString());
74 catch (Exception ex) {
75 System.out.println(ex.toString());
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eval.h 52 int eval_potential(struct node *np, struct lut *ex, struct node *events[],
54 int eval_expr(struct node *np, struct lut *ex, struct node *events[],
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
BeanSerialization.java 57 } catch (NotSerializableException ex) {
59 if (debug) System.out.println(ex.toString());
61 } catch (Exception ex) {
64 obj, ex.toString()));
103 } catch (Exception ex) {
104 if (debug) System.out.println(ex.toString());
120 } catch (Exception ex) {
127 objName, ex.toString());
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
touchwin.c 50 touchline(WINDOW *win, int y, int sx, int ex)
53 fprintf(outf, "TOUCHLINE(%0.2o, %d, %d, %d)\n", win, y, sx, ex);
58 ex += win->_ch_off;
61 win->_lastch[y] = (short)ex;
65 if (win->_lastch[y] < ex)
66 win->_lastch[y] = (short)ex;
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
SRMDebug.java 236 * @param ex The exception to trace back
238 public static final void trace1(String message, Throwable ex) {
243 if (ex != null) {
244 writeStackTrace(ex);
272 * @param ex The exception to trace back
274 public static final void trace2(String message, Throwable ex) {
279 if (ex != null) {
280 writeStackTrace(ex);
308 * @param ex The exception to trace back
310 public static final void trace3(String message, Throwable ex) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/assoc/
Solaris_RealizesDiskDrive.c 192 CCIMException *ex; local
208 ex = cim_getLastError();
210 CREATE_INSTANCE, ex, &error);
218 ex = cim_getLastError();
220 CREATE_OBJECT_PATH_FAILURE, ex, &error);
230 ex = cim_getLastError();
232 ENUM_INSTANCENAMES_FAILURE, ex, &error);
241 ex = cim_getLastError();
243 CREATE_INSTANCE, ex, &error);
507 CCIMException *ex; local
604 CCIMException *ex; local
967 CCIMException *ex; local
    [all...]

Completed in 6239 milliseconds

1 2 3 4 5 6 7 8 910