| /freebsd-14.2/contrib/libxo/xo/ |
| H A D | xo.c | 226 static struct opts { struct 239 } opts; argument
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/ |
| H A D | usage.c | 120 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() 946 prt_preamble(tOptions * opts, tOptDesc * od, arg_types_t * at) in prt_preamble() 1125 prt_prog_detail(tOptions * opts) in prt_prog_detail() 1190 setGnuOptFmts(tOptions * opts, char const ** ptxt) in setGnuOptFmts() [all …]
|
| H A D | makeshell.c | 77 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 D | init.c | 45 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 D | find.c | 70 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 D | version.c | 112 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 D | sort.c | 38 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 D | configfile.c | 369 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 D | autoopts.c | 102 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 D | alias.c | 35 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 D | time.c | 41 optionTimeVal(tOptions * opts, tOptDesc * od) in optionTimeVal() 74 optionTimeDate(tOptions * opts, tOptDesc * od) in optionTimeDate()
|
| /freebsd-14.2/sbin/nvmecontrol/ |
| H A D | comnd.h | 54 struct opts { struct 55 const char *long_arg; 79 const struct opts *opts; argument
|
| /freebsd-14.2/sys/sys/ |
| H A D | mutex.h | 417 #define mtx_lock_flags_(m, opts, file, line) \ argument 419 #define mtx_unlock_flags_(m, opts, file, line) \ argument 428 #define mtx_lock_flags_(m, opts, file, line) \ argument 430 #define mtx_unlock_flags_(m, opts, file, line) \ argument 451 #define mtx_lock_flags(m, opts) \ argument 453 #define mtx_unlock_flags(m, opts) \ argument 455 #define mtx_lock_spin_flags(m, opts) \ argument 457 #define mtx_unlock_spin_flags(m, opts) \ argument 459 #define mtx_trylock_flags(m, opts) \ argument 461 #define mtx_trylock_spin_flags(m, opts) \ argument [all …]
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_altq.c | 307 struct node_queue_opt *opts) in eval_pfaltq() 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 639 const struct cbq_opts *opts; in print_cbq_opts() local 713 const struct priq_opts *opts; in print_priq_opts() local 745 struct hfsc_opts_v1 *opts; in eval_pfqueue_hfsc() local 861 struct fairq_opts *opts; in eval_pfqueue_fairq() local 950 const struct hfsc_opts_v1 *opts; in print_hfsc_opts() local 998 const struct codel_opts *opts; in print_codel_opts() local [all …]
|
| H A D | pfctl.c | 311 pfctl_enable(int dev, int opts) in pfctl_enable() 332 pfctl_disable(int dev, int opts) in pfctl_disable() 351 pfctl_clear_stats(int dev, int opts) in pfctl_clear_stats() 502 pfctl_clear_altq(int dev, int opts) in pfctl_clear_altq() 520 pfctl_clear_src_nodes(int dev, int opts) in pfctl_clear_src_nodes() 1514 pfctl_show_src_nodes(int dev, int opts) in pfctl_show_src_nodes() 1586 pfctl_show_status(int dev, int opts) in pfctl_show_status() 1626 pfctl_show_timeouts(int dev, int opts) in pfctl_show_timeouts() 1651 pfctl_show_limits(int dev, int opts) in pfctl_show_limits() 2766 pfctl_test_altqsupport(int dev, int opts) in pfctl_test_altqsupport() [all …]
|
| H A D | pfctl_table.c | 107 pfctl_clear_tables(const char *anchor, int opts) in pfctl_clear_tables() 113 pfctl_show_tables(const char *anchor, int opts) in pfctl_show_tables() 120 const char *command, char *file, const char *anchor, int opts) in pfctl_command_tables() 129 char *file, const char *anchor, int opts) in pfctl_table() 559 xprintf(int opts, const char *fmt, ...) in xprintf() 582 pfctl_show_ifaces(const char *filter, int opts) in pfctl_show_ifaces() 607 print_iface(struct pfi_kif *p, int opts) in print_iface()
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_mutex.c | 260 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags() 294 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_flags() 319 __mtx_lock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_lock_spin_flags() 360 __mtx_trylock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_trylock_spin_flags() 388 __mtx_unlock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_unlock_spin_flags() 702 _mtx_lock_spin_cookie(volatile uintptr_t *c, uintptr_t v, int opts, in _mtx_lock_spin_cookie() 804 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate() 819 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument 825 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock() 862 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 70 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() 546 init_raidz_map(raidz_test_opts_t *opts, zio_t **zio, const int parity) in init_raidz_map() 581 run_gen_check(raidz_test_opts_t *opts) in run_gen_check() 640 run_rec_check_impl(raidz_test_opts_t *opts, raidz_map_t *rm, const int fn) in run_rec_check_impl() 757 run_rec_check(raidz_test_opts_t *opts) in run_rec_check() 812 run_test(raidz_test_opts_t *opts) in run_test() 844 raidz_test_opts_t *opts = (raidz_test_opts_t *)arg; in sweep_thread() local [all …]
|
| /freebsd-14.2/contrib/libxo/xopo/ |
| H A D | xopo.c | 98 static struct opts { struct 101 } opts; argument
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | frm_opts.c | 89 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 D | fld_opts.c | 96 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-14.2/contrib/ncurses/menu/ |
| H A D | m_item_opt.c | 98 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 D | m_opts.c | 117 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-14.2/sbin/ifconfig/ |
| H A D | ifgif.c | 56 int opts; in gif_status() local 70 int opts; in setgifopts() local
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | new_pair.h | 67 #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
|