Searched defs:defined (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | conf.sh | 309 #if !defined(SYS_NMLEN) 780 defined() # list-file function 834 defined $tmp.q 835 defined $tmp.v 1437 #if !defined(const) && !defined(__STDC__) && !defined(__cplusplus) && !defined(c_plusplus)
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 69 list *defined; /* list of defined things */ variable 80 defined = NULL; 133 def = (definition *)FINDVAL(defined, type, findit); 206 def = (definition *)FINDVAL(defined, type, typedefed);
|
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 60 # if defined(SYS_systeminfo) 749 * 0 returned if error or not defined; otherwise previous value 954 int defined; local 1029 defined = 1; 1037 defined = 0; 1047 defined = 0; 1056 defined = 0; 1065 defined = 0; 1079 defined = 0; 1088 defined [all...] |
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 157 L_DECL(defined); variable
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 2066 * a Solaris-defined master-interrupt handler for a port. The default 2240 uint_t defined; local 2247 * Check if the defer word "unix-interrupt-handler" is defined. 2248 * This must be defined for OPL systems. So, this is only a 2252 prom_interpret(buf, (uintptr_t)&defined, 0, 0, 0, 0); 2253 if (!defined) { 2255 "%s is not defined\n", handler);
|
Completed in 61 milliseconds