Searched refs:valid (Results 1 - 25 of 80) sorted by last modified time

1234

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c3201 reorder_buf->valid = 0;
4377 .valid = htole32(valid_tx_ant),
4519 /* Send TX valid antennas before triggering calibrations */
5072 * Empty list is valid as well since nssn indicates frames were
5223 if (!buffer->valid) {
5226 buffer->valid = 1;
8264 * - if 1M is basic, that's the only valid ACK rate.
10696 uint32_t valid; /* (nonzero) valid, (0) log is empty */ member in struct:iwm_error_event_table
10751 uint32_t valid; /* (nonzer member in struct:iwm_umac_error_event_table
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c3206 reorder_buf->valid = 0;
3855 /* If OEM fused a valid address, use it instead of the one in OTP. */
3937 printf("%s: no valid mac address was found\n", DEVNAME(sc));
4287 .valid = htole32(valid_tx_ant),
4862 * Empty list is valid as well since nssn indicates frames were
5013 if (!buffer->valid) {
5016 buffer->valid = 1;
7308 * - if 1M is basic, that's the only valid ACK rate.
8475 * Keys are stored in 'ni' so 'k' is valid if 'ni' is valid
9448 uint32_t valid; /* (nonzero) valid, (0) log is empty */ member in struct:iwx_error_event_table
9503 uint32_t valid; /* (nonzero) valid, (0) log is empty */ member in struct:iwx_umac_error_event_table
[all...]
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...]
H A Dif_iwxvar.h366 * @valid: reordering is valid for this queue
382 int valid; member in struct:iwx_reorder_buffer
/haiku/src/kits/tracker/
H A DPoseView.cpp909 // The threads check periodically if they are still valid,
1837 // make destRect valid
1841 // TODO: As long as either srcRect or destRect are valid, this
1843 // Many times they are not valid, but most of the time they are,
9029 // !NaN and valid range
9495 bool valid = oldIndex > 0 && oldIndex < poseCount - 1; local
9496 valid = valid && PoseCompareAddWidget(pose,
9499 valid = valid
[all...]
/haiku/src/bin/network/ping/
H A Dping6.c2753 int valid; local
2779 valid = inet_pton(AF_INET6, "ff02::2:0000:0000", &in6);
2782 valid = inet_pton(AF_INET6, "ff02::2:ff00:0000", &in6);
2784 if (valid != 1)
/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/kits/interface/
H A DTextView.cpp161 valid(false),
173 bool valid : 1; member in struct:BTextView::LayoutData
2760 fLayoutData->valid = false;
2796 if (fLayoutData->valid)
2825 fLayoutData->valid = true;
3990 // try to return valid height info anyway
H A DAbstractSpinner.cpp273 valid(false)
293 bool valid; member in struct:BAbstractSpinner::LayoutData
1410 fLayoutData->valid = false;
1621 if (fLayoutData->valid)
1661 fLayoutData->valid = true;
H A DMenuField.cpp147 valid(false)
160 bool valid; member in struct:BMenuField::LayoutData
936 fLayoutData->valid = false;
972 // We have valid layout items, they define the divider location.
1327 if (fLayoutData->valid)
1376 fLayoutData->valid = true;
H A DBox.cpp31 : valid(false)
42 bool valid; // validity the other fields member in struct:BBox::LayoutData
560 fLayoutData->valid = false;
765 if (fLayoutData->valid)
854 fLayoutData->valid = true;
/haiku/src/apps/people/
H A DPeopleApp.cpp107 bool valid = false; local
144 valid = false;
147 valid = true;
149 if (!valid) {
/haiku/
H A Dconfigure229 # check if a toolchain is valid
1085 valid Haiku cross-compiler. Please see ReadMe.cross-compile. >&2
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp128 && gGPIOInfo[hpdPinIndex]->valid) {
181 if (gGPIOInfo[i2cPinIndex]->valid == false
182 || gGPIOInfo[i2cPinIndex]->i2c.valid == false) {
387 if (!gGPIOInfo[pin]->valid) {
399 if (gGPIOInfo[gpioIndex]->valid) {
404 gGPIOInfo[gpioIndex]->valid = true;
405 gGPIOInfo[gpioIndex]->i2c.valid = false;
414 TRACE("%s: general GPIO @ %" B_PRId32 ", valid: %s, "
416 gGPIOInfo[gpioIndex]->valid ? "true" : "false",
457 if (!gGPIOInfo[pin]->valid) {
[all...]
H A Dencoder.cpp68 if (gConnector[id]->valid == false)
84 if (gConnector[id]->encoderExternal.valid == true) {
466 if (gConnector[connectorIndex]->encoderExternal.valid == true) {
732 if (dpInfo->valid == true)
925 if (extEncoder->valid != true) {
926 ERROR("%s: connector %" B_PRIu32 " doesn't have a valid "
1132 if (gConnector[connectorIndex]->encoderExternal.valid == true)
1346 if (dpInfo->valid == true) {
1998 bool hasExternal = connector->encoderExternal.valid;
H A Ddisplayport.cpp40 if (!dpInfo->valid) {
465 if (gConnector[index]->valid == false
467 dpInfo->valid = false;
475 dpInfo->valid = true;
824 if (dp->valid != true) {
913 if (!dpInfo->valid) {
914 ERROR("%s: connector(%" B_PRIu32 ") missing valid DisplayPort data!\n",
1004 if (gConnector[id]->valid == true) {
1007 dp->valid ? "true" : "false");
1009 if (!dp->valid)
[all...]
H A Ddisplay.cpp256 if (gConnector[id]->valid == false)
272 if (gConnector[id]->encoderExternal.valid == true) {
273 // If this has a valid external encoder (dp bridge)
365 // We found a valid / attached display
434 if (gConnector[connectorIndex]->encoderExternal.valid == true
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp130 bool valid = rasterizer->SetBitmap((int)offset->x, (int)offset->y, local
133 if (valid) {
/haiku/src/system/kernel/
H A Dsyscalls.cpp69 bool valid; member in struct:generic_syscall
156 if (syscall->valid) {
273 syscall->valid = true;
298 syscall->valid = false;
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp60 static const char *testTypeInvalid = "text/Are spaces valid?";
61 static const char *testTypeSuperValid = "valid-but-fake-supertype";
1653 // be valid MIME strings)
1660 // If the entry designates a valid MIME string, find it
1679 // Verify it's a valid mime string. If so, find and remove from our set
1733 // be valid MIME strings)
1750 // If the entry designates a valid MIME string, find it
1769 // Verify it's a valid mime string. If so, find and remove from our set
2269 // Make sure it's a valid type string, since the R5::GetInstalled*Types()
2800 // valid typ
3052 bool valid = (test.error == B_OK); local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp57 bool valid; member in struct:Volume::VNode
68 valid(true),
1084 vnode->valid = false;
1113 // everything went fine -- mark the node valid
1117 vnode->valid = true;
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp111 CPUSet valid; member in struct:LargeMemoryTranslationMapPhysicalPageMapper::page_slot
396 if (!slot.valid.GetBit(currentCPU)) {
397 // not valid on this CPU -- invalidate the TLB entry
400 slot.valid.SetBit(currentCPU);
412 slot.valid.ClearAll();
413 slot.valid.SetBit(currentCPU);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp3138 bool valid = false; local
3143 valid = (error == B_OK);
3151 // get an attr dir info, if the directory is valid
3165 request->valid = valid;
3167 if (!removed && valid) {
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevices.cpp176 device->valid = true;
371 device->valid = false;
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c90 bool valid; member in struct:nbd_device
472 if (!dev || !dev->valid)
820 nbd_devices[i].valid = false;
860 nbd_devices[i].valid = true;

Completed in 375 milliseconds

1234