/freebsd/sys/x86/x86/ |
H A D | mca.c | 486 mca_log(enum scan_mode mode, const struct mca_record *rec, bool fatal) in mca_log() 810 mca_check_status(enum scan_mode mode, uint64_t mcg_cap, int bank, in mca_check_status() 918 mca_record_entry(enum scan_mode mode, const struct mca_record *record) in mca_record_entry() 953 update_threshold(enum scan_mode mode, int valid, int last_intr, int count, in update_threshold() 1004 cmci_update(enum scan_mode mode, int bank, int valid, struct mca_record *rec) in cmci_update() 1006 struct cmc_state *cc; in cmci_update() local 1030 amd_thresholding_update(enum scan_mode mode, int bank, int valid) in amd_thresholding_update() 1032 struct amd_et_state *cc; in amd_thresholding_update() local 1065 mca_scan(enum scan_mode mode, bool *recoverablep) in mca_scan() 1147 mca_process_records(enum scan_mode mode) in mca_process_records() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_regdomain.c | 165 uint16_t cc = rd &~ COUNTRY_ERD_FLAG; in isEepromValid() local 238 uint16_t cc = rd & ~COUNTRY_ERD_FLAG; in getDefaultCountry() local 263 getregstate(struct ath_hal *ah, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in getregstate() 364 getchannelBM(u_int mode, REG_DOMAIN *rd) in getchannelBM() 492 adj_freq_ht40(u_int mode, int *low_adj, int *hi_adj, int *channelSep) in adj_freq_ht40() 658 u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in getchannels() 721 u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in ath_hal_getchannels() 816 u_int modeSelect, HAL_CTRY_CODE cc, HAL_REG_DOMAIN regDmn, in ath_hal_init_channels() 848 HAL_CTRY_CODE cc, HAL_REG_DOMAIN rd) in ath_hal_set_channels() 900 HAL_CHANNEL_INTERNAL *cc = &AH_PRIVATE(ah)->ah_channels[c->ic_devdata]; in ath_hal_checkchannel() local
|
/freebsd/contrib/ntp/sntp/ |
H A D | networking.c | 15 int cc; in sendpkt() local 102 int mode, in process_pkt()
|
/freebsd/usr.sbin/rmt/ |
H A D | rmt.c | 52 static char count[SSIZE], mode[SSIZE], pos[SSIZE], op[SSIZE]; variable 70 int n, i, cc; in main() local
|
/freebsd/stand/libsa/ |
H A D | nfs.c | 202 size_t cc; in nfs_getrootfh() local 267 ssize_t cc; in nfs_lookupfh() local 338 ssize_t cc; in nfs_readlink() local 411 size_t cc; in nfs_readdata() local 680 ssize_t cc; in nfs_read() local 749 uint32_t ftype, mode; in nfs_stat() local 774 size_t cc; in nfs_readdir() local
|
/freebsd/sbin/dump/ |
H A D | dumprmt.c | 194 rmtopen(const char *tape, int mode) in rmtopen() 217 int n, i, cc; in rmtread() local
|
/freebsd/sys/dev/ppc/ |
H A D | ppc.c | 309 ppc_generic_setmode(struct ppc_data *ppc, int mode) in ppc_generic_setmode() 354 ppc_smclike_setmode(struct ppc_data *ppc, int mode) in ppc_smclike_setmode() 1254 int i, mode; in ppc_detect() local 1316 char cc, *p; in ppc_exec_microseq() local 1611 ppc_read(device_t dev, char *buf, int len, int mode) in ppc_read() 1634 ppc_setmode(device_t dev, int mode) in ppc_setmode()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_misc.c | 42 u_int mode; in ar5416GetWirelessModes() local 226 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar5416GetMibCycleCounts() local 355 ar5416Set11nMac2040(struct ath_hal *ah, HAL_HT_MACMODE mode) in ar5416Set11nMac2040()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | util.c | 124 hci_hmode2str(int mode, char *buffer, int size) in hci_hmode2str() 3155 hci_cc2str(int cc) in hci_cc2str()
|
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
H A D | ucdata.c | 83 #define endian_short(cc) (((cc) >> 8) | (((cc) & 0xff) << 8)) argument 84 #define endian_long(cc) ((((cc) & 0xff) << 24)|((((cc) >> 8) & 0xff) << 16)|\ argument 89 _ucopenfile(char *paths, char *filename, char *mode) in _ucopenfile() 933 krb5_ui_4 **out, int *outlen, short mode) in uccanoncompatdecomp()
|
/freebsd/lib/lib80211/ |
H A D | lib80211_regdomain.c | 72 const void *id, *ref, *mode; in start_element() local 707 lib80211_country_findbycc(const struct regdata *rdp, enum ISOCountryCode cc) in lib80211_country_findbycc()
|
/freebsd/usr.bin/m4/ |
H A D | gnum4.c | 485 int mode = REG_EXTENDED; in dopatsubst() local 637 int cc; in doesyscmd() local
|
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 49 HAL_CTRY_CODE cc = CTRY_DEFAULT; variable 189 u_int mode = 0; in getWirelessModes() local 723 cclookup(const char *name, HAL_REG_DOMAIN *rd, HAL_CTRY_CODE *cc) in cclookup() 738 getccname(HAL_CTRY_CODE cc) in getccname() 749 getccisoname(HAL_CTRY_CODE cc) in getccisoname()
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 505 const struct country *cc; in setregdomain_cb() local 861 int mode; in set80211authmode() local 883 int mode; in set80211powersavemode() local 922 int mode; in set80211wepmode() local 1030 int mode; in set80211protmode() local 1048 int mode; in set80211htprotmode() local 1080 int mode; in set80211roaming() local 1406 int mode; in set80211hwmprootmode() local 2324 const struct country *cc; in regdomain_makechannels() local 2484 const struct country *cc; in defaultcountry() local [all …]
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-phy-v2.c | 1374 uint8_t cc; in xgbe_phy_sfp_verify_eeprom() local 1801 enum xgbe_mode mode; in xgbe_phy_an37_sgmii_outcome() local 1844 enum xgbe_mode mode; in xgbe_phy_an37_outcome() local 1894 enum xgbe_mode mode; in xgbe_phy_an73_redrv_outcome() local 1974 enum xgbe_mode mode; in xgbe_phy_an73_outcome() local 2179 enum xgbe_phy_redrv_mode mode) in xgbe_phy_set_redrv_mode_mdio() 2193 enum xgbe_phy_redrv_mode mode) in xgbe_phy_set_redrv_mode_i2c() 2211 enum xgbe_phy_redrv_mode mode; in xgbe_phy_set_redrv_mode() local 2618 xgbe_phy_set_mode(struct xgbe_prv_data *pdata, enum xgbe_mode mode) in xgbe_phy_set_mode() 2703 xgbe_phy_check_mode(struct xgbe_prv_data *pdata, enum xgbe_mode mode, in xgbe_phy_check_mode() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-airpcap.c | 463 airpcap_setmode(pcap_t *p, int mode) in airpcap_setmode() 580 int cc; in airpcap_read() local
|
H A D | pcap-npf.c | 355 pcap_setmode_npf(pcap_t *p, int mode) in pcap_setmode_npf() 576 int cc; in pcap_read_npf() local 803 int cc; in pcap_read_win32_dag() local
|
H A D | pcap-int.h | 243 int cc; member 525 #define pcapint_charset_fopen(path, mode) fopen((path), (mode)) argument
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 279 enum posn_mode mode; /* 0D, 2D, 3D */ member 852 int cap, mode, mode1; in oncore_ppsapi() local 1217 char *cc, *ca, line[100], units[2], device[64]; oncore_read_config() local 1220 int i, sign, lat_flg, long_flg, ht_flg, mode, mask; oncore_read_config() local 2116 int mode; oncore_get_timestamp() local 2848 int mode; oncore_get_timestamp() local 3017 int mode; oncore_get_timestamp() local 3791 int mode; oncore_set_posn() local [all...] |
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 1127 u_int32_t tf, rf, rc, cc; in ar9300_print_reg() local 1634 u_int32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar9300_get_mib_cycle_counts_pct() local 1907 ar9300_set_11n_mac2040(struct ath_hal *ah, HAL_HT_MACMODE mode) in ar9300_set_11n_mac2040() 2389 ar9300_set_dcs_mode(struct ath_hal *ah, u_int32_t mode) in ar9300_set_dcs_mode()
|
/freebsd/crypto/openssh/ |
H A D | packet.c | 678 u_int mode; ssh_packet_close_internal() local 945 ssh_clear_newkeys(struct ssh * ssh,int mode) ssh_clear_newkeys() argument 954 ssh_set_newkeys(struct ssh * ssh,int mode) ssh_set_newkeys() argument 1116 int r, mode; ssh_packet_enable_delayed_compress() local 2371 newkeys_to_blob(struct sshbuf * m,struct ssh * ssh,int mode) newkeys_to_blob() argument 2374 struct sshcipher_ctx *cc; newkeys_to_blob() local 2442 newkeys_from_blob(struct sshbuf * m,struct ssh * ssh,int mode) newkeys_from_blob() argument [all...] |
/freebsd/sys/kern/ |
H A D | uipc_usrreq.c | 577 mode_t mode; in uipc_bindat() local 756 uipc_chmod(struct socket *so, mode_t mode, struct ucred *cred __unused, in uipc_chmod() 1907 uipc_dgram_sbspace(struct sockbuf *sb, u_int cc, u_int mbcnt) in uipc_dgram_sbspace() 1950 u_int cc, ctl, mbcnt; in uipc_sosend_dgram() local 3824 unp_addsockcred(struct thread *td, struct mchain *mc, int mode) in unp_addsockcred()
|
/freebsd/sys/dev/vkbd/ |
H A D | vkbd.c | 105 int cc; /* number of codes in queue */ member 200 vkbd_dev_open(struct cdev *dev, int flag, int mode, struct thread *td) in vkbd_dev_open()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_misc.c | 115 u_int mode = 0; in ar5212GetWirelessModes() local 1423 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar5212GetMibCycleCounts() local
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 793 struct aac_close_command *cc; in aacraid_shutdown() local 872 int isFastResponse, isAif, noMoreAif, mode; in aacraid_new_intr_type1() local 2307 aac_src_access_devreg(struct aac_softc *sc, int mode) in aac_src_access_devreg()
|