Searched refs:new_max (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dpf_if.c510 int new_max = pfi_buffer_max * 2; local
512 if (new_max > PFI_BUFFER_MAX) {
517 p = _MALLOC(new_max * sizeof (*pfi_buffer), PFI_MTYPE,
528 pfi_buffer_max = new_max;
H A Dif_bond.c2635 int new_max; local
2663 new_max = (mtu > (int)ifnet_mtu(ifp)) ? mtu : (int)ifnet_mtu(ifp);
2666 new_max = (mtu > ifb->ifb_altmtu) ? mtu : ifb->ifb_altmtu;
2670 if (new_max != old_max) {
2673 error = bond_set_mtu_on_ports(ifb, new_max);
/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c3744 vm_prot_t new_max; local
3798 new_max = current->max_protection;
3800 new_max |= VM_PROT_WRITE;
3801 if ((new_prot & (new_max | VM_PROT_COPY)) != new_prot) {
3806 if ((new_prot & new_max) != new_prot) {

Completed in 101 milliseconds