Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 914) sorted by relevance

12345678910>>...37

/trueos/usr.bin/getconf/
HDgetconf.c60 int c, key, valid; in main() local
80 if ((valid = find_progenv(vflag, &alt_path)) == 0) in main()
83 if (valid > 0 && alt_path != NULL) { in main()
93 if (valid < 0) in main()
99 if ((valid = find_limit(name, &limitval)) != 0) { in main()
100 if (valid > 0) in main()
107 if ((valid = find_confstr(name, &key)) != 0) { in main()
108 if (valid > 0) in main()
113 valid = find_sysconf(name, &key); in main()
114 if (valid > 0) { in main()
[all …]
/trueos/bin/pax/
HDcache.c184 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) { in name_uid()
188 if (frc || (ptr->valid == VALID)) in name_uid()
211 ptr->valid = INVALID; in name_uid()
229 ptr->valid = VALID; in name_uid()
255 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) { in name_gid()
259 if (frc || (ptr->valid == VALID)) in name_gid()
282 ptr->valid = INVALID; in name_gid()
300 ptr->valid = VALID; in name_gid()
332 if ((ptr != NULL) && (ptr->valid > 0) && !strcmp(name, ptr->name)) { in uid_name()
333 if (ptr->valid == INVALID) in uid_name()
[all …]
/trueos/usr.bin/csup/
HDidcache.c53 int valid; /* is this a valid or a miss entry */ member
60 int valid; /* is this a valid or a miss entry */ member
174 uidc->valid = 1; in getuserbyid()
179 uidc2->valid = 1; in getuserbyid()
185 uidc->valid = 0; in getuserbyid()
220 gidc->valid = 1; in getgroupbyid()
225 gidc2->valid = 1; in getgroupbyid()
231 gidc->valid = 0; in getgroupbyid()
265 uidc->valid = 1; in getuidbyname()
271 uidc2->valid = 1; in getuidbyname()
[all …]
/trueos/usr.bin/dtc/
HDfdt.cc259 valid = false; in parse_cells()
283 valid = false; in parse_cells()
289 valid = false; in parse_cells()
320 valid = false; in parse_bytes()
341 valid = false; in parse_reference()
352 valid = structs.consume_binary(length) && in property()
354 if (!valid) in property()
366 valid = false; in property()
375 if (!(valid = structs.consume_binary(byte))) in property()
391 valid = false; in parse_define()
[all …]
HDfdt.hh245 bool valid; member in dtc::fdt::property
290 property(string k, string l=string()) : key(k), label(l), valid(true) in property()
296 valid(p.valid) {} in property()
394 bool valid; member in dtc::fdt::node
572 bool valid; member in dtc::fdt::device_tree
709 device_tree() : phandle_node_name(EPAPR), valid(true), root(0), in device_tree()
731 return valid; in is_valid()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-tra.h384 uint64_t valid : 1; member
400 uint64_t valid : 1;
408 uint64_t valid : 1; member
424 uint64_t valid : 1;
432 uint64_t valid : 1; member
450 uint64_t valid : 1;
458 uint64_t valid : 1; member
474 uint64_t valid : 1;
484 uint64_t valid : 1; member
498 uint64_t valid : 1;
[all …]
HDcvmx-tra.c858 int valid = 0; in cvmx_tra_display() local
868 valid = 0; in cvmx_tra_display()
876 if (data[tad].cmn2.valid) in cvmx_tra_display()
880 valid = 1; in cvmx_tra_display()
883 } while (valid); in cvmx_tra_display()
895 … if ((OCTEON_IS_MODEL(OCTEON_CN3XXX) || OCTEON_IS_MODEL(OCTEON_CN5XXX)) && data.cmn.valid) in cvmx_tra_display()
896 valid = 1; in cvmx_tra_display()
897 else if (data.cmn2.valid) in cvmx_tra_display()
898 valid = 1; in cvmx_tra_display()
900 valid = 0; in cvmx_tra_display()
[all …]
/trueos/contrib/libc-pwcache/
HDpwcache.c277 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) { in user_from_uid()
281 if (!noname || (ptr->valid == VALID)) in user_from_uid()
307 ptr->valid = INVALID; in user_from_uid()
318 ptr->valid = VALID; in user_from_uid()
346 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) { in group_from_gid()
350 if (!noname || (ptr->valid == VALID)) in group_from_gid()
376 ptr->valid = INVALID; in group_from_gid()
387 ptr->valid = VALID; in group_from_gid()
420 if ((ptr != NULL) && (ptr->valid > 0) && !strcmp(name, ptr->name)) { in uid_from_user()
421 if (ptr->valid == INVALID) in uid_from_user()
[all …]
/trueos/lib/libc/rpc/
HDclnt_simple.c69 int valid; /* Is this entry valid ? */ member
149 rcp->valid = 0;
154 if (!(rcp->valid && rcp->pid == getpid() &&
161 rcp->valid = 0;
189 rcp->valid = 1;
191 rcp->valid = 0;
203 rcp->valid = 0;
/trueos/sys/contrib/ia64/libuwx/test/
HDdump_context.c32 unsigned int valid; in dump_context() local
74 valid = (unsigned int)(context[0] >> 32); in dump_context()
75 printf(" valid_regs (%08lx):", valid); in dump_context()
77 if (valid & 1) printf(" %s", names[i]); in dump_context()
78 valid >>= 1; in dump_context()
/trueos/contrib/ofed/management/opensm/opensm/
HDosm_sa_service_record.c87 boolean_t valid = TRUE; in __match_service_pkey_with_ports_pkey() local
100 valid = FALSE; in __match_service_pkey_with_ports_pkey()
110 valid = FALSE; in __match_service_pkey_with_ports_pkey()
124 valid = FALSE; in __match_service_pkey_with_ports_pkey()
131 valid = FALSE; in __match_service_pkey_with_ports_pkey()
138 return valid; in __match_service_pkey_with_ports_pkey()
167 boolean_t valid = TRUE; in __validate_sr() local
177 valid = __match_service_pkey_with_ports_pkey(sa, in __validate_sr()
182 if (!valid) { in __validate_sr()
185 valid = FALSE; in __validate_sr()
[all …]
/trueos/sys/ofed/drivers/infiniband/core/
HDverbs.c373 int valid; member
378 [IB_QPS_RESET] = { .valid = 1 },
380 .valid = 1,
403 [IB_QPS_RESET] = { .valid = 1 },
404 [IB_QPS_ERR] = { .valid = 1 },
406 .valid = 1,
427 .valid = 1,
466 [IB_QPS_RESET] = { .valid = 1 },
467 [IB_QPS_ERR] = { .valid = 1 },
469 .valid = 1,
[all …]
/trueos/contrib/ntp/util/
HDsht.c39 int valid; member
156 p->leap, p->precision, p->nsamples, p->valid); in main()
157 if (!p->valid) in main()
160 p->valid=0; in main()
171 if (!p->valid) { in main()
177 p->valid=1; in main()
/trueos/contrib/sendmail/contrib/
HDexpn.pl130 $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) {
308 if ($valid) {
[all …]
/trueos/crypto/openssh/
HDPROTOCOL.certkeys72 string valid principals
73 uint64 valid after
74 uint64 valid before
92 string valid principals
93 uint64 valid after
94 uint64 valid before
112 string valid principals
113 uint64 valid after
114 uint64 valid before
144 "valid principals" is a string containing zero or more principals as
[all …]
/trueos/contrib/expat/tests/
HDxmltest.sh88 for xmldir in ibm/valid/P* \
90 xmltest/valid/ext-sa \
91 xmltest/valid/not-sa \
94 xmltest/valid/sa \
95 sun/valid \
/trueos/sys/cam/ata/
HData_xpt.c359 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_MODE) in probestart()
362 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_MODE) in probestart()
382 cts.xport_specific.ata.valid = CTS_ATA_VALID_MODE; in probestart()
385 cts.xport_specific.sata.valid = CTS_SATA_VALID_MODE; in probestart()
395 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_MODE) in probestart()
398 if (cts.xport_specific.ata.valid & CTS_SATA_VALID_MODE) in probestart()
491 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_BYTECOUNT) in probestart()
494 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT) in probestart()
508 cts.xport_specific.ata.valid = CTS_ATA_VALID_BYTECOUNT; in probestart()
512 cts.xport_specific.sata.valid = CTS_SATA_VALID_BYTECOUNT; in probestart()
[all …]
/trueos/contrib/amd/scripts/
HDexpn.1132 $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) {
318 if ($valid) {
[all …]
HDexpn.in131 $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) {
317 if ($valid) {
[all …]
/trueos/crypto/heimdal/lib/krb5/
HDaname_to_localname.c44 int valid; in krb5_aname_to_localname() local
52 valid = 0; in krb5_aname_to_localname()
55 valid = 1; in krb5_aname_to_localname()
60 if (valid == 0) in krb5_aname_to_localname()
/trueos/sys/boot/common/
HDisapnp.c95 int i, bit, valid = 0, sum = 0x6a; in isapnp_get_serial() local
107 valid = valid || bit; in isapnp_get_serial()
116 valid = valid && (data[8] == sum); in isapnp_get_serial()
118 return valid; in isapnp_get_serial()
/trueos/contrib/libucl/tests/
HDtest_schema.c64 const const ucl_object_t *valid, *data, *description; in perform_test() local
69 valid = ucl_object_find_key (obj, "valid"); in perform_test()
71 if (data == NULL || description == NULL || valid == NULL) { in perform_test()
77 if (match != ucl_object_toboolean (valid)) { in perform_test()
80 ucl_object_toboolean (valid) ? "valid" : "invalid", in perform_test()
/trueos/contrib/llvm/lib/CodeGen/
HDLiveIntervalUnion.cpp38 while (SegPos.valid()) { in unify()
68 if (!SegPos.valid()) in extract()
86 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print()
96 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify()
142 while (LiveUnionI.valid()) { in collectInterferingVRegs()
157 if (!(++LiveUnionI).valid()) { in collectInterferingVRegs()
/trueos/contrib/ofed/libibverbs/fixes/
HDXRC_man_pages.patch24 +struct ibv_xrc_domain *xrc_domain; /* XRC domain the QP will be associated with (valid only f…
184 +enum ibv_mtu path_mtu; /* Path MTU (valid only for RC/UC QPs) */
185 +enum ibv_mig_state path_mig_state; /* Path migration state (valid if HCA supports APM…
186 +uint32_t qkey; /* Q_Key for the QP (valid only for UD QPs) */
187 +uint32_t rq_psn; /* PSN for receive queue (valid only for RC/UC QPs…
188 +uint32_t sq_psn; /* PSN for send queue (valid only for RC/UC QPs) */
189 +uint32_t dest_qp_num; /* Destination QP number (valid only for RC/UC QPs…
190 +int qp_access_flags; /* Mask of enabled remote access operations (valid
191 +struct ibv_qp_cap cap; /* QP capabilities (valid if HCA supports QP resiz…
192 +struct ibv_ah_attr ah_attr; /* Primary path address vector (valid only for RC/…
[all …]
/trueos/contrib/ntp/include/
HDmbg_gps166.h165 short valid; /* flag data are valid */ member
372 short valid; /* flag data are valid */ member
388 short valid; /* flag data are valid */ member
447 short valid; /* flag data are valid */ member
491 short valid; /* flag data are valid */ member
513 short valid; /* flag data are valid */ member

12345678910>>...37