Home
last modified time | relevance | path

Searched refs:opt_list (Results 1 – 7 of 7) sorted by relevance

/NextBSD/usr.sbin/config/
HDmkoptions.c67 struct opt_list *ol; in options()
144 struct opt_list *ol; in do_option()
295 struct opt_list *po; in tooption()
315 struct opt_list *po; in check_duplicate()
329 struct opt_list *po; in insert_option()
332 po = (struct opt_list *) calloc(1, sizeof *po); in insert_option()
344 struct opt_list *po; in update_option()
HDconfig.h130 struct opt_list {
135 SLIST_ENTRY(opt_list) o_next;
138 SLIST_HEAD(, opt_list) otab;
/NextBSD/contrib/ntp/sntp/libopts/
HDsave.c451 void ** opt_list; in prt_val_list() local
456 opt_list = (void **)al->apzArgs; in prt_val_list()
467 tOptionValue const * ovp = *(opt_list++); in prt_val_list()
485 void ** opt_list; in prt_nested() local
491 opt_list = (void **)al->apzArgs; in prt_nested()
497 tOptionValue const * base = *(opt_list++); in prt_nested()
/NextBSD/usr.sbin/rtadvd/
HDrtadvd.c122 TAILQ_HEAD(, nd_optlist) opt_list;
130 #define opt_list nd_opt_each.opt_list macro
922 TAILQ_INIT(&ndopts.opt_list); in rs_input()
1094 TAILQ_INIT(&ndopts.opt_list); in ra_input()
1206 TAILQ_FOREACH(nol, &ndopts.opt_list, nol_next) in ra_input()
1502 TAILQ_INSERT_TAIL(&(ndopts->opt_list), nol, nol_next); in nd6_options()
1524 while ((nol = TAILQ_FIRST(&ndopts->opt_list)) != NULL) { in free_ndopts()
1525 TAILQ_REMOVE(&ndopts->opt_list, nol, nol_next); in free_ndopts()
/NextBSD/usr.sbin/cron/crontab/
HDcrontab.c52 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator
111 case opt_list: list_cmd(); in main()
162 Option = opt_list;
/NextBSD/usr.sbin/camdd/
HDcamdd.c3340 struct camdd_io_opts *opt_list = NULL; local
3347 opt_list = calloc(2, sizeof(struct camdd_io_opts));
3348 if (opt_list == NULL) {
3369 && (opt_list[0].dev_type != CAMDD_DEV_NONE))
3371 && (opt_list[1].dev_type != CAMDD_DEV_NONE))) {
3376 (c == 'o') ? &opt_list[1] : &opt_list[0]);
3407 if ((opt_list[0].dev_type == CAMDD_DEV_NONE)
3408 || (opt_list[1].dev_type == CAMDD_DEV_NONE))
3417 error = camdd_rw(opt_list, 2, max_io, retry_count, timeout);
3420 free(opt_list);
/NextBSD/contrib/binutils/gas/
HDChangeLog-92951638 (opt_list): New static function.