Searched defs:boolean_t (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/file-locking/ |
H A D | runtests.c | 56 static void flock_run(lock_style_t, boolean_t, lockinfo_t *, 64 lockinfo_t *, lockinfo_t *, boolean_t); 66 lockinfo_t *, boolean_t); 274 flock_run(lock_style_t style, boolean_t is_exclusive, lockinfo_t *lf, 372 VERIFY3_IMPL(flock_nodata(fds[0]), ==, B_TRUE, boolean_t); local 417 lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn) 432 VERIFY3_IMPL(flock_nodata(fdsB[0]), ==, B_TRUE, boolean_t); local 469 lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn)
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | types.h | 101 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:boolean
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | types.h | 256 typedef int boolean_t; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 63 } boolean_t; typedef in typeref:enum:__anon2050 3083 boolean_t match = FALSE;
|
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 131 typedef enum { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:__anon4502
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 191 typedef enum { _B_FALSE, _B_TRUE } boolean_t; typedef in typeref:enum:__anon192 193 typedef enum { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:__anon193
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip.h | 294 typedef int boolean_t; typedef 391 boolean_t (*header_check_compliance)(struct sip_parsed_header *); 392 boolean_t (*header_is_equal)(struct sip_parsed_header *, 402 boolean_t (*sip_conn_is_stream)(sip_conn_object_t); 403 boolean_t (*sip_conn_is_reliable)(sip_conn_object_t); 421 boolean_t (*sip_ulp_untimeout)(uint_t); 452 extern boolean_t (*sip_is_conn_stream)(sip_conn_object_t); 453 extern boolean_t (*sip_is_conn_reliable)(sip_conn_object_t); 466 extern boolean_t (*sip_stack_untimeout)(uint_t); 487 boolean_t, cha [all...] |
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 66 typedef enum { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:__anon370
|
Completed in 2725 milliseconds