Searched refs:qual (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dtest_compat_solaris_tar_acl.c41 int type, permset, tag, qual; local
60 &type, &permset, &tag, &qual, &name));
64 assertEqualInt(-1, qual);
69 &type, &permset, &tag, &qual, &name));
73 assertEqualInt(-1, qual);
78 &type, &permset, &tag, &qual, &name));
82 assertEqualInt(-1, qual);
87 &type, &permset, &tag, &qual, &name));
91 assertEqualInt(71, qual);
96 &type, &permset, &tag, &qual,
[all...]
H A Dtest_acl_nfs4.c40 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:acl_t
166 failure("type=%d, permset=%d, tag=%d, qual=%d name=%s",
168 acls[i].qual, acls[i].name);
172 acls[i].qual, acls[i].name));
177 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, argument
194 if (qual != acl->qual)
215 int type, permset, tag, qual; local
224 &type, &permset, &tag, &qual, &name))) {
227 tag, qual, nam
[all...]
H A Dtest_acl_posix1e.c40 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:acl_t
115 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
121 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, const char *name) argument
135 if (qual != acl->qual)
156 int type, permset, tag, qual; local
165 &type, &permset, &tag, &qual, &name))) {
168 tag, qual, name)) {
192 "(type=%d,permset=%d,tag=%d,qual=%d,name=``%s'')",
193 type, permset, tag, qual, nam
[all...]
H A Dtest_acl_pax.c42 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:acl_t
89 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
95 acl_match(struct acl_t *acl, int type, int permset, int tag, int qual, const char *name) argument
109 if (qual != acl->qual)
124 int type, permset, tag, qual; local
133 &type, &permset, &tag, &qual, &name))) {
136 tag, qual, name)) {
160 "(type=%d,permset=%d,tag=%d,qual=%d,name=``%s'')",
161 type, permset, tag, qual, nam
[all...]
H A Dtest_acl_freebsd_nfs4.c36 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:myacl_t
180 acls[0].qual, acls[0].name));
186 acls[i].qual, acls[i].name));
268 if ((uid_t)myacl->qual != u)
280 if ((gid_t)myacl->qual != g)
337 "type=%d,permset=%x,tag=%d,qual=%d,name=``%s''\n",
340 myacls[marker[i]].tag, myacls[marker[i]].qual,
353 int type, permset, tag, qual; local
373 ARCHIVE_ENTRY_ACL_TYPE_NFS4, &type, &permset, &tag, &qual, &name)) {
378 && qual
[all...]
H A Dtest_acl_freebsd_posix1e.c35 int qual; /* GID or UID of user/group, depending on tag. */ member in struct:myacl_t
67 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
105 if ((uid_t)myacl->qual != u)
117 if ((gid_t)myacl->qual != g)
177 "type=%d,permset=%d,tag=%d,qual=%d,name=``%s''\n",
179 myacls[marker[i]].tag, myacls[marker[i]].qual,
H A Dtest_entry.c59 int type, permset, tag, qual; /* For ACL testing. */ local
454 &type, &permset, &tag, &qual, &name));
458 assertEqualInt(qual, -1);
462 &type, &permset, &tag, &qual, &name));
466 assertEqualInt(qual, -1);
470 &type, &permset, &tag, &qual, &name));
474 assertEqualInt(qual, -1);
479 &type, &permset, &tag, &qual, &name));
483 assertEqualInt(qual, 77);
555 &type, &permset, &tag, &qual,
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c93 ret->qual = NULL;
98 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL)
102 ret->qual[i] = NULL;
191 if (ret->qual != NULL)
192 OPENSSL_free(ret->qual);
221 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
240 if ((qual != NULL) && (qual(r) == 0))
253 db->qual[fiel
[all...]
H A Dtxt_db.h87 int (**qual) (OPENSSL_STRING *); member in struct:txt_db_st
101 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
/freebsd-10.2-release/contrib/libpcap/
H A Dgencode.h268 struct qual { struct
285 struct block *gen_scode(const char *, struct qual);
286 struct block *gen_ecode(const u_char *, struct qual);
287 struct block *gen_acode(const u_char *, struct qual);
288 struct block *gen_mcode(const char *, const char *, int, struct qual);
290 struct block *gen_mcode6(const char *, const char *, int, struct qual);
292 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
/freebsd-10.2-release/sys/geom/raid/
H A Dtr_raid5.c104 u_int qual; local
107 qual = tr->tro_volume->v_raid_level_qualifier;
109 (qual == G_RAID_VOLUME_RLQ_R4P0 ||
110 qual == G_RAID_VOLUME_RLQ_R4PN)) {
118 (qual == G_RAID_VOLUME_RLQ_R5RA ||
119 qual == G_RAID_VOLUME_RLQ_R5RS ||
120 qual == G_RAID_VOLUME_RLQ_R5LA ||
121 qual == G_RAID_VOLUME_RLQ_R5LS)) {
219 u_int strip_size, lvl, qual; local
225 qual
[all...]
H A Dg_raid.c285 g_raid_volume_level2str(int level, int qual) argument
294 if (qual == G_RAID_VOLUME_RLQ_R3P0)
296 if (qual == G_RAID_VOLUME_RLQ_R3PN)
300 if (qual == G_RAID_VOLUME_RLQ_R4P0)
302 if (qual == G_RAID_VOLUME_RLQ_R4PN)
306 if (qual == G_RAID_VOLUME_RLQ_R5RA)
308 if (qual == G_RAID_VOLUME_RLQ_R5RS)
310 if (qual == G_RAID_VOLUME_RLQ_R5LA)
312 if (qual == G_RAID_VOLUME_RLQ_R5LS)
316 if (qual
381 g_raid_volume_str2level(const char *str, int *level, int *qual) argument
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_cpols.c211 POLICYQUALINFO *qual;
229 if (!(qual = POLICYQUALINFO_new()))
231 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
233 if (!(qual->pqualid = OBJ_nid2obj(NID_id_qt_cps))) {
237 if (!(qual->d.cpsuri = M_ASN1_IA5STRING_new()))
239 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
257 qual = notice_section(ctx, unot, ia5org);
259 if (!qual)
263 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
294 POLICYQUALINFO *qual;
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A DMakefile31 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py78 qual = props["quality"]
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta2deps.sh207 > $tf.qual
332 echo $path.dirdep >> $tf.qual
335 echo $dir.dirdep >> $tf.qual
346 for f in $tf.dirdep $tf.qual $tf.srcdep
350 *qual) # a list of .dirdep files
/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dvmcs.h393 #define APIC_ACCESS_OFFSET(qual) ((qual) & 0xFFF)
394 #define APIC_ACCESS_TYPE(qual) (((qual) >> 12) & 0xF)
399 #define APIC_WRITE_OFFSET(qual) ((qual) & 0xFFF)
/freebsd-10.2-release/usr.sbin/ctm/ctm/
H A Dctm_input.c111 Fname(FILE *fd, MD5_CTX *ctx,u_char term,int qual, int verbose) argument
120 if (!(qual & CTM_Q_Name_Subst)) return(Buffer);
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A DMakefile33 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-10.2-release/sys/modules/dtrace/fasttrap/
H A DMakefile29 CWARNFLAGS+= -Wno-cast-qual
/freebsd-10.2-release/sys/modules/ipoib/
H A DMakefile31 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-10.2-release/sys/modules/mlx4/
H A DMakefile29 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-10.2-release/sys/modules/mlx4ib/
H A DMakefile35 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-10.2-release/sys/modules/mlxen/
H A DMakefile29 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}
/freebsd-10.2-release/sys/modules/mthca/
H A DMakefile31 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS}

Completed in 376 milliseconds

123