Home
last modified time | relevance | path

Searched refs:boolean_t (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000.h126 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;
De1000_hw.h107 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);
1427 boolean_t tx_pkt_filtering;
1452 boolean_t disable_polarity_correction;
1453 boolean_t speed_downgraded;
1456 boolean_t get_link_status;
1457 boolean_t serdes_link_down;
[all …]
De1000_osdep.h56 } boolean_t; typedef
De1000_hw.c51 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);
4105 boolean_t match = FALSE; in e1000_detect_gig_phy()
5266 static boolean_t
5633 boolean_t sector_write_failed = FALSE; in e1000_commit_shadow_ram()
7130 boolean_t link_up) in e1000_config_dsp_after_link_change()
7363 boolean_t active) in e1000_set_d3_lplu_state()
7493 boolean_t active) in e1000_set_d0_lplu_state()
[all …]
/external/selinux/libselinux/src/
Daudit2why.c33 struct boolean_t { struct
38 static struct boolean_t **boollist = NULL; argument
57 boollist[boolcnt] = malloc(sizeof(struct boolean_t)); in load_booleans()
64 static int check_booleans(struct boolean_t **bools) in check_booleans()
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1); in check_booleans()
152 struct boolean_t *b = *bools; in check_booleans()
318 struct boolean_t *bools; in analyze()
397 struct boolean_t *b = bools; in analyze()
/external/syslinux/extlinux/
Dxfs_types.h29 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef
/external/syslinux/core/fs/xfs/
Dxfs_types.h29 typedef enum { B_FALSE,B_TRUE } boolean_t; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc258 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/libpcap/
Dpcap-libdlpi.c57 static boolean_t list_interfaces(const char *, void *);
73 static boolean_t
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc125 boolean_t exc_server(mach_msg_header_t* request,
148 boolean_t breakpad_exc_server(mach_msg_header_t* InHeadP, in breakpad_exc_server()
205 boolean_t breakpad_exc_server(mach_msg_header_t* request, in breakpad_exc_server()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c6466 boolean_t set_maximum; in PRE()
6778 boolean_t copy; in PRE()
6841 boolean_t anywhere; in PRE()
6843 boolean_t copy; in PRE()
7160 boolean_t set_maximum; in PRE()
7362 boolean_t copy; in PRE()
7434 boolean_t copy; in PRE()
9870 boolean_t no_cache; in PRE()
9871 boolean_t private_cache; in PRE()
/external/valgrind/include/vki/
Dvki-solaris.h74 #define vki_boolean_t boolean_t