Searched refs:valid (Results 76 - 80 of 80) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp235 void SetValid(bool valid) argument
237 fValid = valid;
2415 // cookie not yet valid -- get the length of the list
2451 // we have a valid cookie now -- get the next entries from the cookie
3372 // If we don't have a valid type, we need to stat the node first.
3504 // If we don't have a valid type, we need to stat the node first.
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c2282 /* Check that EEPROM values are within valid range. */
4084 uc->subtype, le32toh(uc->valid));
4086 if (le32toh(uc->valid) != 1) {
4223 /* Check that the error log address is valid. */
4240 if (dump.valid == 0) {
5483 /* Use the first valid TX antenna. */
5814 /* Make sure idx stays in a valid range. */
6592 btconfig2k.valid = htole16(0xff);
6612 btconfig.valid = htole16(0xff);
6844 /* Configure valid T
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1455 * Read the eeprom to find out what channels are valid for the given
2299 uc->subtype, le32toh(uc->valid));
2301 if (le32toh(uc->valid) != 1) {
2480 /* Check that the error log address is valid. */
3787 /* Make sure idx stays in a valid range. */
4236 /* Make sure they're valid. */
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h2116 * @valid: valid antenna configuration
2119 uint32_t valid; member in struct:iwm_tx_ant_cfg_cmd
2465 #define IWM_FW_SUBTYPE_BOOTSRAP 1 /* Not valid */
2696 * number of fragments are valid.
2796 * number of fragments are valid.
3277 * @IWM_RX_MPDU_RES_STATUS_MNG_FRAME_REPLAY_ERR: valid for alg = CCM_CMAC or
4513 /* Bit 9: (1) CCK, (0) OFDM. HT (bit 8) must be "0" for this bit to be valid */
4600 * 0 and 1 are valid for HT and VHT, 2 and 3 only for VHT
5595 * @scanned_channels: number of channels scanned (and number of valid result
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h73 * exponent, the actual size is 2**value, valid sizes are 8-2048.
74 * The value is four bits long. Maximum valid exponent is 12
2040 * @valid: valid antenna configuration
2043 uint32_t valid; member in struct:iwx_tx_ant_cfg_cmd
2248 * @n_channels: number of valid channels in the array
3020 * number of fragments are valid.
3567 * @IWX_RX_MPDU_RES_STATUS_MNG_FRAME_REPLAY_ERR: valid for alg = CCM_CMAC or
3653 * TSF value on air rise (INA), only valid if
3664 /* Only valid i
[all...]

Completed in 202 milliseconds

1234