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

/freebsd-11-stable/stand/pc98/boot0.5/
H A Dselector.s291 je dev_up
307 dev_up: label
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c56 static int hostap_set_iface_flags(void *priv, int dev_up);
349 static int hostap_set_iface_flags(void *priv, int dev_up) argument
359 if (linux_set_iface_flags(drv->ioctl_sock, ifname, dev_up) < 0)
362 if (dev_up) {
/freebsd-11-stable/sys/dev/ena/
H A Dena.c3313 bool dev_up; local
3322 dev_up = ENA_FLAG_ISSET(ENA_FLAG_DEV_UP, adapter);
3323 if (dev_up)
3336 if (!(ENA_FLAG_ISSET(ENA_FLAG_TRIGGER_RESET, adapter) && dev_up))

Completed in 110 milliseconds