/src/tests/rump/rumpkern/ |
t_sp.sh | 54 test_case basic basic 83 basic() function 160 atf_add_test_case basic
|
/src/tests/fs/vfs/ |
t_union.c | 109 basic(const atf_tc_t *tc, const char *mp) function in typeref:typename:void 194 ATF_TC_FSAPPLY(basic, "check basic union functionality"); 200 ATF_TP_FSAPPLY(basic);
|
/src/tests/usr.bin/printf/ |
printf.sh | 34 # "$1" is basic test name, "$2" is description 205 basic() function 207 setmsg basic 243 define basic 'basic functionality' 1268 # Basic formatting
|
/src/usr.sbin/wlanctl/ |
wlanctl.c | 77 const char *basic; local in function:print_rateset 84 basic = "*"; 86 basic = ""; 89 printf(" [%s%d.%d]", basic, rate / 10, rate % 10); 91 printf(" %s%d.%d", basic, rate / 10, rate % 10);
|
/src/sys/net80211/ |
ieee80211_proto.c | 400 * value so any basic rate bit is set. 402 * to stations have the necessary basic 412 * supported. If this is a basic rate and we 530 * Mark the basic rates for the 11g rate table based on the 534 * the basic OFDM rates. 539 static const struct ieee80211_rateset basic[] = { local in function:ieee80211_set11gbasicrates 552 for (j = 0; j < basic[mode].rs_nrates; j++) 553 if (basic[mode].rs_rates[j] == rs->rs_rates[i]) {
|
/src/sys/dev/bluetooth/ |
btmagic.c | 1110 case BASIC_REPORT_ID: /* Basic mouse (input) */ 1175 * parse the Basic report (0x10), which according to the provided 1184 * Even when the magic touch reports are enabled, the basic report is 1192 } basic = { variable in typeref:typename:const struct __anonb07df8960108 1209 dx = hid_get_data(data, &basic.dX); 1212 dy = hid_get_data(data, &basic.dY); 1216 if (hid_get_udata(data, &basic.button1)) 1218 if (hid_get_udata(data, &basic.button2))
|
/src/sys/dev/ic/ |
wi.c | 867 uint16_t basic = 0, supported = 0, rate; local in function:wi_init 888 basic |= rate; 891 wi_write_val(sc, WI_RID_BASIC_RATE, basic);
|
/src/sys/dev/pci/ |
if_iwnreg.h | 955 struct iwn_bt_basic basic; member in struct:iwn_bt_adv1 964 struct iwn_bt_basic basic; member in struct:iwn_bt_adv2 1307 uint8_t basic; member in struct:iwn_spectrum_notif
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_vmx.c | 529 /* VMX basic exit reasons. */ 1251 * input value for basic or extended function for that 1252 * processor then the data for the highest basic information 1265 if (eax < 0x40000000) { /* basic CPUID range */ 1285 * basic CPUID range 3267 uint64_t basic, val, true_val; local in function:vmx_check_ctls 3271 basic = rdmsr(MSR_IA32_VMX_BASIC); 3272 has_true = (basic & IA32_VMX_BASIC_TRUE_CTLS) != 0; 3297 uint64_t basic, val, true_val; local in function:vmx_init_ctls 3301 basic = rdmsr(MSR_IA32_VMX_BASIC) [all...] |