Home
last modified time | relevance | path

Searched refs:link_activate (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_impl.h127 int link_activate(dlmgmt_link_t *);
H A Ddlmgmt_util.c368 link_activate(dlmgmt_link_t *linkp) in link_activate() function
535 if ((flags & DLMGMT_ACTIVE) && (err = link_activate(linkp)) != 0) { in dlmgmt_create_common()
H A Ddlmgmt_door.c207 if ((err = link_activate(linkp)) != 0) in dlmgmt_upcall_create()
722 if ((err = link_activate(linkp)) == 0) { in dlmgmt_upid()
H A Ddlmgmt_db.c1238 link_activate(newlink) != 0) { in process_db_read()