HomeSort by: relevance | last modified time | path
    Searched defs:devpubd_probe_event (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/devpubd/
devpubd.c 60 struct devpubd_probe_event { struct
62 TAILQ_ENTRY(devpubd_probe_event) entries;
65 static TAILQ_HEAD(, devpubd_probe_event) devpubd_probe_events;
213 struct devpubd_probe_event *ev = calloc(1, sizeof(*ev));
228 struct devpubd_probe_event *ev;
devpubd.c 60 struct devpubd_probe_event { struct
62 TAILQ_ENTRY(devpubd_probe_event) entries;
65 static TAILQ_HEAD(, devpubd_probe_event) devpubd_probe_events;
213 struct devpubd_probe_event *ev = calloc(1, sizeof(*ev));
228 struct devpubd_probe_event *ev;

Completed in 23 milliseconds