boolean_t
typedef int boolean_t;
typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
} boolean_t;
typedef int boolean_t;
typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
__in_opt void *arg);
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
__in_opt void *arg,
typedef enum { _B_FALSE, _B_TRUE } boolean_t;
typedef enum { B_FALSE = 0, B_TRUE = 1, _B_FALSE = 0, _B_TRUE = 1 } boolean_t;