/freebsd-src/contrib/bsnmp/tests/ |
H A D | constbuf.h | 56 count_comment(A c, Constbuf_mode &mode) in count_comment() 65 count_hex(A c, Constbuf_mode &mode, std::size_t &bits) in count_hex() 82 handle_hex(A c, Constbuf_mode &mode, std::size_t &bit, U &n) in handle_hex() 107 count_check(A c, Constbuf_mode &mode, std::size_t &) in count_check() 117 handle_check(A c, Constbuf_mode &mode, std::size_t &bits, std::size_t &addr) in handle_check() 131 count_goto(A c, Constbuf_mode &mode, std::size_t &bits, std::size_t &addr) in count_goto() 146 count_bin(A c, Constbuf_mode &mode, std::size_t &bits, std::size_t &addr) in count_bin() 177 handle_bin(A c, Constbuf_mode &mode, std::size_t &bit, std::size_t &addr, U &n) in handle_bin() 226 auto mode = Constbuf_mode::BIN; in count_bits() local 271 auto mode = Constbuf_mode::BIN; in constbuf() local
|
/freebsd-src/contrib/tcsh/ |
H A D | tc.nls.c | 59 NLSWidth(Char c) in NLSWidth() 80 Char c; in NLSStringWidth() local 97 NLSChangeCase(const Char *p, int mode) in NLSChangeCase() 99 Char c, *n, c2 = 0; in NLSChangeCase() local 119 NLSClassify(Char c, int nocomb, int drawPrompt) in NLSClassify()
|
/freebsd-src/sys/net80211/ |
H A D | ieee80211.c | 138 struct ieee80211_channel *c; in ieee80211_chan_init() local 1108 ieee80211_chan2ieee(struct ieee80211com * ic,const struct ieee80211_channel * c) ieee80211_chan2ieee() argument 1151 set_extchan(struct ieee80211_channel * c) set_extchan() argument 1205 set_vht_extchan(struct ieee80211_channel * c) set_vht_extchan() argument 1316 struct ieee80211_channel *c; addchan() local 1344 struct ieee80211_channel *c; copychan_prev() local 1517 struct ieee80211_channel *c; findchannel() local 1574 ieee80211_get_channel_center_freq(const struct ieee80211_channel * c) ieee80211_get_channel_center_freq() argument 1593 ieee80211_get_channel_center_freq1(const struct ieee80211_channel * c) ieee80211_get_channel_center_freq1() argument 1617 ieee80211_get_channel_center_freq2(const struct ieee80211_channel * c) ieee80211_get_channel_center_freq2() argument 1778 struct ieee80211_channel *c; ieee80211_find_channel() local 1797 struct ieee80211_channel *c; ieee80211_find_channel_byieee() local 1839 struct ieee80211_channel *c; ieee80211_lookup_channel_rxstatus() local 1892 addmedia(struct ifmedia * media,int caps,int addsta,int mode,int mword) addmedia() argument 1943 enum ieee80211_phymode mode; ieee80211_media_setup() local 2048 ieee80211_get_suprates(struct ieee80211com * ic,const struct ieee80211_channel * c) ieee80211_get_suprates() argument 2057 ieee80211_get_suphtrates(struct ieee80211com * ic,const struct ieee80211_channel * c) ieee80211_get_suphtrates() argument 2066 enum ieee80211_phymode mode; ieee80211_announce() local 2092 const struct ieee80211_channel *c; ieee80211_announce_channels() local 2136 media2mode(const struct ifmedia_entry * ime,uint32_t flags,uint16_t * mode) media2mode() argument 2274 enum ieee80211_phymode mode; ieee80211_media_status() local 2317 ieee80211_setmode(struct ieee80211com * ic,enum ieee80211_phymode mode) ieee80211_setmode() argument 2396 ieee80211_rate2media(struct ieee80211com * ic,int rate,enum ieee80211_phymode mode) ieee80211_rate2media() argument 2629 mix(a,b,c) global() argument 2646 uint32_t a = 0x9e3779b9, b = 0x9e3779b9, c = ic->ic_hash_key; ieee80211_mac_hash() local 2662 ieee80211_channel_type_char(const struct ieee80211_channel * c) ieee80211_channel_type_char() argument [all...] |
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | port-net.c | 144 sys_tun_open(int tun, int mode, char **ifname) in sys_tun_open() 209 sys_tun_open(int tun, int mode, char **ifname) in sys_tun_open() 309 sys_tun_infilter(struct ssh *ssh, struct Channel *c, char *buf, int _len) in sys_tun_infilter() 353 sys_tun_outfilter(struct ssh *ssh, struct Channel *c, in sys_tun_outfilter()
|
/freebsd-src/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 65 struct mlx5e_channel *c = container_of(rq, struct mlx5e_channel, rq); in mlx5e_dim_work() local 68 u8 mode; in mlx5e_dim_work() local
|
/freebsd-src/contrib/bc/src/ |
H A D | lex.c | 46 bc_lex_invalidChar(BcLex* l, char c) in bc_lex_invalidChar() argument 68 char c; in bc_lex_comment() local 125 char c; bc_lex_whitespace() local 137 bc_lex_commonTokens(BcLex * l,char c) bc_lex_commonTokens() argument 156 char c; bc_lex_num() local 215 char c = l->buf[l->i]; bc_lex_number() local 258 char c = buf[i]; bc_lex_name() local 391 bc_lex_text(BcLex * l,const char * text,BcMode mode) bc_lex_text() argument [all...] |
/freebsd-src/sys/teken/ |
H A D | teken_subr_compat.h | 30 teken_subr_cons25_set_border(const teken_t *t, unsigned int c) in teken_subr_cons25_set_border() 69 teken_subr_cons25_set_default_background(teken_t *t, unsigned int c) in teken_subr_cons25_set_default_background() 77 teken_subr_cons25_set_default_foreground(teken_t *t, unsigned int c) in teken_subr_cons25_set_default_foreground() 128 teken_subr_cons25_set_terminal_mode(teken_t *t, unsigned int mode) in teken_subr_cons25_set_terminal_mode()
|
/freebsd-src/contrib/lua/src/ |
H A D | liolib.c | 40 static int l_checkmode (const char *mode) { in l_checkmode() 59 #define l_popen(L,c,m) (fflush(NULL), popen(c,m)) argument 64 #define l_popen(L,c,m) (_popen(c,m)) argument 76 #define l_popen(L,c,m) \ argument 261 static void opencheck (lua_State *L, const char *fname, const char *mode) { in opencheck() 271 const char *mode = luaL_optstring(L, 2, "r"); in io_open() local 292 const char *mode = luaL_optstring(L, 2, "r"); in io_popen() local 318 static int g_iofile (lua_State *L, const char *f, const char *mode) { in g_iofile() 429 int c; /* current character (look ahead) */ member 512 int c = getc(f); in test_eof() local [all …]
|
/freebsd-src/contrib/ncurses/ncurses/ |
H A D | new_pair.h | 97 int mode; /* tells if the entry is allocated or free */ member 106 #define FORE_OF(c) (c).fg argument 107 #define BACK_OF(c) (c).bg argument 124 #define _nc_set_color_pair(sp, pair, mode) /* nothing */ argument
|
/freebsd-src/sys/contrib/zlib/ |
H A D | zutil.h | 115 # define F_OPEN(name, mode) \ argument 185 # define F_OPEN(name, mode) fopen((name), (mode)) argument 228 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument 229 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument 235 # define Tracec(c,x) argument 236 # define Tracecv(c,x) argument
|
/freebsd-src/sys/dev/fb/ |
H A D | fbreg.h | 46 #define bcopy_io(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument 47 #define bcopy_toio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument 48 #define bcopy_fromio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument 49 #define bzero_io(d, c) bzero((void *)(d), (c)) argument 50 #define fill_io(p, d, c) fill((p), (void *)(d), (c)) argument 51 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument 54 #define bcopy_io(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument 55 #define bcopy_toio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument 56 #define bcopy_fromio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument 57 #define bzero_io(d, c) ofwfb_bzero((void *)(d), (c)) argument [all …]
|
/freebsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | access.c | 57 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) argument 130 _nc_access(const char *path, int mode) in _nc_access() 254 _nc_safe_fopen(const char *path, const char *mode) in _nc_safe_fopen() 270 _nc_safe_open3(const char *path, int flags, mode_t mode) in _nc_safe_open3()
|
/freebsd-src/contrib/elftoolchain/libelf/ |
H A D | libelf_open.c | 124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror) in _libelf_open_object() 128 mode_t mode; in _libelf_open_object() local
|
/freebsd-src/sys/amd64/vmm/io/ |
H A D | vatpit.c | 80 int mode; global() member 107 vatpit_delta_ticks(struct vatpit * vatpit,struct channel * c) vatpit_delta_ticks() argument 124 struct channel *c; vatpit_get_out() local 149 struct channel *c; vatpit_callout_handler() local 182 struct channel *c; pit_timer_start_cntr0() local 211 pit_update_counter(struct vatpit * vatpit,struct channel * c,bool latch) pit_update_counter() argument 249 struct channel *c; pit_readback1() local 299 struct channel *c; vatpit_update_mode() local 300 int sel, rw, mode; vatpit_update_mode() local 340 struct channel *c; vatpit_handler() local [all...] |
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 444 u32 c = ciphers[i]; wiphy_info_cipher_suites() local 1473 phy_info_ht_capa(struct hostapd_hw_modes * mode,struct nlattr * capa,struct nlattr * ampdu_factor,struct nlattr * ampdu_density,struct nlattr * mcs_set) phy_info_ht_capa() argument 1495 phy_info_vht_capa(struct hostapd_hw_modes * mode,struct nlattr * capa,struct nlattr * mcs_set) phy_info_vht_capa() argument 1510 phy_info_edmg_capa(struct hostapd_hw_modes * mode,struct nlattr * bw_config,struct nlattr * channels) phy_info_edmg_capa() argument 1541 phy_info_freq(struct hostapd_hw_modes * mode,struct hostapd_channel_data * chan,struct nlattr * tb_freq[]) phy_info_freq() argument 1668 phy_info_freqs(struct phy_info_arg * phy_info,struct hostapd_hw_modes * mode,struct nlattr * tb) phy_info_freqs() argument 1726 phy_info_rates(struct hostapd_hw_modes * mode,struct nlattr * tb) phy_info_rates() argument 1848 phy_info_iftype(struct hostapd_hw_modes * mode,struct nlattr * nl_iftype) phy_info_iftype() argument 1875 struct hostapd_hw_modes *mode; phy_info_band() local 1980 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; wpa_driver_nl80211_postprocess_modes() local 2088 nl80211_set_ht40_mode(struct hostapd_hw_modes * mode,int start,int end) nl80211_set_ht40_mode() argument 2091 int c; nl80211_set_ht40_mode() local 2101 nl80211_set_ht40_mode_sec(struct hostapd_hw_modes * mode,int start,int end) nl80211_set_ht40_mode_sec() argument 2104 int c; nl80211_set_ht40_mode_sec() local 2124 int c; nl80211_reg_rule_max_eirp() local 2125 struct hostapd_hw_modes *mode = &results->modes[m]; nl80211_reg_rule_max_eirp() local 2178 nl80211_set_vht_mode(struct hostapd_hw_modes * mode,int start,int end,int max_bw) nl80211_set_vht_mode() argument 2181 int c; nl80211_set_vht_mode() local 2401 modestr(enum hostapd_hw_mode mode) modestr() argument 2427 struct hostapd_hw_modes *mode = &modes[i]; nl80211_dump_chan_list() local [all...] |
/freebsd-src/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.c | 73 enum cmdmode mode; member 78 enum cmdmode mode; member 96 char c; in printb() local 357 char *c, *d; in set_vlangroup_members() local 399 char *c; in set_register() local 416 char *c, *d; in set_phyregister() local 527 const char *c; in print_config() local 653 const char *c; in print_info() local 701 newmode(struct cfg *cfg, enum cmdmode mode) in newmode()
|
/freebsd-src/sys/dev/drm2/ |
H A D | drm_edid.c | 535 mode_is_rb(const struct drm_display_mode *mode) in mode_is_rb() 744 struct drm_display_mode *m, *mode = NULL; in drm_mode_std() local 856 drm_mode_do_interlace_quirk(struct drm_display_mode *mode, in drm_mode_do_interlace_quirk() 904 struct drm_display_mode *mode; in drm_mode_detailed() local 1000 mode_in_hsync_range(const struct drm_display_mode *mode, in mode_in_hsync_range() 1017 mode_in_vsync_range(const struct drm_display_mode *mode, in mode_in_vsync_range() 1049 mode_in_range(const struct drm_display_mode *mode, struct edid *edid, in mode_in_range() 1077 const struct drm_display_mode *mode) in valid_inferred_mode() 1119 static void fixup_mode_1366x768(struct drm_display_mode *mode) in fixup_mode_1366x768() 1187 do_inferred_modes(struct detailed_timing *timing, void *c) in do_inferred_modes() [all …]
|
/freebsd-src/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_fw.c | 120 struct r12a_fw_cmd_pwrmode mode; in r12a_set_pwrmode() local 160 struct ieee80211_channel *c = sc->sc_ic.ic_curchan; r12a_iq_calib_fw() local [all...] |
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | ldo.c | 98 #define LUAI_THROW(L,c) longjmp(&(c)->b) argument 99 #define LUAI_TRY(L,c,a) if (setjmp(&(c)->b) == 0) { a } argument 113 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument 114 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument 122 #define LUAI_THROW(L,c) throw(c) argument 123 #define LUAI_TRY(L,c,a) \ argument 129 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) argument 130 #define LUAI_TRY(L,c,a) if (_setjmp((c)->b) == 0) { a } argument 135 #define LUAI_THROW(L,c) longjmp((c)->b, 1) argument 136 #define LUAI_TRY(L,c,a) if (setjmp((c)->b) == 0) { a } argument [all …]
|
/freebsd-src/tests/sys/kern/ |
H A D | sys_getrandom.c | 45 size_t i, j, c; in ATF_TC_BODY() local 46 unsigned mode; in ATF_TC_BODY() local
|
/freebsd-src/usr.bin/posixshmcontrol/ |
H A D | posixshmcontrol.c | 62 create_one_shm(const char *path, long mode, int idx) in create_one_shm() 89 long mode; in create_shm() local 91 int c, i, idx, pn, ret, ret1; in create_shm() local 226 int c, error, fd, jid, mib[3], ret; in list_shm() local 461 int c, i, ret, ret1; in stat_shm() local 521 int c, i, ret, ret1; in truncate_shm() local
|
/freebsd-src/crypto/openssl/crypto/evp/ |
H A D | e_aria.c | 65 int mode = EVP_CIPHER_CTX_get_mode(ctx); in aria_init_key() local 162 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument 203 unsigned char c; in ctr64_inc() local 256 static int aria_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aria_gcm_ctrl() 369 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] = len >> 8; in aria_gcm_ctrl() local 370 EVP_CIPHER_CTX_buf_noconst(c)[arg - 1] = len & 0xff; in aria_gcm_ctrl() local 541 static int aria_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in aria_ccm_ctrl() 580 EVP_CIPHER_CTX_buf_noconst(c)[arg - 2] = len >> 8; in aria_ccm_ctrl() local 581 EVP_CIPHER_CTX_buf_noconst(c)[arg - 1] = len & 0xff; in aria_ccm_ctrl() local 768 #define BLOCK_CIPHER_aead(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \ argument
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | moduleparam.h | 49 #define LINUXKPI_PARAM_CONCAT_SUB(a,b,c,d) a##b##c##d argument 124 #define module_param_named(name, var, type, mode) \ argument 127 #define module_param(var, type, mode) \ argument 130 #define module_param_named_unsafe(name, var, type, mode) \ argument 133 #define module_param_unsafe(var, type, mode) \ argument 136 #define module_param_array(var, type, addr_argc, mode) argument
|
/freebsd-src/tools/tools/net80211/wlanstats/ |
H A D | main.c | 174 int c, mode; local
|
/freebsd-src/bin/ls/ |
H A D | print.c | 532 putch(int c) in writech() argument 541 char tmp = (char)c; in printcolor_termcap() argument 486 printtype(u_int mode) printtype() argument 525 putch(int c) putch() argument 563 printcolor_ansi(Colors c) printcolor_ansi() argument 580 printcolor(Colors c) printcolor() argument 615 colortype(mode_t mode) colortype() argument 662 char c[2]; parsecolors() local [all...] |