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

1 2 3 4 5 6 7 8 91011

  /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
pwcache.c 254 * return the stored name (if valid or invalid match).
274 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) {
278 if (!noname || (ptr->valid == VALID))
304 ptr->valid = INVALID;
315 ptr->valid = VALID;
323 * return the stored name (if valid or invalid match).
343 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) {
347 if (!noname || (ptr->valid == VALID)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
s3c6400.dtsi 23 valid-mask = <0xfffffe1f>;
24 valid-wakeup-mask = <0x00200004>;
28 valid-mask = <0xffffffff>;
29 valid-wakeup-mask = <0x53020000>;
s3c6410.dtsi 27 valid-mask = <0xffffff7f>;
28 valid-wakeup-mask = <0x00200004>;
32 valid-mask = <0xffffffff>;
33 valid-wakeup-mask = <0x53020000>;
  /src/tests/usr.sbin/stdethers/
t_stdethers.sh 70 atf_test_case valid cleanup
73 atf_set "descr" "Test valid addresses with stdethers(8)"
86 atf_add_test_case valid
  /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/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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmgk20a.c 46 .valid = gf100_vmm_valid,
61 .valid = gf100_vmm_valid,
nouveau_nvkm_subdev_mmu_vmmmcp77.c 33 .valid = nv50_vmm_valid,
nouveau_nvkm_subdev_mmu_vmmgk104.c 77 .valid = gf100_vmm_valid,
92 .valid = gf100_vmm_valid,
nouveau_nvkm_subdev_mmu_vmmgm20b.c 34 .valid = gf100_vmm_valid,
50 .valid = gf100_vmm_valid,
nouveau_nvkm_subdev_mmu_vmmgp10b.c 34 .valid = gp100_vmm_valid,
  /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/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) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fault.h 27 u8 valid; member in struct:nvkm_fault_data
  /src/usr.bin/make/unit-tests/
deptgt-phony.exp 24 No valid suffix on depsrc-phony-pr-15164
26 No valid suffix on deptgt-phony-pr-15164
suff-phony.exp 7 No valid suffix on all
  /src/sys/arch/sparc64/include/
pte.h 48 * uint64 data_v:1, (valid bit)
104 uint64_t data_v:1, /* valid bit */
257 #define SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
258 (((valid)?SUN4U_TLB_V:0LL)|SUN4U_TLB_SZ(sz)|(((uint64_t)(pa))&SUN4U_TLB_PA_MASK)|\
262 #define SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
263 (((valid)?SUN4V_TLB_V:0LL)|SUN4V_TLB_SZ(sz)|\
269 #define TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) \
270 (CPU_ISSUN4V ? SUN4V_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc) : \
271 SUN4U_TSB_DATA(g,sz,pa,priv,write,cache,aliased,valid,ie,wc))
  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 76 int valid; member in struct:gxpcic_slot_irqs
  /src/sys/arch/newsmips/apbus/
dmac3reg.h 73 uint32_t valid:1, member in struct:dma_pte
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h 29 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011