HomeSort by relevance Sort by last modified time
    Searched defs:boolean_t (Results 1 - 5 of 5) sorted by null

  /netvirt/usr/src/cmd/filebench/common/
auto_comp.c 50 typedef enum { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:__anon394
472 static int compare_string(ac_str_t *, const char *, boolean_t, const char **);
902 compare_string(ac_str_t *acstr, const char *str, boolean_t issub,
  /netvirt/usr/src/grub/grub-0.95/netboot/
e1000.c 63 } boolean_t; typedef in typeref:enum:__anon1886
    [all...]
  /netvirt/usr/src/ucbhead/sys/
types.h 104 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:boolean
  /netvirt/usr/src/uts/common/sys/
types.h 191 typedef enum { _B_FALSE, _B_TRUE } boolean_t; typedef in typeref:enum:__anon6374
193 typedef enum { B_FALSE, B_TRUE } boolean_t; typedef in typeref:enum:__anon6375
  /netvirt/usr/src/lib/libsip/common/
sip.h 239 typedef int boolean_t; typedef
336 boolean_t (*header_check_compliance)(struct sip_parsed_header *);
337 boolean_t (*header_is_equal)(struct sip_parsed_header *,
347 boolean_t (*sip_conn_is_stream)(sip_conn_object_t);
348 boolean_t (*sip_conn_is_reliable)(sip_conn_object_t);
366 boolean_t (*sip_ulp_untimeout)(uint_t);
397 extern boolean_t (*sip_is_conn_stream)(sip_conn_object_t);
398 extern boolean_t (*sip_is_conn_reliable)(sip_conn_object_t);
411 extern boolean_t (*sip_stack_untimeout)(uint_t);
432 boolean_t, char *)
    [all...]

Completed in 1200 milliseconds