Lines Matching refs:optl
50 static long long optl = 0;
98 optl = def_optl;
125 optl = sizetoll(optarg);
150 * If optp or optl were set by caller, make sure that they point to a
174 if (optl == def_optl) {
175 optl = optp * 2;
176 } else if (optl % optp != 0) {
178 optl, optp);
220 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
225 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
237 memcntl((caddr_t)ts->ts_map[i], optl, MC_HAT_ADVISE,
245 for (j = 0; j < optl; j += optp) {
250 for (j = 0; j < optl; j += optp) {
267 (void) munmap((void *)ts->ts_map[i], optl);
284 (void) sprintf(result, "%8lld %5s %8lld", optl, flags, optp);