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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c971 dlmgmt_link_t link_in_file, *linkp = NULL, *dblinkp; local
1006 process_link_line(buf, &link_in_file)) {
1009 * the link attributes list of link_in_file.
1011 linkattr_destroy(&link_in_file);
1013 if (link_in_file.ll_link[0] == '\0' || done) {
1039 linkp = link_by_name(link_in_file.ll_link,
1043 link_in_file.ll_link) == 0) {
1048 dblinkp = link_by_name(link_in_file.ll_link,
1067 if (strcmp(req->ls_link, link_in_file.ll_link) != 0) {
1100 dlmgmt_link_t link_in_file, *newlin local
[all...]

Completed in 62 milliseconds