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

  /src/sys/kern/
subr_autoconf.c 2380 deviter_init(&s->di, DEVITER_F_SHUTDOWN|DEVITER_F_LEAVES_FIRST);
3714 * deviter_init(di, flags): initialize the device iterator `di'
3726 * indicating both that deviter_init() should not respect any
3746 * deviter_init(di);
3751 * is undefined if `di' was not initialized with deviter_init() or
3765 deviter_init(deviter_t *di, deviter_flags_t flags) function in typeref:typename:void
3820 deviter_init(di, flags);

Completed in 12 milliseconds