Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/freebsd-src/contrib/libxo/xo/
H A Dxo.c226 static struct opts { struct
239 } opts; argument
/freebsd-src/contrib/ntp/sntp/libopts/
H A Dusage.c120 set_usage_flags(tOptions * opts, char const * flg_txt) in set_usage_flags()
232 print_offer_usage(tOptions * opts) in print_offer_usage()
290 print_usage_details(tOptions * opts, int exit_code) in print_usage_details()
518 optionUsage(tOptions * opts, int usage_exit_code) in optionUsage()
589 prt_conflicts(tOptions * opts, tOptDesc * od) in prt_conflicts()
649 prt_one_vendor(tOptions * opts, tOptDesc * od, in prt_one_vendor()
708 prt_vendor_opts(tOptions * opts, char const * title) in prt_vendor_opts()
766 prt_extd_usage(tOptions * opts, tOptDesc * od, char const * title) in prt_extd_usage()
946 prt_preamble(tOptions * opts, tOptDesc * od, arg_types_t * at) in prt_preamble()
979 prt_one_usage(tOptions * opts, tOptDesc * od, arg_types_t * at) in prt_one_usage()
[all …]
H A Dmakeshell.c77 optionParseShell(tOptions * opts) in optionParseShell()
250 text_to_var(tOptions * opts, teTextTo which, tOptDesc * od) in text_to_var()
321 emit_usage(tOptions * opts) in emit_usage()
397 emit_wrapup(tOptions * opts) in emit_wrapup()
431 emit_setup(tOptions * opts) in emit_setup()
496 emit_action(tOptions * opts, tOptDesc * od) in emit_action()
546 emit_inaction(tOptions * opts, tOptDesc * od) in emit_inaction()
569 emit_flag(tOptions * opts) in emit_flag()
596 emit_match_expr(char const * name, tOptDesc * cod, tOptions * opts) in emit_match_expr()
675 emit_long(tOptions * opts) in emit_long()
[all …]
H A Dinit.c45 validate_struct(tOptions * opts, char const * pname) in validate_struct()
141 immediate_opts(tOptions * opts) in immediate_opts()
188 do_presets(tOptions * opts) in do_presets()
246 ao_initialize(tOptions * opts, int a_ct, char ** a_v) in ao_initialize()
H A Dfind.c70 opt_ambiguities(tOptions * opts, char const * name, int nm_len) in opt_ambiguities()
104 opt_match_ct(tOptions * opts, char const * name, int nm_len, in opt_match_ct()
179 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st) in opt_set()
222 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st) in opt_unknown()
260 opt_ambiguous(tOptions * opts, char const * name, int match_ct) in opt_ambiguous()
341 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state) in opt_find_long()
458 get_opt_arg_must(tOptions * opts, tOptState * o_st) in get_opt_arg_must()
623 get_opt_arg(tOptions * opts, tOptState * o_st) in get_opt_arg()
664 find_opt(tOptions * opts, tOptState * o_st) in find_opt()
H A Dversion.c112 emit_copy_note(tOptions * opts, FILE * fp) in emit_copy_note()
138 print_ver(tOptions * opts, tOptDesc * od, FILE * fp, bool call_exit) in print_ver()
194 optionPrintVersion(tOptions * opts, tOptDesc * od) in optionPrintVersion()
212 optionPrintVersionAndReturn(tOptions * opts, tOptDesc * od) in optionPrintVersionAndReturn()
228 optionVersionStderr(tOptions * opts, tOptDesc * od) in optionVersionStderr()
H A Dsort.c38 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in must_arg()
76 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in maybe_arg()
119 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, in short_opt_ck()
168 optionSort(tOptions * opts) in optionSort()
H A Dconfigfile.c369 file_preset(tOptions * opts, char const * fname, int dir) in file_preset()
473 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_cfg()
557 handle_directive(tOptions * opts, char * txt) in handle_directive()
609 aoflags_directive(tOptions * opts, char * txt) in aoflags_directive()
639 program_directive(tOptions * opts, char * txt) in program_directive()
676 handle_section(tOptions * opts, char * txt) in handle_section()
874 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_struct()
957 intern_file_load(tOptions * opts) in intern_file_load()
1085 optionFileLoad(tOptions * opts, char const * prog) in optionFileLoad()
1116 optionLoadOpt(tOptions * opts, tOptDesc * odesc) in optionLoadOpt()
[all …]
H A Dautoopts.c102 handle_opt(tOptions * opts, tOptState * o_st) in handle_opt()
215 next_opt(tOptions * opts, tOptState * o_st) in next_opt()
242 regular_opts(tOptions * opts) in regular_opts()
327 optionProcess(tOptions * opts, int a_ct, char ** a_v) in optionProcess()
H A Dalias.c35 too_many_occurrences(tOptions * opts, tOptDesc * od) in too_many_occurrences()
67 optionAlias(tOptions * opts, tOptDesc * old_od, unsigned int alias) in optionAlias()
H A Dtime.c41 optionTimeVal(tOptions * opts, tOptDesc * od) in optionTimeVal()
74 optionTimeDate(tOptions * opts, tOptDesc * od) in optionTimeDate()
/freebsd-src/sbin/nvmecontrol/
H A Dcomnd.h54 struct opts { struct
55 const char *long_arg;
79 const struct opts *opts; argument
/freebsd-src/sys/sys/
H A Dmutex.h238 #define __mtx_lock(mp, tid, opts, file, line) __extension__ ({ \ argument
255 #define __mtx_lock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
265 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
281 #define __mtx_lock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
293 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
310 #define __mtx_unlock(mp, tid, opts, file, line) __extension__ ({ \ argument
417 #define mtx_lock_flags_(m, opts, file, line) \ argument
419 #define mtx_unlock_flags_(m, opts, file, line) \ argument
421 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
423 #define mtx_trylock_spin_flags_(m, opts, file, line) \ argument
[all …]
/freebsd-src/sbin/pfctl/
H A Dpfctl_altq.c307 struct node_queue_opt *opts) in eval_pfaltq()
357 check_commit_altq(int dev, int opts) in check_commit_altq()
389 struct node_queue_opt *opts) in eval_pfqueue()
492 struct cbq_opts *opts; in eval_pfqueue_cbq() local
535 struct cbq_opts *opts; in cbq_compute_idletime() local
617 check_commit_cbq(int dev, int opts, struct pfctl_altq *if_ppa) in check_commit_cbq()
639 const struct cbq_opts *opts; in print_cbq_opts() local
697 check_commit_priq(int dev, int opts, struct pfctl_altq *if_ppa) in check_commit_priq()
713 const struct priq_opts *opts; in print_priq_opts() local
745 struct hfsc_opts_v1 *opts; in eval_pfqueue_hfsc() local
[all …]
H A Dpfctl.c312 pfctl_enable(int dev, int opts) in pfctl_enable() argument
335 pfctl_disable(int dev, int opts) in pfctl_disable() argument
356 pfctl_clear_stats(struct pfctl_handle *h, int opts) in pfctl_clear_stats() argument
449 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_clear_interface_flags() argument
466 pfctl_flush_eth_rules(int dev,int opts,char * anchorname) pfctl_flush_eth_rules() argument
481 pfctl_flush_rules(int dev,int opts,char * anchorname) pfctl_flush_rules() argument
494 pfctl_flush_nat(int dev,int opts,char * anchorname) pfctl_flush_nat() argument
507 pfctl_clear_altq(int dev,int opts) pfctl_clear_altq() argument
525 pfctl_clear_src_nodes(int dev,int opts) pfctl_clear_src_nodes() argument
535 pfctl_clear_iface_states(int dev,const char * iface,int opts) pfctl_clear_iface_states() argument
606 pfctl_kill_src_nodes(int dev,const char * iface,int opts) pfctl_kill_src_nodes() argument
709 pfctl_net_kill_states(int dev,const char * iface,int opts) pfctl_net_kill_states() argument
825 pfctl_gateway_kill_states(int dev,const char * iface,int opts) pfctl_gateway_kill_states() argument
889 pfctl_label_kill_states(int dev,const char * iface,int opts) pfctl_label_kill_states() argument
920 pfctl_id_kill_states(int dev,const char * iface,int opts) pfctl_id_kill_states() argument
1016 pfctl_print_eth_rule_counters(struct pfctl_eth_rule * rule,int opts) pfctl_print_eth_rule_counters() argument
1042 pfctl_print_rule_counters(struct pfctl_rule * rule,int opts) pfctl_print_rule_counters() argument
1101 pfctl_show_eth_rules(int dev,char * path,int opts,enum pfctl_show format,char * anchorname,int depth,int wildcard) pfctl_show_eth_rules() argument
1216 pfctl_show_rules(int dev,char * path,int opts,enum pfctl_show format,char * anchorname,int depth,int wildcard) pfctl_show_rules() argument
1420 pfctl_show_nat(int dev,char * path,int opts,char * anchorname,int depth,int wildcard) pfctl_show_nat() argument
1533 pfctl_show_src_nodes(int dev,int opts) pfctl_show_src_nodes() argument
1578 int opts; global() member
1598 pfctl_show_states(int dev,const char * iface,int opts) pfctl_show_states() argument
1617 pfctl_show_status(int dev,int opts) pfctl_show_status() argument
1657 pfctl_show_timeouts(int dev,int opts) pfctl_show_timeouts() argument
1680 pfctl_show_limits(int dev,int opts) pfctl_show_limits() argument
1700 pfctl_show_creators(int opts) pfctl_show_creators() argument
2126 pfctl_rules(int dev,char * filename,int opts,int optimize,char * anchorname,struct pfr_buffer * trans) pfctl_rules() argument
2764 pfctl_debug(int dev,u_int32_t level,int opts) pfctl_debug() argument
2792 pfctl_test_altqsupport(int dev,int opts) pfctl_test_altqsupport() argument
2810 pfctl_show_anchors(int dev,int opts,char * anchorname) pfctl_show_anchors() argument
2849 pfctl_show_eth_anchors(int dev,int opts,char * anchorname) pfctl_show_eth_anchors() argument
2902 int opts = 0; main() local
[all...]
H A Dpfctl_table.c106 pfctl_clear_tables(const char * anchor,int opts) pfctl_clear_tables() argument
112 pfctl_show_tables(const char * anchor,int opts) pfctl_show_tables() argument
119 pfctl_command_tables(int argc,char * argv[],char * tname,const char * command,char * file,const char * anchor,int opts) pfctl_command_tables() argument
128 pfctl_table(int argc,char * argv[],char * tname,const char * command,char * file,const char * anchor,int opts) pfctl_table() argument
558 xprintf(int opts,const char * fmt,...) xprintf() argument
581 pfctl_show_ifaces(const char * filter,int opts) pfctl_show_ifaces() argument
606 print_iface(struct pfi_kif * p,int opts) print_iface() argument
[all...]
/freebsd-src/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c70 static void print_opts(raidz_test_opts_t *opts, boolean_t force) in print_opts()
210 cmp_code(raidz_test_opts_t *opts, const raidz_map_t *rm, const int parity) in cmp_code()
237 cmp_data(raidz_test_opts_t *opts, raidz_map_t *rm) in cmp_data()
303 init_raidz_golden_map(raidz_test_opts_t *opts, const int parity) in init_raidz_golden_map()
363 init_raidz_map(raidz_test_opts_t *opts, zio_t **zio, const int parity) in init_raidz_map()
397 run_gen_check(raidz_test_opts_t *opts) in run_gen_check()
456 run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn) in run_rec_check_impl()
573 run_rec_check(raidz_test_opts_t *opts) in run_rec_check()
628 run_test(raidz_test_opts_t *opts) in run_test()
660 raidz_test_opts_t *opts = (raidz_test_opts_t *)arg; in sweep_thread() local
[all …]
/freebsd-src/sys/kern/
H A Dkern_mutex.c294 WITNESS_CHECKORDER(&m->lock_object, (opts & ~MTX_RECURSE) | in __mtx_unlock_flags() argument
260 __mtx_lock_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_lock_flags() argument
319 __mtx_lock_spin_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_lock_spin_flags() argument
360 __mtx_trylock_spin_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_trylock_spin_flags() argument
388 __mtx_unlock_spin_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_unlock_spin_flags() argument
475 _mtx_trylock_flags_(volatile uintptr_t * c,int opts,const char * file,int line) _mtx_trylock_flags_() argument
491 __mtx_lock_sleep(volatile uintptr_t * c,uintptr_t v,int opts,const char * file,int line) __mtx_lock_sleep() argument
705 _mtx_lock_spin_cookie(volatile uintptr_t * c,uintptr_t v,int opts,const char * file,int line) _mtx_lock_spin_cookie() argument
807 thread_lock_validate(struct mtx * m,int opts,const char * file,int line) thread_lock_validate() argument
822 thread_lock_validate(m,opts,file,line) global() argument
828 _thread_lock(struct thread * td,int opts,const char * file,int line) _thread_lock() argument
865 thread_lock_flags_(struct thread * td,int opts,const char * file,int line) thread_lock_flags_() argument
1017 __mtx_unlock_sleep(volatile uintptr_t * c,uintptr_t v,int opts,const char * file,int line) __mtx_unlock_sleep() argument
1134 _mtx_init(volatile uintptr_t * c,const char * name,const char * type,int opts) _mtx_init() argument
[all...]
/freebsd-src/contrib/libxo/xopo/
H A Dxopo.c98 static struct opts { struct
101 } opts; argument
/freebsd-src/contrib/ncurses/form/
H A Dfrm_opts.c89 form_opts_on(FORM *form, Form_Options opts) in form_opts_on()
114 form_opts_off(FORM *form, Form_Options opts) in form_opts_off()
H A Dfld_opts.c96 field_opts_on(FIELD *field, Field_Options opts) in field_opts_on()
124 field_opts_off(FIELD *field, Field_Options opts) in field_opts_off()
/freebsd-src/contrib/ncurses/menu/
H A Dm_item_opt.c98 item_opts_off(ITEM *item, Item_Options opts) in item_opts_off()
126 item_opts_on(ITEM *item, Item_Options opts) in item_opts_on()
H A Dm_opts.c117 menu_opts_off(MENU *menu, Menu_Options opts) in menu_opts_off()
150 menu_opts_on(MENU *menu, Menu_Options opts) in menu_opts_on()
/freebsd-src/sbin/ifconfig/
H A Difgif.c58 int opts; in gif_status() local
73 int opts; in setgifopts() local
/freebsd-src/contrib/ncurses/ncurses/
H A Dnew_pair.h67 #define get_extended_pair(opts, color_pair) \ argument
71 #define set_extended_pair(opts, color_pair) \ argument
77 #define get_extended_pair(opts, color_pair) /* nothing */ argument
78 #define set_extended_pair(opts, color_pair) \ argument

12345678910>>...13