Searched refs:mylevel (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dslc.c219 int hislevel, mylevel, ack; local
250 mylevel = slctab[func].current.flag & SLC_LEVELBITS;
257 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
283 int hislevel, mylevel; local
286 mylevel = slctab[(int)func].defset.flag & SLC_LEVELBITS;
306 if (mylevel == SLC_DEFAULT) {
352 if (mylevel == SLC_DEFAULT) {
357 mylevel == SLC_CANTCHANGE) {
363 flag |= mylevel;
365 if (mylevel
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c1130 throttle_add_to_list(struct _throttle_io_info_t *info, uthread_t ut, int mylevel, boolean_t insert_tail) argument
1135 if (TAILQ_EMPTY(&info->throttle_uthlist[mylevel])) {
1136 info->throttle_start_IO_period_timestamp[mylevel] = info->throttle_last_IO_timestamp[mylevel];
1141 TAILQ_INSERT_TAIL(&info->throttle_uthlist[mylevel], ut, uu_throttlelist);
1143 TAILQ_INSERT_HEAD(&info->throttle_uthlist[mylevel], ut, uu_throttlelist);
1145 ut->uu_on_throttlelist = mylevel;
1546 throttle_io_will_be_throttled_internal(void * throttle_info, int * mylevel, int * throttling_level) argument
1574 if (mylevel)
1575 *mylevel
1651 int mylevel = 0; local
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1112 char mylevel; /* Maximum level & flags */
1129 spcp->flags = spcp->mylevel = SLC_NOSUPPORT;
1136 spcp->mylevel = SLC_VARIABLE|flags; \
1139 spcp->mylevel = SLC_DEFAULT; \
1163 spc_data[SLC_XON].mylevel = SLC_CANTCHANGE;
1164 spc_data[SLC_XOFF].mylevel = SLC_CANTCHANGE;
1238 if (spcp->mylevel != SLC_NOSUPPORT) {
1242 spcp->flags = spcp->mylevel;
1304 if (level <= (spcp->mylevel&SLC_LEVELBITS)) {
1309 if ((spcp->mylevel
1108 char mylevel; /* Maximum level & flags */ member in struct:spc
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1074 char mylevel; /* Maximum level & flags */ member in struct:spc
1091 spcp->flags = spcp->mylevel = SLC_NOSUPPORT;
1098 spcp->mylevel = SLC_VARIABLE|flags; \
1101 spcp->mylevel = SLC_DEFAULT; \
1190 if (spcp->mylevel != SLC_NOSUPPORT) {
1194 spcp->flags = spcp->mylevel;
1256 if (level <= (spcp->mylevel&SLC_LEVELBITS)) {
1261 if ((spcp->mylevel&SLC_LEVELBITS) != SLC_DEFAULT)
1262 spcp->flags = spcp->mylevel;
1285 spcp->flags = spcp->mylevel;
[all...]

Completed in 107 milliseconds