Searched defs:called (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/os/ |
H A D | os_map.c | 119 int called, ret; local 121 called = 0; 160 if (!called && F_ISSET(infop, REGION_PRIVATE)) { 161 called = 1; 167 if (!called) { 168 called = 1; 177 if (!called) { 178 called = 1; 198 if (!called) { 199 called 228 int called, ret; local 262 int called, ret; local [all...] |
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | lpadmin.c | 173 int called=0; local 180 called++; 201 if (called == 0 )
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | xti_osi.h | 102 struct rate called; /* called rate */ member in struct:reqvalue
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 115 * Global Routines called from within: 521 * This function is called when no more large nucleus memory chunks 531 static int called = 0; local 533 if (called++ > 0) 534 cmn_err(CE_PANIC, "ndata_extra_base() called more than once");
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | audit.c | 75 * la_objopen() routine is called with a cookie that represents the object 80 * Regardless, the local auditors la_activity() routine is called with the 85 * the local auditors la_preinit() routine is called with the cookie that 88 * local auditor will not be called. 124 * The initial cookie is created by _audit_create_head_client() which is called 369 * of this caller having called an auditor, so that the 795 * la_pltenter() entry points found. NOTE: this routine is called via the 970 uint_t *flags, int *called) 1002 * The la_symbind interface is only called when the destination 1008 (*called) 969 _audit_symbind(APlist *list, Rt_map *rlmp, Rt_map *dlmp, Sym *sym, uint_t ndx, uint_t *flags, int *called) argument 1050 int called = 0; local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 1597 * This is called both in pass1 and in subsequent passes (to propagate new type 1625 * If we're being called in pass1, we're very conservative: 2855 static int called = 0; local 2865 if (!called) { 2886 called = 1; 3166 * CPUs. This situation -- so-called "false sharing" -- can induce suboptimal 3214 static int called = 0; local 3226 if (!called) { 3229 called = 1;
|
Completed in 590 milliseconds