Searched defs:dld_ioc_register (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1363 * when the modules register their ioctls in dld_ioc_register(). We
1365 * need for it to call dld_ioc_register() itself. ctrl_node_inst controls
1368 * be held; so dld_ioc_register() _must_ be called in xxx_attach() routine of
1369 * the driver. If set to -1, driver will be held; so dld_ioc_register() _must_
1397 dld_ioc_register(uint16_t modid, dld_ioc_info_t *list, uint_t count) function
1412 VERIFY(dld_ioc_register(modid, NULL, 0) == 0);
1426 * in that module calling dld_ioc_register(), thereby filling in the
1456 * dld_ioc_register() is called in xxx_init().
1462 * dld_ioc_register() is called in xxx_attach().

Completed in 47 milliseconds