Searched refs:cf_func (Results 1 – 7 of 7) sorted by relevance
93 register_t cf_func; member102 register_t cf_func; member
149 cf->cf_func = (register_t)fork_return; in cpu_fork()191 cf->cf_func = (register_t)func; in cpu_set_fork_handler()
180 ASSYM(CF_FUNC, offsetof(struct callframe, cf_func));
970 cf->cf_func = (register_t)fork_return; in cpu_set_upcall()
14593 for cf_func in \14615 cf_tr_func=`echo "$cf_func" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`14617 echo "$as_me:14617: checking for ${cf_func}" >&514618 echo $ECHO_N "checking for ${cf_func}... $ECHO_C" >&614620 echo "${as_me:-configure}:14620: testing ${cf_func} ..." 1>&514622 if eval "test \"\${cf_cv_func_$cf_func+set}\" = set"; then14626 eval cf_result='$ac_cv_func_'$cf_func14651 long foo = (long)(&${cf_func});14680 eval 'cf_cv_func_'$cf_func'=$cf_result'14685 eval 'cf_result=$cf_cv_func_'$cf_func[all …]
1259 for cf_func in $11261 CF_UPPER(cf_tr_func,$cf_func)1262 AC_MSG_CHECKING(for ${cf_func})1263 CF_MSG_LOG(${cf_func})1264 AC_CACHE_VAL(cf_cv_func_$cf_func,[1265 eval cf_result='$ac_cv_func_'$cf_func1269 #ifndef ${cf_func}1270 long foo = (long)(&${cf_func});1278 eval 'cf_cv_func_'$cf_func'=$cf_result'1281 eval 'cf_result=$cf_cv_func_'$cf_func
3850 for cf_func in link symlink ; do3866 fail = ($cf_func("config.log", "conftest.chk") < 0)3877 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"3878 eval 'ac_cv_func_'$cf_func'=yes'],[3879 eval 'ac_cv_func_'$cf_func'=no'],[3880 eval 'ac_cv_func_'$cf_func'=error'])