Searched refs:medium (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/mpl/dhcp/dist/client/scripts/
H A Dbsdos90 eval "ifconfig $interface $medium"
91 eval "ifconfig $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
132 eval "ifconfig $interface inet -alias $old_ip_address $medium"
149 $new_broadcast_arg $mtu_arg $metric_arg $medium"
191 eval "ifconfig $interface inet -alias $old_ip_address $medium"
219 $new_broadcast_arg $mtu_arg $metric_arg $medium"
242 eval "ifconfig $interface inet -alias $new_ip_address $medium"
H A Dnetbsd135 eval "ifconfig $interface $medium"
136 eval "ifconfig $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
177 eval "ifconfig $interface inet -alias $old_ip_address $medium"
194 $new_broadcast_arg $mtu_arg $metric_arg $medium"
236 eval "ifconfig $interface inet -alias $old_ip_address $medium"
264 $new_broadcast_arg $mtu_arg $metric_arg $medium"
287 eval "ifconfig $interface inet -alias $new_ip_address $medium"
H A Dopenbsd131 eval "ifconfig $interface $medium"
132 eval "ifconfig $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
173 eval "ifconfig $interface inet -alias $old_ip_address $medium"
190 $new_broadcast_arg $medium"
232 eval "ifconfig $interface inet -alias $old_ip_address $medium"
260 $new_broadcast_arg $medium"
283 eval "ifconfig $interface inet -alias $new_ip_address $medium"
H A Dfreebsd179 eval "ifconfig $interface $medium"
180 eval "ifconfig $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
221 eval "ifconfig $interface inet -alias $old_ip_address $medium"
238 $new_broadcast_arg $mtu_arg $metric_arg $medium"
299 eval "ifconfig $interface inet -alias $old_ip_address $medium"
327 $new_broadcast_arg $mtu_arg $metric_arg $medium"
357 eval "ifconfig $interface inet -alias $new_ip_address $medium"
H A Dsolaris73 eval "$ifconfig $interface $medium"
126 $new_broadcast_arg $mtu_arg $metric_arg $medium"
180 $new_broadcast_arg $mtu_arg $metric_arg $medium"
H A Dmacos178 eval "ifconfig $interface $medium"
179 eval "ifconfig $interface inet -alias 0.0.0.0 $medium" >/dev/null 2>&1
/netbsd-current/games/warp/
H A Dconfig.sh87 medium=''
/netbsd-current/external/gpl3/gdb.old/dist/gdb/syscalls/
H A Dupdate-freebsd.sh42 are permitted in any medium without royalty provided the copyright
H A Dupdate-netbsd.sh42 are permitted in any medium without royalty provided the copyright
/netbsd-current/external/gpl3/gdb/dist/gdb/syscalls/
H A Dupdate-freebsd.sh42 are permitted in any medium without royalty provided the copyright
H A Dupdate-linux.sh47 are permitted in any medium without royalty provided the copyright
H A Dupdate-netbsd.sh42 are permitted in any medium without royalty provided the copyright
H A Dupdate-linux-from-src.sh47 are permitted in any medium without royalty provided the copyright
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dspinlock.d19 medium,
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Drv6xx_dpm.h90 struct rv6xx_pl medium; member in struct:rv6xx_ps
H A Dradeon_btc_dpm.c2130 if (ps->medium.mclk > max_limits->mclk)
2131 ps->medium.mclk = max_limits->mclk;
2132 if (ps->medium.sclk > max_limits->sclk)
2133 ps->medium.sclk = max_limits->sclk;
2134 if (ps->medium.vddc > max_limits->vddc)
2135 ps->medium.vddc = max_limits->vddc;
2136 if (ps->medium.vddci > max_limits->vddci)
2137 ps->medium.vddci = max_limits->vddci;
2172 /* adjusted medium, high states */
2173 if (ps->medium
[all...]
H A Dradeon_rv6xx_dpm.c446 state->medium.sclk;
465 state->medium.mclk;
471 if (state->high.mclk == state->medium.mclk)
478 if (state->medium.mclk == state->low.mclk)
492 pi->hw.vddc[R600_POWER_LEVEL_MEDIUM] = state->medium.vddc;
500 (state->medium.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) ? true : false;
507 (state->medium.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? true : false;
513 if ((state->high.vddc == state->medium.vddc) &&
515 (state->medium.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE)))
521 if ((state->medium
[all...]
H A Dradeon_rv770_dpm.c276 a_n = (int)state->medium.sclk * pi->lmp +
279 (int)state->medium.sclk * pi->lmp;
284 a_n = (int)state->high.sclk * pi->lhp + (int)state->medium.sclk *
286 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) +
696 &state->medium,
716 &state->medium);
763 STATE2(64 * high_clock / state->medium.sclk) |
770 POWERMODE2(rv770_calculate_memory_refresh_rate(rdev, state->medium.sclk)) |
2193 pl = &ps->medium;
2450 pl = &ps->medium;
[all...]
H A Dradeon_rv730_dpm.c411 POWERMODE2(rv770_calculate_memory_refresh_rate(rdev, state->medium.sclk)) |
430 state->medium.sclk,
431 state->medium.mclk);
H A Drv770_dpm.h155 struct rv7xx_pl medium; member in struct:rv7xx_ps
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D13-fragmentation.conf10 test-5 = 5-medium-app-data
11 test-6 = 6-medium-plus-app-data
145 [5-medium-app-data]
146 ssl_conf = 5-medium-app-data-ssl
148 [5-medium-app-data-ssl]
149 server = 5-medium-app-data-server
150 client = 5-medium-app-data-client
152 [5-medium-app-data-server]
157 [5-medium-app-data-client]
168 [6-medium
[all...]
/netbsd-current/external/mit/xorg/lib/fontconfig/etc/conf.avail/
H A DMakefile11 10-hinting-medium.conf \
/netbsd-current/external/bsd/cron/dist/
H A Dcron.c36 enum timejump { negative, small, medium, large }; enumerator in enum:timejump
159 wakeupKind = medium;
183 case medium:
185 * case 2: timeDiff is a medium-sized positive
214 * case 3: timeDiff is a small or medium-sized
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c1294 /* Zap the medium list... */
1295 client -> medium = NULL;
1713 /* Remember the medium. */
1714 client->new->medium = client->medium;
1721 client->new->medium);
1862 script_init(client, "STOP", client->active->medium);
2310 /* Record the medium under which this lease was offered. */
2311 lease -> medium = client -> medium;
4318 script_init(struct client_state *client, const char *reason, struct string_list *medium) argument
[all...]
/netbsd-current/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.sh263 PRIORITY_C='<[ low | medium | high ] (one line)>'
457 ""|low|medium|high) CNT=`expr $CNT + 1` ;;

Completed in 389 milliseconds

12