Searched refs:valid (Results 26 - 50 of 492) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c85 boolean_t valid = TRUE; local
97 valid = FALSE;
110 valid = FALSE;
125 valid = FALSE;
132 valid = FALSE;
139 return valid;
163 boolean_t valid = TRUE; local
173 valid = match_service_pkey_with_ports_pkey(sa, p_madw,
176 if (!valid) {
179 valid
671 boolean_t valid; local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c219 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
224 pRequest->valid = agTRUE;
243 pRequest->valid = agFALSE;
314 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
322 pRequest->valid = agTRUE;
338 pRequest->valid = agFALSE;
391 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
398 pRequest->valid = agTRUE;
420 pRequest->valid = agFALSE;
474 SA_ASSERT((!pRequest->valid), "Th
[all...]
H A Dsatimer.c79 /* (2.1.1) remove the timer from valid timer list */
82 pTimer->valid = agFALSE;
263 pTimer->valid = agTRUE;
269 /* (3.2) Add timer the timer to valid timer list */
271 /* (3.3) for each timer in the valid timer list */
306 /* (3.3.3) Continue to the next valid timer */
325 /*! \brief remove a valid timer
346 /* (2) If the timer is still valid */
347 if ( agTRUE == pTimer->valid )
349 /* (2.1) remove from the valid time
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tra.c858 int valid = 0; local
868 valid = 0;
876 if (data[tad].cmn2.valid)
880 valid = 1;
883 } while (valid);
895 if ((OCTEON_IS_MODEL(OCTEON_CN3XXX) || OCTEON_IS_MODEL(OCTEON_CN5XXX)) && data.cmn.valid)
896 valid = 1;
897 else if (data.cmn2.valid)
898 valid = 1;
900 valid
922 int valid = 0; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetpath.c60 int valid; /* token that indicates a valid netpath_vars */ member in struct:netpath_vars
103 np_sessionp->valid = NP_VALID;
126 * database entry corresponding to the first valid NETPATH component. The
129 * entry that corresponds to the next valid NETPATH component. getnetpath
151 if (np_sessionp == NULL || np_sessionp->valid != NP_VALID) {
169 * Find first valid network ID in netpath.
204 if (np_sessionp == NULL || np_sessionp->valid != NP_VALID) {
/freebsd-11-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c123 * Return true if the 'fcode' is a valid filter program.
124 * The constraints are that each jump be forward and to a valid
147 * Check that the code is valid.
167 * Check that memory operations use valid addresses.
195 int valid; local
203 valid = bpf_validate(pc, nins);
204 if (valid != 0 && invalid != 0) {
210 } else if (valid == 0 && invalid == 0) {
212 printf("Invalidated valid instruction(s):\t");
/freebsd-11-stable/crypto/openssh/
H A Dauth-passwd.c7 * the password is valid for the user.
87 int result, ok = authctxt->valid;
149 if (authctxt->valid) {
204 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd;
214 if (authctxt->valid && pw_password[0] && pw_password[1])
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_func.h97 u8 valid /* indicates if the mapping entry is valid */; member in struct:init_nig_pri_tc_map_entry
116 u8 active_phys_tcs /* Vector of valid bits for active TCs used by this port */;
H A Decore_dcbx_api.h137 bool valid; /* Indicate validity of params */ member in struct:ecore_dcbx_admin_params
142 bool valid; /* Indicate validity of params */ member in struct:ecore_dcbx_remote_params
148 bool valid; /* Indicate validity of params */ member in struct:ecore_dcbx_operational_params
/freebsd-11-stable/sys/cam/
H A Dcam_compat.h121 u_int valid; /* Which fields to honor */ member in union:ccb_trans_settings_0x17::__anon5242
126 u_int valid; /* Which fields to honor */ member in union:ccb_trans_settings_0x17::__anon5243
168 CAM_EXTLUN_VALID_0x18 = 0x00000001,/* 64bit lun field is valid */
179 u_int valid; /* Which fields to honor */ member in union:ccb_trans_settings_0x18::__anon5245
184 u_int valid; /* Which fields to honor */ member in union:ccb_trans_settings_0x18::__anon5246
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h28 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.h164 uint8_t valid:1, member in struct:sbp_cmd_status
176 valid:1;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h61 bool valid() const { return Checksums.valid(); } function in class:llvm::codeview::final
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dinterfaceiter.c66 * not have a valid address family).
175 iter->valid = ISC_R_NOMORE;
182 iter->valid = ISC_R_SUCCESS;
184 iter->valid = ISC_R_NOMORE;
185 return (iter->valid);
198 if (iter->valid != ISC_R_SUCCESS)
199 return (iter->valid);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c56 char valid; /* True = decompressor is initialized */ member in struct:private_data
243 if (!state->valid) {
283 state->valid = 1;
323 state->valid = 0;
353 if (state->valid) {
363 state->valid = 0;
/freebsd-11-stable/sys/vm/
H A Dphys_pager.c146 if (m[i]->valid == 0) {
149 m[i]->valid = VM_PAGE_BITS_ALL;
151 KASSERT(m[i]->valid == VM_PAGE_BITS_ALL,
152 ("phys_pager_getpages: partially valid page %p", m[i]));
218 m->valid = VM_PAGE_BITS_ALL;
227 if (m->valid != VM_PAGE_BITS_ALL)
231 KASSERT(m->valid == VM_PAGE_BITS_ALL,
232 ("phys_pager_populate: partially valid page %p", m));
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_hmc.c76 if (!sd_entry->valid) {
136 * 3. Mark the entry valid in i40e_hmc_pd_entry structure
172 if (!pd_entry->valid) {
190 /* Set page address and valid bit */
201 pd_entry->valid = TRUE;
257 pd_entry->valid = FALSE;
296 sd_entry->valid = FALSE;
343 sd_entry->valid = FALSE;
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c206 /* No valid bit flag to test here - do we want one? */
210 finfo->valid = 0;
260 wanted &= ~finfo->valid;
267 finfo->valid = 0;
271 finfo->valid |= APR_FINFO_TYPE;
277 finfo->valid |= APR_FINFO_INODE;
283 finfo->valid |= APR_FINFO_NAME;
H A Dfilestat.c73 finfo->valid = APR_FINFO_MIN | APR_FINFO_IDENT | APR_FINFO_NLINK
89 finfo->valid &= ~APR_FINFO_INODE;
125 finfo->valid |= APR_FINFO_CSIZE;
144 return (wanted & ~finfo->valid) ? APR_INCOMPLETE : APR_SUCCESS;
167 return (wanted & ~finfo->valid) ? APR_INCOMPLETE : APR_SUCCESS;
302 return (wanted & ~finfo->valid) ? APR_INCOMPLETE : APR_SUCCESS;
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1100 # $valid : -a
132 $valid = $flag_a;
136 if ($valid) {
137 if ($valid == 1) {
139 } elsif ($valid == 2) {
141 } elsif ($valid == 3) {
144 $validRequirement = (1 - (1/($valid-3)));
254 print &compact($u,$server)." ->\n" if ($verbose && ! $valid);
255 if ($valid) {
299 if ($valid) {
[all...]
H A Dexpn.in99 # $valid : -a
131 $valid = $flag_a;
135 if ($valid) {
136 if ($valid == 1) {
138 } elsif ($valid == 2) {
140 } elsif ($valid == 3) {
143 $validRequirement = (1 - (1/($valid-3)));
253 print &compact($u,$server)." ->\n" if ($verbose && ! $valid);
254 if ($valid) {
298 if ($valid) {
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl98 # $valid : -a
130 $valid = $flag_a;
134 if ($valid) {
135 if ($valid == 1) {
137 } elsif ($valid == 2) {
139 } elsif ($valid == 3) {
142 $validRequirement = (1 - (1/($valid-3)));
244 print &compact($u,$server)." ->\n" if ($verbose && ! $valid);
245 if ($valid) {
289 if ($valid) {
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c405 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_MODE)
408 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_MODE)
428 cts.xport_specific.ata.valid = CTS_ATA_VALID_MODE;
431 cts.xport_specific.sata.valid = CTS_SATA_VALID_MODE;
441 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_MODE)
444 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_MODE)
541 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_BYTECOUNT)
544 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT)
558 cts.xport_specific.ata.valid = CTS_ATA_VALID_BYTECOUNT;
562 cts.xport_specific.sata.valid
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dmbg_gps166.h208 * The valid index range depends on the command code.
340 BVAR_BIT_RCVR_POS_INVALID, ///< No valid receiver position available
400 * done if some valid ::UTC correction parameters are available in the
764 ANT_INVALID, ///< No other fields valid since antenna has not yet been disconnected
766 ANT_RECONN, ///< Antenna has been disconnect, and receiver sync. after reconnect, so all fields valid
778 int16_t valid; ///< flag data are valid member in struct:__anon4763
799 * The field labeled valid indicates if the parameter set is valid, i.e.
832 int16_t valid; ///< Fla member in struct:__anon4764
852 int16_t valid; ///< flag data are valid member in struct:__anon4765
868 int16_t valid; ///< flag data are valid member in struct:__anon4766
918 int16_t valid; ///< flag data are valid member in struct:__anon4767
944 int16_t valid; ///< flag data are valid member in struct:__anon4768
[all...]
/freebsd-11-stable/contrib/pnpinfo/
H A Dpnpinfo.c132 * Get the device's serial number. Returns 1 if the serial is valid.
137 int i, bit, valid = 0, sum = 0x6a; local
149 valid = valid || bit;
158 valid = valid && (data[8] == sum);
160 return valid;
293 * Returns 1 if checksum was valid (and an END_TAG was received).

Completed in 189 milliseconds

1234567891011>>