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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1419 void sh_iosave(Shell_t *shp, register int origfd, int oldtop, char *name) argument
1422 assume oldtop>=0 && oldtop<shp->lim.open_max;
1426 int flag = (oldtop&IOSUBSHELL);
1427 oldtop &= ~IOSUBSHELL;
1429 for(savefd=shp->topfd; --savefd>=oldtop; )
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2634 char *oldtop; local
2652 oldtop = "Private Loop";
2656 oldtop = "Public Loop";
2660 oldtop = "Point to Point";
2664 oldtop = "Fabric";
2668 oldtop = NULL;
2728 if (oldtop && newtop && strcmp(oldtop, newtop)) {
2731 oldtop, newtop);

Completed in 108 milliseconds