Home
last modified time | relevance | path

Searched refs:nopt (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c90 static const int nopt = nitems(opttbl); variable
457 for (i = 0; i < nopt; i++) { in display_mbr()
557 for (i = 0; i < nopt; i++) in stropt()
560 if (i == nopt) in stropt()
/freebsd/contrib/unbound/util/
H A Dconfig_file.c1088 char buf[1024], nopt[64]; in config_get_option() local
1091 if(opt && opt[strlen(opt)-1] == ':' && strlen(opt)<sizeof(nopt)) { in config_get_option()
1092 memmove(nopt, opt, strlen(opt)); in config_get_option()
1093 nopt[strlen(opt)-1] = 0; in config_get_option()
1094 opt = nopt; in config_get_option()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c11688 const int nopt = adap->chip_params->filter_num_opt; in t4_filter_field_width() local
11719 if (filter_field < 0 || filter_field >= nopt) in t4_filter_field_width()
12957 const int nopt = adap->chip_params->filter_num_opt; in t4_set_filter_cfg() local
12964 for (i = 0; i < nopt; i++) { in t4_set_filter_cfg()
12981 for (i = 0; i < nopt; i++) { in t4_set_filter_cfg()