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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c1968 (err = devlink_create(root, name, DCA_DEVLINK_CACHE))) {
2019 (void) devlink_create(root_dir, NULL, DCA_DEVLINK_SYNC);
3113 (void) devlink_create(root_dir, NULL,
3264 * devlink_create() returns 0 on success or an errno value on failure
3270 devlink_create(const char *root, const char *name, int dca_devlink_flag) function
3314 dprintf(DBG_INFO, "devlink_create: can't start daemon\n");

Completed in 66 milliseconds