/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-platform.h | 202 typedef struct { k5_once_t once; int error, did_run; void (*fn)(void); } k5_init_t; member 215 int k5int_err = k5_once(&k5int_i->once, k5int_i->fn); \ 226 err = k5_once(&i->once, i->fn); \ 238 static k5_init_t JOIN__2(NAME, once) = \ 243 JOIN__2(NAME, once).did_run = 1; \ 244 JOIN__2(NAME, once).error = NAME(); \ 249 k5_call_init_function(& JOIN__2(NAME, once)) 260 (JOIN__2(NAME, once).did_run && JOIN__2(NAME, once).error == 0)
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 160 __once_t *once = (__once_t *)once_control; in pthread_once() local 162 if (once == NULL || init_routine == NULL) in pthread_once() 165 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once() 166 (void) mutex_lock(&once->mlock); in pthread_once() 167 if (once->once_flag == PTHREAD_ONCE_NOTDONE) { in pthread_once() 168 pthread_cleanup_push(mutex_unlock, &once->mlock); in pthread_once() 172 once->once_flag = PTHREAD_ONCE_DONE; in pthread_once() 174 (void) mutex_unlock(&once->mlock); in pthread_once()
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | gai_strerror.c | 59 static int once = 0; in gai_strerror() 67 if (!once) { in gai_strerror() 70 if (!once) { in gai_strerror() 75 once = 1; in gai_strerror()
|
H A D | irs_data.c | 60 static int once = 0; variable 135 if (!once) { in net_data_init() 138 if (!once) { in net_data_init() 143 once = 1; in net_data_init()
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | vthread.h | 156 _vtonce_t once; member 169 #define vtonceerror(once) ((once)->error) argument 215 #define vtonceerror(once) (0) argument
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | specials.c | 63 static int once; in special_fsroot_post_online() local 91 if (once) in special_fsroot_post_online() 97 once++; in special_fsroot_post_online()
|
/titanic_44/usr/src/cmd/sa/ |
H A D | README | 39 sadc is executed once, such that a special record is written to 46 If t and n are not specified, it writes data once. 58 minutes interval from 8:00 to 17:00 and once at other times.
|
/titanic_44/usr/src/cmd/tbl/ |
H A D | t8.c | 23 int once; variable 44 if (i==0) once=0; in putline() 108 if (allflg && once>0 ) in putline() 110 once=1; in putline()
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | boot_plat.c | 252 static int once; in openfile() local 255 if (once == 0) { in openfile() 257 ++once; in openfile()
|
/titanic_44/usr/src/cmd/mail/ |
H A D | STD_VAC_MSG | 8 receive it only once, although all the messages you send
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | tclsqlite.c | 74 int once; /* Set for first callback only */ member 99 assert( cbData->once ); in DbEvalCallback() 100 cbData->once = 0; in DbEvalCallback() 185 if( azCol==0 || (cbData->once && cbData->zArray[0]) ){ in DbEvalCallback() 197 cbData->once = 0; in DbEvalCallback() 796 cbData.once = 1; in DbObjCmd()
|
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 503 long once) in map_i_f() argument 587 } while ((0 < *inbytesleft) && (0 == once)); in map_i_f() 603 long once) in map_l_f() argument 683 } while ((0 < *inbytesleft) && (0 == once)); in map_l_f() 699 long once) in map_h_l() argument 823 } while ((0 < *inbytesleft) && (0 == once)); in map_h_l() 839 long once) in map_d_e_l() argument 914 } while ((0 < *inbytesleft) && (0 == once)); in map_d_e_l()
|
/titanic_44/usr/src/psm/ |
H A D | Makefile.psm.64 | 34 # XX64 all the stuff below this line should go away once the tools are fixed
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 535 (( x==1)) || err_exit '((a[++x]++)) should only increment x once' 540 (( x==1)) || err_exit '((a[x++]++)) should only increment x once'
|
/titanic_44/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | MALFORMED.dict | 35 a moose once bit my sister.
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | pp.probe | 197 echo '#include "once.h" 198 #include "once.h"' > once.$src 199 echo '#ifdef once 202 #define once 203 #endif' > once.h 404 { $cc -E once.$src | grep allmultiple ;} && allmultiple=1
|
/titanic_44/usr/src/cmd/auditd/ |
H A D | doorway.c | 1193 static boolean_t once = B_FALSE; in process() local 1239 if (!once) { in process() 1241 once = B_TRUE; in process() 1266 once = B_FALSE; in process()
|
/titanic_44/usr/src/cmd/cmd-inet/etc/default/ |
H A D | ipsec.dfl | 28 # This file is read once by each in.iked process.
|
/titanic_44/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 53 (5) once all this is working I'll do catopen(3) and msggen(1)
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | laststmtchanges.test | 16 # Note 1: LSCC remains constant within a statement and only updates once 20 # but is restored once the trigger exits
|
H A D | lock.test | 131 # or more read-only cursors can be open at once. 141 # Under UNIX you can do two SELECTs at once with different database
|
/titanic_44/usr/src/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 277 static int once; in tick2msec() local 279 if (once == 0) { in tick2msec() 288 once++; in tick2msec()
|
/titanic_44/usr/src/cmd/svc/milestone/ |
H A D | README.share | 31 some software repairs can be made; the recommended exit approach once a 137 current routing configuration to be invoked.) Otherwise, once
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | service-security-gss.mf | 61 # These dependencies can be removed once there is a mechanism in place
|
/titanic_44/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 56 ! once this has occurred, the copy takes place, while checking
|