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

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Daffect.c46 _affect_change(MENU *m, int newtop, ITEM *newcurrent) argument
61 if (newtop != Top(m)) {
67 Top(m) = newtop;
91 Top(m) = newtop;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2633 char *newtop; local
2708 newtop = "Private Loop";
2712 newtop = "Public Loop";
2716 newtop = "Point to Point";
2720 newtop = "Fabric";
2724 newtop = NULL;
2728 if (oldtop && newtop && strcmp(oldtop, newtop)) {
2731 oldtop, newtop);

Completed in 88 milliseconds