Searched refs:mach_types (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/mach/ ! |
D | configure.ac | 15 AC_CHECK_HEADER(mach/mach_types.h,, 17 AC_CHECK_HEADER(mach/mach_types.defs,, [dnl 23 dnl Check if foo_t is defined by <mach/mach_types.h>. 27 AC_CACHE_CHECK(for $1 in mach/mach_types.h, libc_cv_mach_$1, 28 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <mach/mach_types.h>]], [[extern $1 foo;]])], 113 #include <mach/mach_types.defs>
|
D | configure | 138 ac_fn_c_check_header_preproc "$LINENO" "mach/mach_types.h" "ac_cv_header_mach_mach_types_h" 146 ac_fn_c_check_header_preproc "$LINENO" "mach/mach_types.defs" "ac_cv_header_mach_mach_types_defs" 157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for task_t in mach/mach_types.h" >&5 158 $as_echo_n "checking for task_t in mach/mach_types.h... " >&6; } 164 #include <mach/mach_types.h> 185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread_t in mach/mach_types.h" >&5 186 $as_echo_n "checking for thread_t in mach/mach_types.h... " >&6; } 192 #include <mach/mach_types.h> 497 #include <mach/mach_types.defs>
|
/glibc-2.36/sysdeps/mach/hurd/ ! |
D | ioctl.c | 44 static const int mach_types[] = in __ioctl() local 48 ((mach_msg_type_t) { mach_types[type], typesize (type) * 8, count, 1, 0, 0 }) in __ioctl()
|
/glibc-2.36/ChangeLog.old/ ! |
D | ChangeLog.19 | 21211 <mach/mach_types.h> and <mach/message.h>.
|