Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/hotplugd/
H A Dhotplugd.c120 switch (he.he_type) { in main()
134 syslog(LOG_NOTICE, "unknown event (0x%x)", he.he_type); in main()
/openbsd-src/sys/sys/
H A Dhotplug.h30 int he_type; /* event type */ member
/openbsd-src/sys/dev/
H A Dhotplug.c84 he.he_type = HOTPLUG_DEVAT; in hotplug_device_attach()
95 he.he_type = HOTPLUG_DEVDT; in hotplug_device_detach()
/openbsd-src/sys/net/
H A Dofp.h85 uint16_t he_type; member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ofp.c125 hetype = ntohs(he->he_type); in ofp_print_hello()