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

/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h253 * NDI_DEVI_REMOVE - Remove child devinfo nodes
302 * NDI_DEVI_REMOVE - Remove the node from the devinfo tree after
306 #define NDI_DEVI_REMOVE 0x00000001 /* remove after unconfig */ macro
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c424 NDI_UNCONFIG|NDI_DEVI_REMOVE); local
467 if (ndi_devi_offline(dip, NDI_DEVI_REMOVE) != NDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c3868 flag = NDI_DEVI_REMOVE;
9305 0, 1, NDI_DEVI_REMOVE);
12571 link_cnt, tgt_cnt, NDI_DEVI_REMOVE, 0);
12762 NDI_DEVI_REMOVE, 0);
13348 if (flags & NDI_DEVI_REMOVE) {
13382 if (flags & NDI_DEVI_REMOVE) {
13445 NDI_DEVI_REMOVE); local

Completed in 99 milliseconds