| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5-log.h | 5 extern int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev); 6 extern void r5l_exit_log(struct r5conf *conf); 13 extern bool r5l_log_disk_error(struct r5conf *conf); 16 r5c_try_caching_write(struct r5conf *conf, struct stripe_head *sh, 19 r5c_finish_stripe_write_out(struct r5conf *conf, struct stripe_head *sh, 24 extern void r5c_handle_cached_data_endio(struct r5conf *conf, 28 extern void r5c_flush_cache(struct r5conf *conf, int num); 29 extern void r5c_check_stripe_cache_usage(struct r5conf *conf); 30 extern void r5c_check_cached_full_stripe(struct r5conf *conf); 34 extern bool r5c_big_stripe_cached(struct r5conf *conf, sector_t sect); [all …]
|
| H A D | md-faulty.c | 85 static int check_mode(struct faulty_conf *conf, int mode) in check_mode() argument 87 if (conf->period[mode] == 0 && in check_mode() 88 atomic_read(&conf->counters[mode]) <= 0) in check_mode() 92 if (atomic_dec_and_test(&conf->counters[mode])) { in check_mode() 93 if (conf->period[mode]) in check_mode() 94 atomic_set(&conf->counters[mode], conf->period[mode]); in check_mode() 100 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector() argument 104 for (i=0; i<conf->nfaults; i++) in check_sector() 105 if (conf->faults[i] >= start && in check_sector() 106 conf->faults[i] < end) { in check_sector() [all …]
|
| H A D | raid10.c | 67 static void allow_barrier(struct r10conf *conf); 68 static void lower_barrier(struct r10conf *conf); 69 static int _enough(struct r10conf *conf, int previous, int ignore); 70 static int enough(struct r10conf *conf, int ignore); 75 static void end_reshape(struct r10conf *conf); 93 struct r10conf *conf = data; in r10bio_pool_alloc() local 94 int size = offsetof(struct r10bio, devs[conf->copies]); in r10bio_pool_alloc() 118 struct r10conf *conf = data; in r10buf_pool_alloc() local 125 r10_bio = r10bio_pool_alloc(gfp_flags, conf); in r10buf_pool_alloc() 129 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) || in r10buf_pool_alloc() [all …]
|
| H A D | raid5.c | 71 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash() argument 73 int hash = (sect >> RAID5_STRIPE_SHIFT(conf)) & HASH_MASK; in stripe_hash() 74 return &conf->stripe_hashtbl[hash]; in stripe_hash() 77 static inline int stripe_hash_locks_hash(struct r5conf *conf, sector_t sect) in stripe_hash_locks_hash() argument 79 return (sect >> RAID5_STRIPE_SHIFT(conf)) & STRIPE_HASH_LOCKS_MASK; in stripe_hash_locks_hash() 82 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock() argument 84 spin_lock_irq(conf->hash_locks + hash); in lock_device_hash_lock() 85 spin_lock(&conf->device_lock); in lock_device_hash_lock() 88 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock() argument 90 spin_unlock(&conf->device_lock); in unlock_device_hash_lock() [all …]
|
| H A D | raid1.c | 46 static void allow_barrier(struct r1conf *conf, sector_t sector_nr); 47 static void lower_barrier(struct r1conf *conf, sector_t sector_nr); 237 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio) in put_all_bios() argument 241 for (i = 0; i < conf->raid_disks * 2; i++) { in put_all_bios() 251 struct r1conf *conf = r1_bio->mddev->private; in free_r1bio() local 253 put_all_bios(conf, r1_bio); in free_r1bio() 254 mempool_free(r1_bio, &conf->r1bio_pool); in free_r1bio() 259 struct r1conf *conf = r1_bio->mddev->private; in put_buf() local 263 for (i = 0; i < conf->raid_disks * 2; i++) { in put_buf() 266 rdev_dec_pending(conf->mirrors[i].rdev, r1_bio->mddev); in put_buf() [all …]
|
| H A D | md-multipath.c | 26 static int multipath_map (struct mpconf *conf) in multipath_map() argument 28 int i, disks = conf->raid_disks; in multipath_map() 37 struct md_rdev *rdev = rcu_dereference(conf->multipaths[i].rdev); in multipath_map() 55 struct mpconf *conf = mddev->private; in multipath_reschedule_retry() local 57 spin_lock_irqsave(&conf->device_lock, flags); in multipath_reschedule_retry() 58 list_add(&mp_bh->retry_list, &conf->retry_list); in multipath_reschedule_retry() 59 spin_unlock_irqrestore(&conf->device_lock, flags); in multipath_reschedule_retry() 71 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() local 75 mempool_free(mp_bh, &conf->pool); in multipath_end_bh_io() 81 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 300 memcpy(&dhd->conf->otp_mac, tuple->data, ETHER_ADDR_LEN); in dhd_conf_get_otp() 306 if (len <= sizeof(dhd->conf->module_name) - 1) { in dhd_conf_get_otp() 307 strncpy(dhd->conf->module_name, tuple->data, len); in dhd_conf_get_otp() 308 CONFIG_MSG("module_name=%s\n", dhd->conf->module_name); in dhd_conf_get_otp() 311 len, (int)sizeof(dhd->conf->module_name) - 1); in dhd_conf_get_otp() 319 if (!memcmp(ðer_null, &dhd->conf->otp_mac, ETHER_ADDR_LEN)) { in dhd_conf_get_otp() 325 memcpy(&dhd->conf->otp_mac, ptr+3, ETHER_ADDR_LEN); in dhd_conf_get_otp() 361 uint8 *mac = (uint8 *)&dhd->conf->otp_mac; in dhd_conf_set_fw_name_by_mac() 369 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac() 370 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 224 uint chip = dhd->conf->chip; in dhd_conf_legacy_chip_check() 246 uint chip = dhd->conf->chip; in dhd_conf_new_chip_check() 267 uint chip = dhd->conf->chip; in dhd_conf_extsae_chip() 287 uint chip = dhd->conf->chip; in dhd_conf_disable_slpauto() 388 memcpy(&dhd->conf->otp_mac, tuple->data, ETHER_ADDR_LEN); in dhd_conf_get_otp() 394 if (len <= sizeof(dhd->conf->module_name) - 1) { in dhd_conf_get_otp() 395 strncpy(dhd->conf->module_name, tuple->data, len); in dhd_conf_get_otp() 396 CONFIG_MSG("module_name=%s\n", dhd->conf->module_name); in dhd_conf_get_otp() 399 len, (int)sizeof(dhd->conf->module_name) - 1); in dhd_conf_get_otp() 407 if (!memcmp(ðer_null, &dhd->conf->otp_mac, ETHER_ADDR_LEN)) { in dhd_conf_get_otp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | altera-cvp.c | 78 void (*write_data)(struct altera_cvp_conf *conf, 88 void (*switch_clk)(struct altera_cvp_conf *conf); 89 int (*clear_state)(struct altera_cvp_conf *conf); 96 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte() argument 99 return pci_read_config_byte(conf->pci_dev, conf->vsec_offset + where, in altera_read_config_byte() 103 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword() argument 106 return pci_read_config_dword(conf->pci_dev, conf->vsec_offset + where, in altera_read_config_dword() 110 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword() argument 113 return pci_write_config_dword(conf->pci_dev, conf->vsec_offset + where, in altera_write_config_dword() 119 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state() local [all …]
|
| H A D | altera-ps-spi.c | 90 struct altera_ps_conf *conf = mgr->priv; in altera_ps_state() local 92 if (gpiod_get_value_cansleep(conf->status)) in altera_ps_state() 110 struct altera_ps_conf *conf = mgr->priv; in altera_ps_write_init() local 114 conf->info_flags = info->flags; in altera_ps_write_init() 121 gpiod_set_value_cansleep(conf->config, 1); in altera_ps_write_init() 124 altera_ps_delay(conf->data->t_cfg_us); in altera_ps_write_init() 126 if (!gpiod_get_value_cansleep(conf->status)) { in altera_ps_write_init() 131 gpiod_set_value_cansleep(conf->config, 0); in altera_ps_write_init() 133 min = conf->data->status_wait_min_us; in altera_ps_write_init() 134 max = conf->data->status_wait_max_us; in altera_ps_write_init() [all …]
|
| H A D | xilinx-spi.c | 32 struct xilinx_spi_conf *conf = mgr->priv; in get_done_gpio() local 35 ret = gpiod_get_value(conf->done); in get_done_gpio() 66 struct xilinx_spi_conf *conf = mgr->priv; in wait_for_init_b() local 69 if (conf->init_b) { in wait_for_init_b() 71 int ret = gpiod_get_value(conf->init_b); in wait_for_init_b() 98 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write_init() local 106 gpiod_set_value(conf->prog_b, 1); in xilinx_spi_write_init() 110 gpiod_set_value(conf->prog_b, 0); in xilinx_spi_write_init() 114 gpiod_set_value(conf->prog_b, 0); in xilinx_spi_write_init() 133 struct xilinx_spi_conf *conf = mgr->priv; in xilinx_spi_write() local [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand_spl.c | 201 static void nand_apply_config(const struct nfc_config *conf) in nand_apply_config() argument 209 writel(val | NFC_CTL_RAM_METHOD | NFC_CTL_PAGE_SIZE(conf->page_size), in nand_apply_config() 211 writel(conf->ecc_size, SUNXI_NFC_BASE + NFC_CNT); in nand_apply_config() 212 writel(conf->page_size, SUNXI_NFC_BASE + NFC_SPARE_AREA); in nand_apply_config() 215 static int nand_load_page(const struct nfc_config *conf, u32 offs) in nand_load_page() argument 217 int page = offs / conf->page_size; in nand_load_page() 228 ((conf->addr_cycles - 1) << NFC_ADDR_NUM_OFFSET)); in nand_load_page() 255 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page() argument 258 int nsectors = len / conf->ecc_size; in nand_read_page() 260 int oob_chunk_sz = ecc_bytes[conf->ecc_strength]; in nand_read_page() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 223 memcpy(&dhd->conf->otp_mac, ptr+1, 6); in dhd_conf_get_otp() 228 if (len <= sizeof(dhd->conf->module_name) - 1) { in dhd_conf_get_otp() 229 strncpy(dhd->conf->module_name, ptr+1, len); in dhd_conf_get_otp() 230 CONFIG_MSG("module_name=%s\n", dhd->conf->module_name); in dhd_conf_get_otp() 233 len, (int)sizeof(dhd->conf->module_name) - 1); in dhd_conf_get_otp() 241 if (!memcmp(ðer_null, &dhd->conf->otp_mac, ETHER_ADDR_LEN)) { in dhd_conf_get_otp() 247 memcpy(&dhd->conf->otp_mac, ptr+3, 6); in dhd_conf_get_otp() 263 uint8 *mac = (uint8 *)&dhd->conf->otp_mac; in dhd_conf_set_fw_name_by_mac() 271 mac_list = dhd->conf->fw_by_mac.m_mac_list_head; in dhd_conf_set_fw_name_by_mac() 272 fw_num = dhd->conf->fw_by_mac.count; in dhd_conf_set_fw_name_by_mac() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | common-beacon.c | 42 struct ath_beacon_config *conf, in ath9k_cmn_beacon_config_sta() argument 57 conf->intval = conf->beacon_interval; in ath9k_cmn_beacon_config_sta() 63 dtim_intval = conf->intval * conf->dtim_period; in ath9k_cmn_beacon_config_sta() 70 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta() 72 bs->bs_intval = TU_TO_USEC(conf->intval); in ath9k_cmn_beacon_config_sta() 73 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval; in ath9k_cmn_beacon_config_sta() 74 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 75 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 76 if (conf->dtim_period > 1) in ath9k_cmn_beacon_config_sta() 85 bs->bs_bmissthreshold = DIV_ROUND_UP(conf->bmiss_timeout, conf->intval); in ath9k_cmn_beacon_config_sta() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | visualConfigs.c | 64 struct glCapabilitiesConfig *conf; in __glXAquaCreateVisualConfigs() local 99 for(conf = caps.configurations; conf; conf = conf->next) { in __glXAquaCreateVisualConfigs() 100 if(conf->total_color_buffers <= 0) in __glXAquaCreateVisualConfigs() 103 numConfigs += (conf->stereo ? 2 : 1) in __glXAquaCreateVisualConfigs() 104 * (conf->aux_buffers ? 2 : 1) in __glXAquaCreateVisualConfigs() 105 * conf->buffers in __glXAquaCreateVisualConfigs() 106 * ((conf->total_stencil_bit_depths > 0) ? conf->total_stencil_bit_depths : 1) in __glXAquaCreateVisualConfigs() 107 * conf->total_color_buffers in __glXAquaCreateVisualConfigs() 108 * ((conf->total_accum_buffers > 0) ? conf->total_accum_buffers : 1) in __glXAquaCreateVisualConfigs() 109 * conf->total_depth_buffer_depths in __glXAquaCreateVisualConfigs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-sparx5.c | 59 const struct s5_pll_conf *conf) in s5_calc_freq() argument 61 unsigned long rate = parent_rate / conf->div; in s5_calc_freq() 63 if (conf->rot_ena) { in s5_calc_freq() 64 int sign = conf->rot_dir ? -1 : 1; in s5_calc_freq() 65 int divt = sel_rates[conf->rot_sel] * (1 + conf->pre_div); in s5_calc_freq() 78 struct s5_pll_conf *conf) in s5_search_fractional() argument 84 memset(conf, 0, sizeof(*conf)); in s5_search_fractional() 85 conf->div = div; in s5_search_fractional() 86 conf->rot_ena = 1; /* Fractional rate */ in s5_search_fractional() 89 conf->rot_dir = !!d; in s5_search_fractional() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | atmel-smc.c | 20 void atmel_smc_cs_conf_init(struct atmel_smc_cs_conf *conf) in atmel_smc_cs_conf_init() argument 22 memset(conf, 0, sizeof(*conf)); in atmel_smc_cs_conf_init() 93 int atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_timing() argument 113 conf->timings &= ~GENMASK(shift + 3, shift); in atmel_smc_cs_conf_set_timing() 114 conf->timings |= val << shift; in atmel_smc_cs_conf_set_timing() 135 int atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_setup() argument 152 conf->setup &= ~GENMASK(shift + 7, shift); in atmel_smc_cs_conf_set_setup() 153 conf->setup |= val << shift; in atmel_smc_cs_conf_set_setup() 174 int atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, in atmel_smc_cs_conf_set_pulse() argument 191 conf->pulse &= ~GENMASK(shift + 7, shift); in atmel_smc_cs_conf_set_pulse() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | textsearch.h | 78 struct ts_config *conf, 89 void (*finish)(struct ts_config *conf, 105 static inline unsigned int textsearch_next(struct ts_config *conf, in textsearch_next() argument 108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next() 110 if (conf->finish) in textsearch_next() 111 conf->finish(conf, state); in textsearch_next() 124 static inline unsigned int textsearch_find(struct ts_config *conf, in textsearch_find() argument 128 return textsearch_next(conf, state); in textsearch_find() 135 static inline void *textsearch_get_pattern(struct ts_config *conf) in textsearch_get_pattern() argument 137 return conf->ops->get_pattern(conf); in textsearch_get_pattern() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/ |
| H A D | inv_icm42600_core.c | 49 const struct inv_icm42600_conf *conf; member 73 .conf = &inv_icm42600_default_conf, 78 .conf = &inv_icm42600_default_conf, 83 .conf = &inv_icm42600_default_conf, 88 .conf = &inv_icm42600_default_conf, 142 enum inv_icm42600_sensor_mode oldgyro = st->conf.gyro.mode; in inv_icm42600_set_pwr_mgmt0() 143 enum inv_icm42600_sensor_mode oldaccel = st->conf.accel.mode; in inv_icm42600_set_pwr_mgmt0() 144 bool oldtemp = st->conf.temp_en; in inv_icm42600_set_pwr_mgmt0() 161 st->conf.gyro.mode = gyro; in inv_icm42600_set_pwr_mgmt0() 162 st->conf.accel.mode = accel; in inv_icm42600_set_pwr_mgmt0() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_text.c | 47 struct tcf_em_text *conf = data; in em_text_change() local 51 if (len < sizeof(*conf) || len < (sizeof(*conf) + conf->pattern_len)) in em_text_change() 54 if (conf->from_layer > conf->to_layer) in em_text_change() 57 if (conf->from_layer == conf->to_layer && in em_text_change() 58 conf->from_offset > conf->to_offset) in em_text_change() 62 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf), in em_text_change() 63 conf->pattern_len, GFP_KERNEL, flags); in em_text_change() 86 tm->from_offset = conf->from_offset; in em_text_change() 87 tm->to_offset = conf->to_offset; in em_text_change() 88 tm->from_layer = conf->from_layer; in em_text_change() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/choice/ |
| H A D | __init__.py | 14 def test_oldask0(conf): argument 15 assert conf.oldaskconfig() == 0 16 assert conf.stdout_contains('oldask0_expected_stdout') 19 def test_oldask1(conf): argument 20 assert conf.oldaskconfig('oldask1_config') == 0 21 assert conf.stdout_contains('oldask1_expected_stdout') 24 def test_allyes(conf): argument 25 assert conf.allyesconfig() == 0 26 assert conf.config_contains('allyes_expected_config') 29 def test_allmod(conf): argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | tdb-Add-configure-options-for-packages.patch | 70 def configure(conf): 71 conf.RECURSE('buildtools/wafsamba') 72 @@ -34,12 +69,25 @@ def configure(conf): 73 conf.DEFINE('HAVE_LIBREPLACE', 1) 74 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 76 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 77 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 78 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 79 + conf.CHECK_HEADERS('attr/xattr.h compat.h ctype.h dustat.h') 80 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/ |
| H A D | alsa-plugins_1.2.6.bb | 46 PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'alsa-plugins-pulseaudio-conf', ''… 63 …mv ${D}${sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf.example ${D}${datadir}/alsa/alsa.conf.… 64 …ln -s ${datadir}/alsa/alsa.conf.d/99-pulseaudio-default.conf ${D}${sysconfdir}/alsa/conf.d/99-puls… 78 # case of the pulse plugins, we have a separate alsa-plugins-pulseaudio-conf 88 ${datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf \ 89 ${sysconfdir}/alsa/conf.d/50-arcam-av-ctl.conf \ 92 ${datadir}/alsa/alsa.conf.d/60-a52-encoder.conf \ 93 ${sysconfdir}/alsa/conf.d/60-a52-encoder.conf \ 96 ${datadir}/alsa/alsa.conf.d/98-maemo.conf \ 97 ${sysconfdir}/alsa/conf.d/98-maemo.conf \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | options-2.2.0.patch | 73 def configure(conf): 74 conf.RECURSE('buildtools/wafsamba') 75 @@ -34,12 +69,25 @@ def configure(conf): 76 conf.DEFINE('HAVE_LIBREPLACE', 1) 77 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 79 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 80 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 81 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 82 + conf.CHECK_HEADERS('attr/xattr.h compat.h ctype.h dustat.h') 83 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0002-ldb-Add-configure-options-for-packages.patch | 72 def configure(conf): 73 conf.RECURSE('buildtools/wafsamba') 74 @@ -35,12 +70,25 @@ def configure(conf): 75 conf.DEFINE('HAVE_LIBREPLACE', 1) 76 conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) 78 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 79 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 80 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 81 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 82 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') [all …]
|