Searched refs:hw (Results 151 - 175 of 257) sorted by path

1234567891011

/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_sizes43 pagesize=$(sysctl hw.pagesize | cut -d ' ' -f 2)
H A Dt_statvfs45 pagesize=$(sysctl hw.pagesize | cut -d ' ' -f 2)
/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c183 show_result(a, b, c, sw, hw)
184 BIGNUM *a, *b, *c, *sw, *hw;
204 printf("hw= ");
205 BN_print_fp(stdout, hw);
/freebsd-11-stable/usr.bin/man/
H A Dman.sh613 MACHINE_ARCH=$($SYSCTL -n hw.machine_arch)
616 MACHINE=$($SYSCTL -n hw.machine)
/freebsd-11-stable/usr.bin/pagesize/
H A Dpagesize.sh36 exec sysctl -n hw.pagesize
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c418 mousehw_t hw; /* mouse device hardware information */ member in struct:rodentparam
908 rodent.portname, r_if(rodent.hw.iftype),
909 r_name(rodent.rtype), r_model(rodent.hw.model));
913 printf("%s\n", r_if(rodent.hw.iftype));
917 printf("%s\n", r_model(rodent.hw.model));
921 rodent.portname, r_if(rodent.hw.iftype),
922 r_name(rodent.rtype), r_model(rodent.hw.model));
1422 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c,v 3.2 1995/01/28
1455 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86_Mouse.c,v 3.19 1996/10/16 14:40:51 dawes Exp $ */
1505 rodent.hw
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dsys-mem.sh33 realmem=$(expr $(sysctl -n hw.realmem) / 1048576)
/freebsd-11-stable/usr.sbin/zzz/
H A Dzzz.sh14 ACPI_SUSPEND_STATE=hw.acpi.suspend_state
15 ACPI_SUPPORTED_STATES=hw.acpi.supported_sleep_state
/freebsd-11-stable/contrib/apr/
H A Dapr.mak1278 SOURCE=.\include\apr.hw
1282 InputPath=.\include\apr.hw
1287 type .\include\apr.hw > .\include\apr.h
1293 InputPath=.\include\apr.hw
1298 type .\include\apr.hw > .\include\apr.h
1304 InputPath=.\include\apr.hw
1309 type .\include\apr.hw > .\include\apr.h
1315 InputPath=.\include\apr.hw
1320 type .\include\apr.hw > .\include\apr.h
H A Dlibapr.mak39 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
283 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
527 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
771 ALL : ".\include\apr.hw" ".\include\apr_escape.h" "$(OUTDIR)\libapr-1.dll" "$(DS_POSTBUILD_DEP)"
1476 SOURCE=.\include\apr.hw
1480 InputPath=.\include\apr.hw
1485 type .\include\apr.hw > .\include\apr.h
1491 InputPath=.\include\apr.hw
1496 type .\include\apr.hw > .\include\apr.h
1502 InputPath=.\include\apr.hw
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp111 static bool is32bitInstruction(uint16_t hw) { argument
112 return (hw & 0xe000) == 0xe000 && (hw & 0x1800) != 0x0000;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py67 hw = struct.unpack('hh', fcntl.ioctl(fd, termios.TIOCGWINSZ, '1234'))
69 hw = (0, 0)
70 return hw
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp343 uint16_t hw = (inst.Offset >> 4) & 0x7FF; local
345 b |= (hw >> 8);
347 b = hw & 0xFF;
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess192 /sbin/sysctl -n hw.machine_arch 2>/dev/null || \
193 /usr/sbin/sysctl -n hw.machine_arch 2>/dev/null || \
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_openssl.sh26 if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_openssl.sh34 if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhw_features.c519 u16 hw = iface->current_mode->ht_capab; local
523 !(hw & HT_CAP_INFO_LDPC_CODING_CAP)) {
534 !(hw & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) {
561 !(hw & HT_CAP_INFO_GREEN_FIELD)) {
568 !(hw & HT_CAP_INFO_SHORT_GI20MHZ)) {
575 !(hw & HT_CAP_INFO_SHORT_GI40MHZ)) {
581 if ((conf & HT_CAP_INFO_TX_STBC) && !(hw & HT_CAP_INFO_TX_STBC)) {
588 (hw & HT_CAP_INFO_RX_STBC_MASK)) {
595 !(hw & HT_CAP_INFO_DELAYED_BA)) {
602 !(hw
630 u32 hw = mode->vht_capab; local
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dhw_features_common.c490 static int _ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, argument
500 if ((hw & req_cap) != req_cap) {
510 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, argument
514 u32 hw_max = hw & mask;
527 int ieee80211ac_cap_check(u32 hw, u32 conf) argument
531 if (!_ieee80211ac_cap_check(hw, conf, cap, #cap)) \
537 if (!ieee80211ac_cap_check_max(hw, conf, cap, cap ## _SHIFT, \
H A Dhw_features_common.h42 int ieee80211ac_cap_check(u32 hw, u32 conf);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c159 if (wpa_s->hw.modes) {
167 for (i = 0; i < wpa_s->hw.num_modes; i++) {
168 if (wpa_s->hw.modes[i].mode == conf->hw_mode) {
169 mode = &wpa_s->hw.modes[i];
306 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
307 wpa_s->hw.num_modes) && wpa_s->conf->country[0]) {
780 if (ieee80211_is_dfs(params.freq.freq, wpa_s->hw.modes,
781 wpa_s->hw.num_modes))
H A Dbgscan_learn.c354 modes = wpa_s->hw.modes;
358 for (i = 0; i < wpa_s->hw.num_modes; i++) {
362 /* some hw modes (e.g. 11b & 11g) contain same freqs */
H A Dctrl_iface.c4268 for (j = 0; j < wpa_s->hw.num_modes; j++) {
4269 switch (wpa_s->hw.modes[j].mode) {
4289 chnl = wpa_s->hw.modes[j].channels;
4290 for (i = 0; i < wpa_s->hw.modes[j].num_channels; i++) {
4318 for (j = 0; j < wpa_s->hw.num_modes; j++) {
4319 switch (wpa_s->hw.modes[j].mode) {
4340 chnl = wpa_s->hw.modes[j].channels;
4341 for (i = 0; i < wpa_s->hw.modes[j].num_channels; i++) {
7012 if (wpa_s->hw.modes == NULL)
7019 for (i = 0; i < wpa_s->hw
[all...]
H A Ddpp_supplicant.c532 wpa_s->hw.modes, wpa_s->hw.num_modes);
1450 if (!wpa_s->hw.modes)
1453 for (i = 0; i < wpa_s->hw.num_modes; i++) {
1454 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i];
H A Devents.c799 modes = wpa_s->hw.modes;
809 for (i = 0; i < wpa_s->hw.num_modes; i++) {
3736 wpa_printf(MSG_DEBUG, "%s: Updating hw mode",
3739 ifs->hw.modes = wpa_drv_get_hw_feature_data(
3740 ifs, &ifs->hw.num_modes, &ifs->hw.flags, &dfs_domain);
3948 for (i = 0; i < wpa_s->hw.num_modes; i++) {
3949 const struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i];
H A Dmesh.c302 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
303 wpa_s->hw.num_modes) && wpa_s->conf->country[0]) {

Completed in 330 milliseconds

1234567891011