Lines Matching refs:bsd_bits
285 ccp_wantoptions[0].bsd_bits = rbits;
290 ccp_allowoptions[0].bsd_bits = abits;
376 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
378 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
756 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
761 if (go->bsd_bits < BSD_MIN_BITS) {
773 --go->bsd_bits;
774 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
858 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
966 else if (BSD_NBITS(p[2]) < go->bsd_bits)
967 try.bsd_bits = BSD_NBITS(p[2]);
1035 if (p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
1259 ho->bsd_bits = nb = BSD_NBITS(p[2]);
1261 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1264 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, ao->bsd_bits);
1284 ho->bsd_bits);
1404 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits)
1406 opt->bsd_bits, opt2->bsd_bits);
1409 opt->bsd_bits);