Searched refs:mylevel (Results 1 – 1 of 1) sorted by relevance
1185 char mylevel; /* Maximum level & flags */ member1202 spcp->flags = spcp->mylevel = SLC_NOSUPPORT; in slc_init()1209 spcp->mylevel = SLC_VARIABLE|(flags);\ in slc_init()1212 spcp->mylevel = SLC_DEFAULT; \ in slc_init()1320 if (spcp->mylevel != SLC_NOSUPPORT) { in slc_export()1324 spcp->flags = spcp->mylevel; in slc_export()1388 if (level <= (spcp->mylevel&SLC_LEVELBITS)) {1393 if ((spcp->mylevel&SLC_LEVELBITS) != SLC_DEFAULT)1394 spcp->flags = spcp->mylevel;1417 spcp->flags = spcp->mylevel; in slc_check()