Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 53) sorted by relevance

123

/onnv-gate/usr/src/lib/libc/port/gen/
H A Datfork.c49 pthread_atfork(void (*prepare)(void), in pthread_atfork()
67 atfp->prepare = prepare; in pthread_atfork()
100 if (atfp->prepare) in _prefork_handler()
101 (*atfp->prepare)(); in _prefork_handler()
H A Datexit.c215 if (((func = atfp->prepare) != NULL && in _preexec_atfork_unload()
228 atfp->prepare = NULL; in _preexec_atfork_unload()
/onnv-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s64 bz .prepword ! yup, prepare for word-wise search
74 bz .prepword2 ! yup, prepare for word-wise search
83 bz .prepword3 ! yup, prepare for word-wise search
/onnv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s64 bz %ncc, .prepword ! yup, prepare for word-wise search
74 bz %ncc, .prepword2 ! yup, prepare for word-wise search
83 bz %ncc, .prepword3 ! yup, prepare for word-wise search
/onnv-gate/usr/src/lib/libc/i386/sys/
H A D_lwp_mutex_unlock.s39 movl 0(%esp), %ecx / prepare to call lwp_mutex_wakeup()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dthread.h353 # define PTHREAD_ATFORK(prepare,parent,child) \ argument
354 pthread_atfork(prepare,parent,child)
356 # define PTHREAD_ATFORK(prepare,parent,child) \ argument
/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s43 clr %g1 ! but prepare for long loop
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm167 binmode I/O prepare binary files for I/O
314 setgrent User prepare group file for use
315 sethostent Network prepare hosts file for use
316 setnetent Network prepare networks file for use
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON15 To prepare the contents of the directory for release, they should be packaged
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DREADME.ON15 To prepare the contents of the directory for release, they should be packaged
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON15 To prepare the contents of the directory for release, they should be packaged
/onnv-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c174 prepare(testcfg_t *tcfg) in prepare() function
539 prepare(tcfg); /* Prepare the wave data */ in main()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_set_connect_state.pod5 SSL_set_connect_state, SSL_get_accept_state - prepare SSL object to work in client or server mode
H A DSSL_clear.pod20 SSL_clear is used to prepare an SSL object for a new connection. While all
H A DSSL_CTX_set_tmp_rsa_callback.pod99 Generate temporary RSA keys to prepare ephemeral RSA key exchange. As the
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DREADME.ON37 To prepare the contents of the directory for release, they should be packaged
/onnv-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s63 movq %rdi,%rax / prepare return value
/onnv-gate/usr/src/uts/sun4u/ml/
H A Dmach_xc.s69 ! prepare their return PC and nPC now
H A Dmach_interrupt.s316 ! prepare for sys_trap()
/onnv-gate/usr/src/uts/sun4v/ml/
H A Dmach_xc.s71 ! prepare their return PC and nPC now
/onnv-gate/usr/src/cmd/diff/
H A Ddiff.c157 static void prepare(int, char *);
467 prepare(0, file1); in main()
468 prepare(1, file2); in main()
1951 prepare(int i, char *arg) in prepare() function
/onnv-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s176 sll %i4, %l1, %i4 ! prepare to get rest
183 srl %i5, %l3, %i4 ! prepare to write a single byte
228 srl %i4, %l0, %i3 ! prepare to write a single byte
/onnv-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s217 andn %o2, 7, %o4 ! prepare src ptr for finishup code
341 or %o0, %o1, %o3 ! prepare alignment check
604 add %o1, 8, %o1 ! prepare to round SRC upward
/onnv-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s395 / prepare for call to audit_pltenter()
/onnv-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s241 andn %o2, 7, %o4 ! prepare src ptr for finishup code
362 or %o0, %o1, %o3 ! prepare alignment check
621 add %o1, 8, %o1 ! prepare to round SRC upward

123