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

  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 126 boolean_t last_tx_tso;
209 boolean_t pcix_82544;
210 boolean_t detect_tx_hung;
213 boolean_t (*clean_rx) (struct e1000_adapter *adapter,
228 boolean_t rx_csum;
251 boolean_t have_msi;
254 boolean_t tso_force;
255 boolean_t smart_power_down; /* phy smart power down */
256 boolean_t quad_port_a;
e1000_hw.h 107 boolean_t modified;
280 boolean_t use_eerd;
281 boolean_t use_eewr;
397 boolean_t e1000_check_mng_mode(struct e1000_hw *hw);
398 boolean_t e1000_enable_tx_pkt_filtering(struct e1000_hw *hw);
    [all...]
e1000_osdep.h 56 } boolean_t; typedef in typeref:enum:__anon34478
e1000_hw.c 51 static int32_t e1000_config_dsp_after_link_change(struct e1000_hw *hw, boolean_t link_up);
67 static boolean_t e1000_is_onboard_nvm_eeprom(struct e1000_hw *hw);
89 static int32_t e1000_set_d3_lplu_state(struct e1000_hw *hw, boolean_t active);
90 static int32_t e1000_set_d0_lplu_state(struct e1000_hw *hw, boolean_t active);
    [all...]
  /external/selinux/libselinux/src/
audit2why.c 33 struct boolean_t { struct
38 static struct boolean_t **boollist = NULL;
57 boollist[boolcnt] = malloc(sizeof(struct boolean_t));
64 static int check_booleans(struct boolean_t **bools)
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
152 struct boolean_t *b = *bools;
318 struct boolean_t *bools;
397 struct boolean_t *b = bools;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_malloc_mac.inc 258 boolean_t mi_check(malloc_zone_t *zone) {
262 void mi_print(malloc_zone_t *zone, boolean_t verbose) {
282 boolean_t mi_zone_locked(malloc_zone_t *zone) {
  /external/syslinux/core/fs/xfs/
xfs_types.h 29 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef in typeref:enum:__anon33707
  /external/syslinux/extlinux/
xfs_types.h 29 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef in typeref:enum:__anon34120
  /external/libxml2/
trio.c 114 #define BOOLEAN_T int
786 static BOOLEAN_T internalDigitsUnconverted = TRUE;
789 static BOOLEAN_T internalCollationUnconverted = TRUE;
818 TRIO_PRIVATE BOOLEAN_T
965 TRIO_PRIVATE BOOLEAN_T
1203 BOOLEAN_T positional; /* Does the specifier have a positional? */
1204 BOOLEAN_T gotSticky = FALSE; /* Are there any sticky modifiers at all? */
    [all...]
triostr.c 51 #if !defined(BOOLEAN_T)
52 # define BOOLEAN_T int
1293 TRIO_STRING_PRIVATE BOOLEAN_T
1299 BOOLEAN_T status = FALSE;
1326 TRIO_STRING_PRIVATE BOOLEAN_T
    [all...]
  /external/libpcap/
pcap-libdlpi.c 57 static boolean_t list_interfaces(const char *, void *);
73 static boolean_t
  /external/valgrind/coregrind/m_mach/
mach_traps-amd64-darwin.S 87 // boolean_t swtch_pri(int)
mach_traps-x86-darwin.S 82 // boolean_t swtch_pri(int)
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 171 extern boolean_t exc_server();
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 171 extern boolean_t exc_server();
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 125 boolean_t exc_server(mach_msg_header_t* request,
148 boolean_t breakpad_exc_server(mach_msg_header_t* InHeadP,
205 boolean_t breakpad_exc_server(mach_msg_header_t* request,
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /external/valgrind/include/vki/
vki-solaris.h 74 #define vki_boolean_t boolean_t
    [all...]
  /external/valgrind/coregrind/
m_main.c     [all...]

Completed in 1218 milliseconds