Searched defs:boolean_t (Results 1 - 6 of 6) 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 *, 66 lockinfo_t *, lockinfo_t *, boolean_t); 68 lockinfo_t *, boolean_t); 280 flock_run(lock_style_t style, boolean_t is_exclusive, lockinfo_t *lf, 377 VERIFY3_IMPL(flock_nodata(fds[0]), ==, B_TRUE, boolean_t); local 439 lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn) 454 VERIFY3_IMPL(flock_nodata(fdsB[0]), ==, B_TRUE, boolean_t); local 491 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 | 264 typedef int boolean_t; typedef 299 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:boolean
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 63 } boolean_t; typedef in typeref:enum:__anon2173 3083 boolean_t match = FALSE;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 192 typedef enum { _B_FALSE, _B_TRUE } boolean_t; typedef in typeref:enum:__anon15 194 typedef enum { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:__anon16
|
/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...] |
Completed in 79 milliseconds