Searched refs:valid (Results 101 - 125 of 492) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c114 pRequest->valid = agTRUE;
135 pRequest->valid = agFALSE;
156 pRequest->valid = agFALSE;
197 pRequest->valid = agFALSE;
279 pRequest->valid = agTRUE;
298 pRequest->valid = agFALSE;
317 pRequest->valid = agFALSE;
358 pRequest->valid = agFALSE;
415 pRequest->valid = agTRUE;
436 pRequest->valid
[all...]
H A Dsasmp.c159 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
160 pRequest->valid = agTRUE;
195 pRequest->valid = agFALSE;
213 pRequest->valid = agFALSE;
292 pRequest->valid = agFALSE;
385 /* Request header must be valid regardless of IP bit */
629 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
630 pRequest->valid = agTRUE;
H A Dsautil.c183 if (pRequestDesc->valid == agTRUE)
235 if (pRequestDesc->valid == agTRUE)
238 pRequestDesc->valid = agFALSE;
283 if (pRequestDesc->valid == agTRUE)
290 pRequestDesc->valid = agFALSE;
334 if (pRequestDesc->valid == agTRUE)
394 if (pRequestDesc->valid == agTRUE)
H A Dsasata.c128 pRequest->valid = agTRUE;
179 pRequest->valid = agFALSE;
198 pRequest->valid = agFALSE;
246 agTag = 0; /* agTag not valid for these requests */
259 agTag = 0; /* agTag not valid for these requests */
269 agTag = 0; /* agTag not valid for these requests */
274 agTag = 0; /* agTag not valid for these requests */
280 agTag = 0; /* agTag not valid for these requests */
708 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
710 pRequest->valid
[all...]
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_control_ep_test.c169 uint32_t valid; local
190 valid = 0;
214 valid = 0;
224 valid++;
228 "languages\n", (int)x, (int)valid);
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddmcmnapi.c111 if (onePortContext->valid == agFALSE)
352 oneDeviceData->valid = agTRUE;
355 else if (oneDeviceData->valid == agTRUE)
357 oneDeviceData->valid = agFALSE;
447 (oneDeviceData->valid == agTRUE) &&
551 oneDeviceData->valid = agTRUE;
589 oneDeviceData->valid = agTRUE;
686 /* allocate a new device and set the valid bit */
915 oneDeviceData->valid = agFALSE;
1096 if (onePortContext->valid
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11.c59 int valid; member in struct:pkcs11_provider
97 debug("pkcs11_provider_finalize: %p refcount %d valid %d",
98 p, p->refcount, p->valid);
99 if (!p->valid)
109 p->valid = 0;
123 if (p->valid)
124 error("pkcs11_provider_unref: %p still valid", p);
250 if (!k11->provider || !k11->provider->valid) {
251 error("no pkcs11 (valid) provider for rsa %p", rsa);
642 p->valid
[all...]
H A Daudit-bsm.c264 if (the_authctxt != NULL && the_authctxt->valid) {
309 if (the_authctxt->valid)
335 if (the_authctxt->valid) {
/freebsd-11-stable/sys/vm/
H A Dvm_page.c440 m->valid = m->dirty = 0;
1159 KASSERT(m->valid != 0, ("%s: %p is invalid", __func__, m));
1228 KASSERT(m->valid == VM_PAGE_BITS_ALL,
1971 KASSERT(m->valid == 0, ("free page %p is valid", m));
2342 if (m->valid != 0) {
2399 m_new->valid = m->valid;
2406 m->valid = 0;
2905 m->valid
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c152 if (onePortContext->tiPortalContext == portalContext && onePortContext->valid == agTRUE)
310 if (onePortContext->tiPortalContext == tiPortalContext && onePortContext->valid == agTRUE)
343 if (onePortContext->valid == agFALSE)
388 From the device list, returns only valid devices
424 if ((oneDeviceData->valid == agTRUE) &&
431 if ((oneDeviceData->valid == agTRUE) &&
455 TI_DBG3(("tiINIGetDeviceHandles: valid %d SSP target %d STP target %d SATA device %d\n", oneDeviceData->valid, DEVICE_IS_SSP_TARGET(oneDeviceData), DEVICE_IS_STP_TARGET(oneDeviceData), DEVICE_IS_SATA_DEVICE(oneDeviceData)));
460 TI_DBG3(("tiINIGetDeviceHandles: valid FoundDevices %d\n", FoundDevices));
465 TI_DBG3(("tiINIGetDeviceHandles: valid
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h100 CAM_MSGB_VALID = 0x10000000,/* Message buffer valid */
101 CAM_STATUS_VALID = 0x20000000,/* Status buffer valid */
102 CAM_DATAB_VALID = 0x40000000,/* Data buffer valid */
912 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_scsi
920 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_ata
928 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_spi
943 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_fc
955 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_sas
961 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_pata
976 u_int valid; /* Whic member in struct:ccb_trans_settings_sata
1003 u_int valid; /* Which fields to honor */ member in struct:ccb_trans_settings_nvme
1026 u_int valid; /* Which fields to honor */ member in union:ccb_trans_settings::__anon5236
1032 u_int valid; /* Which fields to honor */ member in union:ccb_trans_settings::__anon5237
1070 u_int valid; member in struct:ccb_sim_knob_settings_spi
1076 u_int valid; member in struct:ccb_sim_knob_settings_fc
1083 u_int valid; member in struct:ccb_sim_knob_settings_sas
1092 u_int valid; /* Which fields to honor */ member in union:ccb_sim_knob::__anon5238
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c651 if ((spi->valid & CTS_SPI_VALID_DISC) != 0) {
658 if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
665 if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
672 if ((spi->valid & CTS_SPI_VALID_PPR_OPTIONS) == 0) {
679 if ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) == 0) {
686 if ((spi->valid & CTS_SPI_VALID_SYNC_RATE) == 0) {
693 if (((spi->valid & CTS_SPI_VALID_SYNC_RATE) != 0)
694 || ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) != 0)) {
876 spi->valid = CTS_SPI_VALID_SYNC_RATE
882 scsi->valid
[all...]
H A Daic79xx_osm.c768 if ((spi->valid & CTS_SPI_VALID_DISC) != 0) {
775 if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
782 if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
789 if ((spi->valid & CTS_SPI_VALID_PPR_OPTIONS) == 0) {
796 if ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) == 0) {
803 if ((spi->valid & CTS_SPI_VALID_SYNC_RATE) == 0) {
810 if (((spi->valid & CTS_SPI_VALID_SYNC_RATE) != 0)
811 || ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) != 0)) {
892 spi->valid = CTS_SPI_VALID_SYNC_RATE
898 scsi->valid
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp740 uint8_t index, uint8_t *valid) { \
741 *valid = 1; \
745 *valid = 0; \
752 *valid = 0; \
761 *valid = 0; \
766 *valid = 0; \
771 *valid = 0; \
782 *valid = 0; \
786 *valid = 0; \
792 *valid
833 uint8_t valid; local
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dgicv3_its.c170 uint8_t valid; member in struct:its_cmd_desc::__anon11::__anon14
188 uint8_t valid; member in struct:its_cmd_desc::__anon11::__anon17
1035 KASSERT(its_dev->itt != 0, ("Invalid ITT in valid ITS device"));
1251 cmd_format_valid(struct its_cmd *cmd, uint8_t valid) argument
1255 cmd->cmd_dword[2] |= htole64((uint64_t)valid << CMD_VALID_SHIFT);
1405 * When V (valid) bit is zero, this field should be written
1408 if (desc->cmd_desc_mapd.valid != 0) {
1416 cmd_format_valid(cmd, desc->cmd_desc_mapd.valid);
1422 cmd_format_valid(cmd, desc->cmd_desc_mapc.valid);
1520 its_cmd_mapc(device_t dev, struct its_col *col, uint8_t valid) argument
1560 its_cmd_mapd(device_t dev, struct its_dev *its_dev, uint8_t valid) argument
[all...]
/freebsd-11-stable/sys/isa/
H A Dpnp.c166 * Get the device's serial number. Returns 1 if the serial is valid.
171 int i, bit, valid = 0, sum = 0x6a; local
184 valid = valid || bit;
191 valid = valid && (data[8] == sum);
193 return (valid);
337 * IRQ 0 is not a valid interrupt selection and
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.c697 static int valid = 0; local
716 if (valid) {
717 memcpy(out, bb, (unsigned int)valid);
718 tot = valid;
719 valid = 0;
743 valid = i - j;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c241 validity using PFILE->cb.valid_pch. Return true iff a valid file is
242 found. Set *INVALID_PCH if a PCH file is found but wasn't valid. */
252 bool valid = false; local
271 valid = validate_pch (pfile, file, pchname);
287 valid = validate_pch (pfile, file, pchname);
288 if (valid)
293 if (valid)
299 if (valid)
304 return valid;
310 Set *INVALID_PCH to true if a PCH file is found but wasn't valid
1419 bool valid = false; local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h211 u16 valid; member in struct:__anon7773
223 u16 valid; member in struct:__anon7774
231 u8 valid; member in struct:__anon7775
/freebsd-11-stable/contrib/lua/src/
H A Dlmathlib.c84 int valid; local
85 lua_Integer n = lua_tointegerx(L, 1, &valid);
86 if (valid)
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_node.c334 fsai->valid = 0;
338 fsai->valid |= FATTR_SIZE;
343 fsai->valid |= FATTR_FH;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp51 m_thread_info.valid = false;
317 if (!m_thread_info.valid) {
330 m_thread_info.valid = true;
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dkcm_locl.h120 int valid; member in struct:kcm_event
/freebsd-11-stable/sys/mips/rmi/
H A Dboard.h232 int valid; member in struct:xlr_board_info::xlr_gmac_block_t::xlr_gmac_port
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gart.c501 bo_va->valid = false;
530 bo_va->valid = false;
697 /* check if the id is still valid */
809 bo_va->valid = false;
828 * @flags: attributes of pages (read/write/valid/etc.)
894 bo_va->valid = false;
930 * radeon_vm_update_pdes - make sure that page directory is valid
1010 * radeon_vm_update_ptes - make sure that page tables are valid
1119 if ((bo_va->valid && mem) || (!bo_va->valid
[all...]

Completed in 238 milliseconds

1234567891011>>