Searched refs:intval (Results 26 - 35 of 35) sorted by last modified time

12

/freebsd-11-stable/share/examples/kld/syscall/test/
H A Dcall.c49 syscall_num = stat.data.intval;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3813 max = pmgt->intval[4];
3822 cmd.intval[i] = htole32(MIN(max, pmgt->intval[i]));
H A Dif_wpireg.h602 uint32_t intval[5]; member in struct:wpi_pmgt_cmd
982 uint32_t intval[5]; member in struct:wpi_pmgt
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h454 uint16_t intval; /* beacon interval */ member in struct:iwi_associate
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwreg.h295 uint16_t intval; member in struct:ipw_node
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h880 uint32_t intval[5]; member in struct:iwn_pmgt_cmd
2086 uint32_t intval[5]; member in struct:iwn_pmgt
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h1431 uint32_t nexttbtt, uint32_t intval);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c244 "%s: %s beacons bslot %d intval %u tsfadjust %llu\n",
922 u_int32_t nexttbtt, intval, tsftu; local
960 intval = ni->ni_intval & HAL_BEACON_PERIOD;
962 intval /= ATH_BCBUF;
965 intval = ni->ni_intval & HAL_BEACON_PERIOD;
968 nexttbtt = intval;
969 else if (intval) /* NB: can be 0 for monitor mode */
970 nexttbtt = roundup(nexttbtt, intval);
971 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
972 __func__, nexttbtt, intval, n
[all...]
/freebsd-11-stable/sys/sys/
H A Dmodule.h67 int intval; member in union:modspecific
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c172 ms.intval = *data->offset;

Completed in 264 milliseconds

12