Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif_media.c298 int usermax; /* user requested max */ in ifmedia_ioctl() local
320 usermax = 0; in ifmedia_ioctl()
329 usermax++; in ifmedia_ioctl()
335 if (ifmr->ifm_count > usermax) in ifmedia_ioctl()
336 ifmr->ifm_count = usermax; in ifmedia_ioctl()
355 count = usermax; in ifmedia_ioctl()