Home
last modified time | relevance | path

Searched +defs:c +defs:mode (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/freebsd/contrib/bsnmp/tests/
H A Dconstbuf.h56 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/contrib/tcsh/
H A Dtc.nls.c59 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/sys/net80211/
H A Dieee80211.c138 struct ieee80211_channel *c; in ieee80211_chan_init() local
1112 ieee80211_chan2ieee(struct ieee80211com *ic, const struct ieee80211_channel *c) in ieee80211_chan2ieee()
1155 set_extchan(struct ieee80211_channel *c) in set_extchan()
1211 set_vht_extchan(struct ieee80211_channel *c) in set_vht_extchan()
1322 struct ieee80211_channel *c; in addchan() local
1350 struct ieee80211_channel *c; in copychan_prev() local
1523 struct ieee80211_channel *c; in findchannel() local
1580 ieee80211_get_channel_center_freq(const struct ieee80211_channel *c) in ieee80211_get_channel_center_freq()
1599 ieee80211_get_channel_center_freq1(const struct ieee80211_channel *c) in ieee80211_get_channel_center_freq1()
1623 ieee80211_get_channel_center_freq2(const struct ieee80211_channel *c) in ieee80211_get_channel_center_freq2()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-net.c144 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/contrib/lua/src/
H A Dliolib.c40 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/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c65 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/contrib/bc/src/
H A Dlex.c46 bc_lex_invalidChar(BcLex* l, char c) in bc_lex_invalidChar()
68 char c; in bc_lex_comment() local
129 char c; in bc_lex_whitespace() local
141 bc_lex_commonTokens(BcLex* l, char c) in bc_lex_commonTokens()
160 char c; in bc_lex_num() local
219 char c = l->buf[l->i]; in bc_lex_number() local
262 char c = buf[i]; in bc_lex_name() local
399 bc_lex_text(BcLex* l, const char* text, BcMode mode) in bc_lex_text()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c449 u32 c = ciphers[i]; in wiphy_info_cipher_suites() local
1607 static void phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa, in phy_info_ht_capa()
1629 static void phy_info_vht_capa(struct hostapd_hw_modes *mode, in phy_info_vht_capa()
1644 static int phy_info_edmg_capa(struct hostapd_hw_modes *mode, in phy_info_edmg_capa()
1675 static void phy_info_freq(struct hostapd_hw_modes *mode, in phy_info_freq()
1802 struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_freqs()
1860 static int phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) in phy_info_rates()
1904 static void phy_info_iftype_copy(struct hostapd_hw_modes *mode, in phy_info_iftype_copy()
2025 static int phy_info_iftype(struct hostapd_hw_modes *mode, in phy_info_iftype()
2052 struct hostapd_hw_modes *mode; in phy_info_band() local
[all …]
/freebsd/sys/teken/
H A Dteken_subr_compat.h30 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/contrib/ncurses/ncurses/
H A Dnew_pair.h97 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/sys/contrib/zlib/
H A Dzutil.h115 # 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/sys/dev/fb/
H A Dfbreg.h46 #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/sys/amd64/vmm/io/
H A Dvatpit.c81 int mode; member
108 vatpit_delta_ticks(struct vatpit *vatpit, struct channel *c) in vatpit_delta_ticks()
125 struct channel *c; in vatpit_get_out() local
150 struct channel *c; in vatpit_callout_handler() local
183 struct channel *c; in pit_timer_start_cntr0() local
212 pit_update_counter(struct vatpit *vatpit, struct channel *c, bool latch) in pit_update_counter()
250 struct channel *c; in pit_readback1() local
300 struct channel *c; in vatpit_update_mode() local
301 int sel, rw, mode; in vatpit_update_mode() local
341 struct channel *c; in vatpit_handler() local
/freebsd/sbin/etherswitchcfg/
H A Detherswitchcfg.c73 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/contrib/ncurses/ncurses/tinfo/
H A Daccess.c57 #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/contrib/elftoolchain/libelf/
H A Dlibelf_open.c124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror) in _libelf_open_object()
128 mode_t mode; in _libelf_open_object() local
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c535 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/sys/contrib/openzfs/module/lua/
H A Dldo.c98 #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/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c62 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/sys/dev/rtwn/rtl8812a/
H A Dr12a_fw.c120 struct r12a_fw_cmd_pwrmode mode; in r12a_set_pwrmode() local
160 struct ieee80211_channel *c = sc->sc_ic.ic_curchan; in r12a_iq_calib_fw() local
/freebsd/crypto/openssl/crypto/evp/
H A De_aria.c65 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/tests/sys/kern/
H A Dsys_getrandom.c45 size_t i, j, c; in ATF_TC_BODY() local
46 unsigned mode; in ATF_TC_BODY() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h49 #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/sys/dev/scc/
H A Dscc_core.c60 int c, i, ipend, isrc; in scc_bfe_intr() local
107 int c, error, mode, sysdev; scc_bfe_attach() local
310 int chan, error, mode; scc_bfe_detach() local
521 int c, i, isrc; scc_bus_setup_intr() local
[all...]
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c98 int c; in main() local
228 int c, i; in token() local
255 int c; in skipto() local
286 int c, i; in skipws() local
299 setmode(int mode) in setmode()
821 ifmode(FILE *ftemplate, const char *mode) in ifmode()
870 int c, i; in parseTemplate() local

12345678910>>...13