HomeSort by: relevance | last modified time | path
    Searched defs:valid (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/tests/usr.bin/xlint/lint1/
msg_176.c 17 int valid = {{{3}}}; variable in typeref:typename:int
  /src/lib/libc/gen/
pwcache.h 41 * archives. The chances of hitting a valid lookup with an archive is quite a
55 #define VALID 1 /* entry and name are valid */
56 #define INVALID 2 /* entry valid, name NOT valid */
63 int valid; /* is this a valid or a miss entry */ member in struct:uidc
69 int valid; /* is this a valid or a miss entry */ member in struct:gidc
  /src/sys/arch/amiga/include/
disklabel.h 52 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/arch/amigappc/include/
disklabel.h 52 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/arch/ofppc/include/
disklabel.h 58 int valid; /* essential that this is valid */ member in struct:cpu_disklabel
  /src/sys/dev/ppbus/
ppbus_device.h 13 int valid; /* 1 if the struct is valid */ member in struct:ppbus_context
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h 29 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle
  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 76 int valid; member in struct:gxpcic_slot_irqs
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fault.h 27 u8 valid; member in struct:nvkm_fault_data
  /src/lib/libc/rpc/
clnt_simple.c 79 int valid; /* Is this entry valid ? */ member in struct:rpc_call_private
163 rcp->valid = 0;
168 if (!(rcp->valid && rcp->pid == getpid() &&
175 rcp->valid = 0;
203 rcp->valid = 1;
205 rcp->valid = 0;
216 rcp->valid = 0;
getnetpath.c 72 int valid; /* token that indicates a valid netpath_vars */ member in struct:netpath_vars
113 np_sessionp->valid = NP_VALID;
133 * database entry corresponding to the first valid NETPATH component. The
136 * entry that corresponds to the next valid NETPATH component. getnetpath
158 if (np_sessionp == NULL || np_sessionp->valid != NP_VALID) {
177 * Find first valid network ID in netpath.
215 if (np_sessionp == NULL || np_sessionp->valid != NP_VALID) {
getnetconfig.c 128 int valid; /* token that indicates valid netconfig_vars */ member in struct:netconfig_vars
225 nc_vars->valid = NC_VALID;
254 * Verify that handle is valid
261 switch (ncp->valid) {
371 * Verify that handle is valid
373 if (nc_handlep == NULL || (nc_handlep->valid != NC_VALID &&
374 nc_handlep->valid != NC_STORAGE)) {
382 nc_handlep->valid = NC_INVALID;
  /src/sys/external/bsd/drm2/dist/drm/
drm_damage_helper.c 318 * Return: True if the output is valid, false if reached the end.
355 * This function merges any valid plane damage clips into one rectangle and
362 * True if there is valid plane damage otherwise false.
370 bool valid = false; local in function:drm_atomic_helper_damage_merged
383 valid = true;
386 return valid;
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_irq.c 67 * not replace them with default ones. Providing valid hints improves the
73 bool valid = true; local in function:validate_or_set_position_hints
95 valid = false;
99 if (!valid)
  /src/sys/arch/sparc64/include/
pci_machdep.h 79 int (*valid)(void *); member in struct:sparc_pci_chipset::spc_busnode
  /src/usr.sbin/emcfanctl/
emcfanctl.c 213 int fd = -1, valid, error = 0, validsub = -1, validsubsub = -1; local in function:main
268 valid = valid_cmd(emcfanctlcmds,__arraycount(emcfanctlcmds),argv[1]);
269 if (valid != -1) {
270 switch (emcfanctlcmds[valid].id) {
840 fprintf(stderr,"Unknown handling of command: %d\n",valid);
  /src/usr.sbin/umcpmioctl/
umcpmioctl.c 107 int fd = -1, error = 0, valid, validsub = -1, validsubsub = -1; local in function:main
140 valid = valid_cmd(umcpmioctlcmds, __arraycount(umcpmioctlcmds), argv[1]);
141 if (valid == -1) {
153 switch (umcpmioctlcmds[valid].id) {
269 fprintf(stderr, "Unknown handling of command: %d\n", valid);
276 switch (umcpmioctlcmds[valid].id) {
360 fprintf(stderr, "Unknown printing of command: %d\n", valid);
  /src/sys/dev/i2c/
ibmhawk.c 217 error = EIO; /* Fail until we have a valid response. */
291 int offset, int value, bool valid, bool create)
325 if (valid) {
342 bool valid; local in function:ibmhawk_refreshall
345 valid = (ibmhawk_request(sc, IHR_TEMP, &resp) == 0);
346 ibmhawk_set(sc, IBMHAWK_T_AMBIENT, resp.ihr_t_ambient, valid, create);
349 resp.ihr_t_cpu[i], valid, create);
351 valid = (ibmhawk_request(sc, IHR_FANRPM, &resp) == 0);
354 bswap16(resp.ihr_fanrpm[i]), valid, create);
356 valid = (ibmhawk_request(sc, IHR_VOLT, &resp) == 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.cc 92 bool valid() { return node_; } function in struct:__msan::ChainedOriginDepotNode::Handle
113 *new_id = h.valid() ? h.id() : 0;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
intel_uncore.c 54 /* Check that the entry is valid */
266 unsigned long *valid; local in function:live_forcewake_domains
281 valid = bitmap_zalloc(FW_RANGE, GFP_KERNEL);
282 if (!valid)
293 set_bit(offset, valid);
299 for_each_set_bit(offset, valid, FW_RANGE) {
316 bitmap_free(valid);
324 /* Confirm the table we load is still valid */
  /src/usr.bin/passwd/
passwd.c 255 int valid; local in function:main
260 valid = 0;
292 valid = 1;
295 if (valid == 0)
328 valid = 0;
346 valid = 1;
348 if (! valid) {
356 valid = 0;
361 valid = 1;
367 if (! valid)
    [all...]
  /src/usr.sbin/sdpd/
sdpd.h 73 bool valid; /* record is current */ member in struct:record
89 bool valid; /* descriptor is valid */ member in struct:fd_idx
  /src/sys/kern/
subr_pcu.c 363 * the load function whether PCU state was valid before this call.
365 const bool valid = ((1U << id) & l->l_pcu_valid) != 0; local in function:pcu_load
366 pcu->pcu_state_load(l, valid ? PCU_VALID : 0);
374 * pcu_discard: discard the PCU state of the given LWP. If "valid"
375 * parameter is true, then keep considering the PCU state as valid.
378 pcu_discard(const pcu_ops_t *pcu, lwp_t *l, bool valid)
385 if (__predict_false(valid)) {
434 * pcu_valid_p: return true if PCU state is considered valid. Generally,
435 * it always becomes "valid" when pcu_load() is called.
  /src/sys/netipsec/
ipsec_netbsd.c 103 * Check to see if we have a valid SA corresponding to
146 * Check to see if we have a valid SA corresponding to
218 int valid = 0; local in function:ah6_ctlinput
221 * Check to see if we have a valid SA corresponding
229 valid++;
236 * Depending on the value of "valid" and routing
242 icmp6_mtudisc_update((struct ip6ctlparam *)d, valid);
314 int valid = 0; local in function:esp6_ctlinput
317 * Check to see if we have a valid SA corresponding to
326 valid++
    [all...]
  /src/lib/libtelnet/
sra.c 165 int valid; local in function:sra_is
218 valid = check_user(user, pass);
220 if(valid) {

Completed in 31 milliseconds

1 2 3 4