Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/lib/libc/port/gen/
H A Datfork.c47 pthread_atfork(void (*prepare)(void), in pthread_atfork()
65 atfp->prepare = prepare; in pthread_atfork()
98 if (atfp->prepare) in _prefork_handler()
99 (*atfp->prepare)(); in _prefork_handler()
H A Datexit.c255 if (((func = atfp->prepare) != NULL && in _preexec_atfork_unload()
268 atfp->prepare = NULL; in _preexec_atfork_unload()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dcopy_function_pointers.pl16 $select = $db->prepare('SELECT DISTINCT function, ptr FROM function_ptr WHERE function LIKE "% %";'…
36 my $select = $db->prepare('SELECT distinct file, function FROM function_ptr WHERE ptr = ?;');
37 my $insert = $db->prepare('INSERT OR IGNORE INTO function_ptr VALUES (?, ?, ?, 1);');
H A Dinsert_manual_states.pl40 …$sth = $db->prepare("select file, return_id, static from return_states where file = ? and function…
43 …$sth = $db->prepare("select file, return_id, static from return_states where function = ? and retu…
47 my $insert = $db->prepare("insert into return_states values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);");
H A Dmark_function_ptrs_searchable.pl21 $sth = $db->prepare('select distinct(ptr) from function_ptr;');
H A Dremove_mixed_up_pointer_params.pl21 $select = $db->prepare('SELECT file, caller, function, parameter, value FROM caller_info WHERE func…
H A Dfill_db_type_size.pl146 $sth = $db->prepare('select * from function_type_size order by type');
H A Dfill_db_type_value.pl150 $sth = $db->prepare('select type, value from function_type_value order by type');
/illumos-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
/illumos-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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dmigration_001_pos.ksh59 prepare $DNAME "tar cf $TESTDIR/tar$$.tar $BNAME"
H A Dmigration_002_pos.ksh59 prepare $DNAME "tar cf $TESTDIR/tar$$.tar $BNAME"
H A Dmigration_003_pos.ksh59 prepare $DNAME "tar cf $NONZFS_TESTDIR/tar$$.tar $BNAME"
H A Dmigration_007_pos.ksh59 prepare $DNAME "dd if=$BNAME obs=128k of=$TESTDIR/dd$$.dd"
H A Dmigration_008_pos.ksh59 prepare $DNAME "dd if=$BNAME obs=128k of=$TESTDIR/dd$$.dd"
H A Dmigration_009_pos.ksh59 prepare $DNAME "dd if=$BNAME obs=128k of=$NONZFS_TESTDIR/dd$$.dd"
H A Dmigration_010_pos.ksh59 prepare $DNAME "cp $BNAME $TESTDIR/cp$$.cp"
H A Dmigration_011_pos.ksh59 prepare $DNAME "cp $BNAME $TESTDIR/cp$$.cp"
H A Dmigration_012_pos.ksh59 prepare $DNAME "cp $BNAME $NONZFS_TESTDIR/cp$$.cp"
H A Dmigration.kshlib48 function prepare #srcdir cmd function
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D_lwp_mutex_unlock.S39 movl 0(%esp), %ecx / prepare to call lwp_mutex_wakeup()
/illumos-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
/illumos-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
/illumos-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()
/illumos-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

123