Searched refs:opt (Results 1 - 25 of 31) sorted by path

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300desc.h537 #define ar9300_set_11n_txbf_cal(ah, ds, cal_pos, code_rate, cec, opt)
H A Dar9300.h1620 #define ar9300_set_11n_txbf_sounding(ah, ds, series, cec, opt)
1621 #define ar9300_set_11n_txbf_cal(ah, ds, cal_pos, code_rate, cec, opt)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c137 fuse_is_lib_option(const char* opt) argument
139 return /*fuse_lowlevel_is_lib_option(opt) ||*/
140 fuse_opt_match(fuse_lib_opts, opt);
146 const char *opt;
174 for (i = 0; mount_flags[i].opt != NULL; i++) {
175 const char *opt = mount_flags[i].opt;
176 if (strcmp(opt, s) == 0) {
H A Dfuse_opt.c19 const struct fuse_opt *opt; member in struct:fuse_opt_context
97 static int next_arg(struct fuse_opt_context *ctx, const char *opt) argument
100 fprintf(stderr, "fuse: missing argument after `%s'\n", opt);
112 int fuse_opt_add_opt(char **opts, const char *opt) argument
116 newopts = strdup(opt);
119 newopts = realloc(*opts, oldlen + 1 + strlen(opt) + 1);
122 strcpy(newopts + oldlen + 1, opt);
132 static int add_opt(struct fuse_opt_context *ctx, const char *opt) argument
134 return fuse_opt_add_opt(&ctx->opts, opt);
175 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, argument
184 fuse_opt_match(const struct fuse_opt *opts, const char *opt) argument
209 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
231 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
258 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); local
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp16 int32 value, void* ptr, float opt);
541 void* ptr, float opt)
540 VHostCallback(VSTEffect* effect, int32 opcode, int32 index, int32 value, void* ptr, float opt) argument
/haiku/src/bin/network/telnet/
H A Dcommands.c2188 int proto, opt;
2374 result = sourceroute(res, hostp, &srp, &srlen, &proto, &opt);
2406 if (srp && setsockopt(net, proto, opt, (char *)srp, srlen) < 0)
2180 int proto, opt; local
H A Dexterns.h168 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
169 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
170 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
171 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
173 #define my_state_is_dont(opt) (!my_state_is_do(opt))
[all...]
/haiku/src/bin/network/telnetd/
H A Ddefs.h195 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
196 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
197 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
198 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
200 #define my_state_is_dont(opt) (!my_state_is_do(opt))
[all...]
/haiku/src/bin/
H A Dquery.cpp126 int opt; local
127 while ((opt = getopt(argc, argv, "efalv:")) != -1) {
128 switch(opt) {
/haiku/src/bin/unzip/
H A Dttyio.c189 int echo(opt)
190 int opt;
226 * (depending on function argument opt)
228 if (opt == 0) /* off */
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcategories.def218 DEFINE_ELEMENT (ERA, "era", opt, stringlist, 0, 100)
219 DEFINE_ELEMENT (ERA_YEAR, "era_year", opt, string)
220 DEFINE_ELEMENT (ERA_D_FMT, "era_d_fmt", opt, string)
221 DEFINE_ELEMENT (ALT_DIGITS, "alt_digits", opt, stringlist, 100, 100)
222 DEFINE_ELEMENT (ERA_D_T_FMT, "era_d_t_fmt", opt, string)
223 DEFINE_ELEMENT (ERA_T_FMT, "era_t_fmt", opt, string)
224 DEFINE_ELEMENT (_NL_TIME_ERA_NUM_ENTRIES, "time-era-num-entries", opt, word)
225 DEFINE_ELEMENT (_NL_TIME_ERA_ENTRIES, "time-era-entries", opt, string)
235 DEFINE_ELEMENT (_NL_WERA_YEAR, "wide-era_year", opt, wstring)
236 DEFINE_ELEMENT (_NL_WERA_D_FMT, "wide-era_d_fmt", opt, wstrin
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp72 int opt; local
81 opt = getopt_long(argc, argv, "hs:f:", longOptions, &optionIndex);
82 switch (opt) {
100 } while (opt != -1);
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp86 int opt; local
87 while ((opt = getopt(argc, argv, "efav:")) != -1) {
88 switch (opt) {
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h760 int fuse_is_lib_option(const char *opt);
H A Dfuse_lowlevel.h1515 int fuse_lowlevel_is_lib_option(const char *opt);
H A Dfuse_opt.h209 * @param opt is the option to add
212 int fuse_opt_add_opt(char **opts, const char *opt);
218 * @param opt is the option to add
221 int fuse_opt_add_opt_escaped(char **opts, const char *opt);
261 * @param opt is the option to match
264 int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c701 uint32_t opt; local
706 opt = CSR_READ_4(sc, ALC_OPT_CFG);
717 if ((opt & OPT_CFG_CLK_ENB) == 0) {
718 opt |= OPT_CFG_CLK_ENB;
719 CSR_WRITE_4(sc, ALC_OPT_CFG, opt);
768 if ((opt & OPT_CFG_CLK_ENB) != 0) {
769 opt &= ~OPT_CFG_CLK_ENB;
770 CSR_WRITE_4(sc, ALC_OPT_CFG, opt);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h2306 uint8_t opt; member in struct:iwx_lmac_alive
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h2489 uint8_t opt; member in struct:iwm_alive_resp_v1
2511 uint8_t opt; member in struct:iwm_alive_resp_v2
2537 uint8_t opt; member in struct:iwm_alive_resp_v3
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp148 uint16 result, net_buffer* opt)
163 if (opt != NULL) {
164 if (gBufferModule->append_cloned(buffer.Get(), opt, 0, opt->size) != B_OK)
147 make_l2cap_configuration_rsp(uint8& code, uint16 scid, uint16 flags, uint16 result, net_buffer* opt) argument
H A Dl2cap_command.h30 uint16 result, net_buffer* opt);
H A Dl2cap_signal.cpp410 uint16 result, net_buffer* opt)
413 net_buffer* buffer = make_l2cap_configuration_rsp(code, scid, flags, result, opt);
409 send_l2cap_configuration_rsp(HciConnection* conn, uint8 ident, uint16 scid, uint16 flags, uint16 result, net_buffer* opt) argument
H A Dl2cap_signal.h24 uint16 scid, uint16 flags, uint16 result, net_buffer *opt);
/haiku/src/bin/filteredquery/
H A Dquery.cpp139 int opt; local
140 while ((opt = getopt(argc, (char **)argv, "easv:p:")) != -1) {
141 switch(opt) {
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp163 int opt; local
183 opt = getopt_long(argc, argv, "hn46xtul", kLongOptions,
185 switch (opt) {
221 } while (opt != -1);

Completed in 330 milliseconds

12