Lines Matching refs:optp
51 static long long optp = 0;
97 optp = def_optp;
128 optp = sizetoll(optarg);
150 * If optp or optl were set by caller, make sure that they point to a
153 if (optp != def_optp) {
155 if (pagesizes[i] == optp) {
160 printf("Invalid page size: %lld\n", optp);
169 if ((optp >= GIGABYTE) && (sizeof (void *) == 4)) {
175 optl = optp * 2;
176 } else if (optl % optp != 0) {
178 optl, optp);
215 marg.mha_pagesize = optp;
236 if ((optp != def_optp) &&
245 for (j = 0; j < optl; j += optp) {
250 for (j = 0; j < optl; j += optp) {
284 (void) sprintf(result, "%8lld %5s %8lld", optl, flags, optp);