Searched refs:mylevel (Results 1 – 1 of 1) sorted by relevance
1187 char mylevel; /* Maximum level & flags */ member1204 spcp->flags = spcp->mylevel = SLC_NOSUPPORT; in slc_init()1211 spcp->mylevel = SLC_VARIABLE|(flags);\ in slc_init()1214 spcp->mylevel = SLC_DEFAULT; \ in slc_init()1322 if (spcp->mylevel != SLC_NOSUPPORT) { in slc_export()1326 spcp->flags = spcp->mylevel; in slc_export()1390 if (level <= (spcp->mylevel&SLC_LEVELBITS)) {1395 if ((spcp->mylevel&SLC_LEVELBITS) != SLC_DEFAULT)1396 spcp->flags = spcp->mylevel;1419 spcp->flags = spcp->mylevel; in slc_check()