Home
last modified time | relevance | path

Searched refs:qual (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/sys/modules/zfs/
H A DMakefile391 CFLAGS.abd.c= -Wno-cast-qual
392 CFLAGS.ddt.c= -Wno-cast-qual
394 CFLAGS.dmu.c= -Wno-cast-qual
401 CFLAGS.fm.c= -Wno-cast-qual
403 CFLAGS.lapi.c= -Wno-cast-qual
408 CFLAGS.lvm.c= -Wno-cast-qual
409 CFLAGS.lz4.c= -Wno-cast-qual
414 CFLAGS.spa.c= -Wno-cast-qual
429 CFLAGS.zcp.c= -Wno-cast-qual
439 CFLAGS.zil.c= -Wno-cast-qual
[all …]
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd427 CFLAGS.abd.c= -Wno-cast-qual
428 CFLAGS.ddt.c= -Wno-cast-qual
430 CFLAGS.dmu.c= -Wno-cast-qual
437 CFLAGS.fm.c= -Wno-cast-qual
439 CFLAGS.lapi.c= -Wno-cast-qual
444 CFLAGS.lvm.c= -Wno-cast-qual
445 CFLAGS.lz4.c= -Wno-cast-qual
450 CFLAGS.spa.c= -Wno-cast-qual
465 CFLAGS.zcp.c= -Wno-cast-qual
475 CFLAGS.zil.c= -Wno-cast-qual
[all …]
/freebsd/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c40 ret->qual = NULL; in TXT_DB_read()
45 if ((ret->qual = OPENSSL_malloc(sizeof(*(ret->qual)) * num)) == NULL) in TXT_DB_read()
49 ret->qual[i] = NULL; in TXT_DB_read()
122 OPENSSL_free(ret->qual); in TXT_DB_read()
148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index()
167 if ((qual != NULL) && (qual(r) == 0)) in TXT_DB_create_index()
184 db->qual[field] = qual; in TXT_DB_create_index()
242 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert()
256 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert()
271 if ((db->qual[i] != NULL) && (db->qual[i] (row) == 0)) in TXT_DB_insert()
[all …]
/freebsd/sys/geom/raid/
H A Dtr_raid5.c103 u_int qual; in g_raid_tr_taste_raid5() local
108 (qual == G_RAID_VOLUME_RLQ_R4P0 || in g_raid_tr_taste_raid5()
117 (qual == G_RAID_VOLUME_RLQ_R5RA || in g_raid_tr_taste_raid5()
118 qual == G_RAID_VOLUME_RLQ_R5RS || in g_raid_tr_taste_raid5()
119 qual == G_RAID_VOLUME_RLQ_R5LA || in g_raid_tr_taste_raid5()
218 u_int strip_size, lvl, qual; in g_raid_tr_iostart_raid5_read() local
242 if (qual == 0) /* P0 */ in g_raid_tr_iostart_raid5_read()
250 if (qual >= 2) { /* PN/Left */ in g_raid_tr_iostart_raid5_read()
259 if (qual == 0) in g_raid_tr_iostart_raid5_read()
293 if (qual < 2) /* P0/Right */ in g_raid_tr_iostart_raid5_read()
[all …]
H A Dg_raid.c374 *qual = G_RAID_VOLUME_RLQ_NONE; in g_raid_volume_str2level()
381 *qual = G_RAID_VOLUME_RLQ_R3P0; in g_raid_volume_str2level()
385 *qual = G_RAID_VOLUME_RLQ_R3PN; in g_raid_volume_str2level()
388 *qual = G_RAID_VOLUME_RLQ_R4P0; in g_raid_volume_str2level()
392 *qual = G_RAID_VOLUME_RLQ_R4PN; in g_raid_volume_str2level()
395 *qual = G_RAID_VOLUME_RLQ_R5RA; in g_raid_volume_str2level()
398 *qual = G_RAID_VOLUME_RLQ_R5RS; in g_raid_volume_str2level()
402 *qual = G_RAID_VOLUME_RLQ_R5LA; in g_raid_volume_str2level()
405 *qual = G_RAID_VOLUME_RLQ_R5LS; in g_raid_volume_str2level()
408 *qual = G_RAID_VOLUME_RLQ_R6RA; in g_raid_volume_str2level()
[all …]
H A Dmd_ddf.c1496 if (qual != G_RAID_VOLUME_RLQ_NONE) in g_raid_md_ddf_supported()
1517 qual != G_RAID_VOLUME_RLQ_R3PN) in g_raid_md_ddf_supported()
1524 qual != G_RAID_VOLUME_RLQ_R4PN) in g_raid_md_ddf_supported()
1533 qual != G_RAID_VOLUME_RLQ_R5LS) in g_raid_md_ddf_supported()
1542 qual != G_RAID_VOLUME_RLQ_R6LS) in g_raid_md_ddf_supported()
1558 qual != G_RAID_VOLUME_RLQ_R1EO) in g_raid_md_ddf_supported()
1564 if (qual != G_RAID_VOLUME_RLQ_NONE) in g_raid_md_ddf_supported()
1570 if (qual != G_RAID_VOLUME_RLQ_NONE) in g_raid_md_ddf_supported()
2263 int i, numdisks, len, level, qual; in g_raid_md_ctl_ddf() local
2297 level, qual, numdisks); in g_raid_md_ctl_ddf()
[all …]
/freebsd/sys/x86/include/
H A Difunc.h32 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
34 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
40 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
/freebsd/sys/powerpc/include/
H A Difunc.h38 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
40 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
43 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
47 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_cpols.c172 POLICYQUALINFO *qual; in policy_section() local
191 if ((qual = POLICYQUALINFO_new()) == NULL) in policy_section()
193 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section()
201 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section()
218 qual = notice_section(ctx, unot, ia5org); in policy_section()
220 if (!qual) in policy_section()
287 POLICYQUALINFO *qual; in notice_section() local
290 if ((qual = POLICYQUALINFO_new()) == NULL) in notice_section()
298 qual->d.usernotice = not; in notice_section()
362 return qual; in notice_section()
[all …]
/freebsd/sys/arm64/include/
H A Difunc.h32 #define DEFINE_IFUNC(qual, ret_type, name, args) \ argument
34 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
37 #define DEFINE_UIFUNC(qual, ret_type, name, args) \ argument
41 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
/freebsd/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc46 CFLAGS.memchr.c+=-Wno-cast-qual
47 CFLAGS.strchr.c+=-Wno-cast-qual
48 CFLAGS.strchrnul.c+=-Wno-cast-qual
50 CFLAGS.strrchr.c+=-Wno-cast-qual
52 CFLAGS.strstr.c+=-Wno-cast-qual -Wno-sign-compare
53 CFLAGS.strtok.c+=-Wno-cast-qual
/freebsd/contrib/libpcap/
H A Dgencode.h303 struct qual { struct
324 struct block *gen_scode(compiler_state_t *, const char *, struct qual); argument
325 struct block *gen_ecode(compiler_state_t *, const char *, struct qual);
326 struct block *gen_acode(compiler_state_t *, const char *, struct qual);
328 bpf_u_int32, struct qual);
331 bpf_u_int32, struct qual);
334 struct qual);
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c268 acls[0].qual, acls[0].name)); in set_acls()
275 acls[i].qual, acls[i].name)); in set_acls()
477 if ((gid_t)myacl->qual != ace->a_who) in acl_match()
482 if ((uid_t)myacl->qual != ace->a_who) in acl_match()
588 if ((uid_t)myacl->qual != ugid) in acl_match()
594 if ((gid_t)myacl->qual != ugid) in acl_match()
655 if ((uid_t)myacl->qual != u) in acl_match()
667 if ((gid_t)myacl->qual != g) in acl_match()
789 int type, permset, tag, qual; in compare_entry_acls() local
815 && qual == myacls[marker[i]].qual in compare_entry_acls()
[all …]
H A Dtest_entry.c561 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST()
565 assertEqualInt(qual, -1); in DEFINE_TEST()
569 &type, &permset, &tag, &qual, &name)); in DEFINE_TEST()
573 assertEqualInt(qual, -1); in DEFINE_TEST()
581 assertEqualInt(qual, -1); in DEFINE_TEST()
590 assertEqualInt(qual, 77); in DEFINE_TEST()
666 assertEqualInt(qual, -1); in DEFINE_TEST()
674 assertEqualInt(qual, -1); in DEFINE_TEST()
682 assertEqualInt(qual, -1); in DEFINE_TEST()
691 assertEqualInt(qual, 77); in DEFINE_TEST()
[all …]
/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.h414 #define APIC_ACCESS_OFFSET(qual) ((qual) & 0xFFF) argument
415 #define APIC_ACCESS_TYPE(qual) (((qual) >> 12) & 0xF) argument
420 #define APIC_WRITE_OFFSET(qual) ((qual) & 0xFFF) argument
/freebsd/contrib/one-true-awk/
H A DREADME.md103 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c
104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c
105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c
106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c
107 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab
109 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c
110 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c
111 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c
112 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c
113 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c
[all …]
/freebsd/sys/modules/zlib/
H A DMakefile20 CWARNFLAGS.compress.c+=-Wno-cast-qual # compress:49
21 CWARNFLAGS.deflate.c+=-Wno-cast-qual # deflate.c:415
22 CWARNFLAGS.uncompr.c+=-Wno-cast-qual # uncompr:49
/freebsd/lib/libbe/
H A DMakefile65 CFLAGS.be.c= -Wno-cast-qual
66 CFLAGS.be_access.c= -Wno-cast-qual
67 CFLAGS.be_error.c= -Wno-cast-qual
68 CFLAGS.be_info.c= -Wno-cast-qual
/freebsd/cddl/lib/libzfsbootenv/
H A DMakefile31 CFLAGS.lzbe_device.c= -Wno-cast-qual
32 CFLAGS.lzbe_util.c= -Wno-cast-qual
33 CFLAGS.lzbe_pair.c= -Wno-cast-qual
/freebsd/sys/ddb/
H A Ddb_pprint.c248 const char *qual = ""; in db_pprint_ptr() local
257 qual = "struct "; in db_pprint_ptr()
260 qual = "volatile "; in db_pprint_ptr()
263 qual = "const "; in db_pprint_ptr()
277 db_printf("(%s%s *) 0x%lx", qual, name, (long)val); in db_pprint_ptr()
279 db_printf("(%s *) 0x%lx", qual, (long)val); in db_pprint_ptr()
/freebsd/share/mk/
H A Dmeta2deps.sh225 > $tf.qual
394 echo $path.dirdep >> $tf.qual
397 echo $dir.dirdep >> $tf.qual
424 for f in $tf.dirdep $tf.qual $tf.srcdep
428 *qual) # a list of .dirdep files
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.sh225 > $tf.qual
394 echo $path.dirdep >> $tf.qual
397 echo $dir.dirdep >> $tf.qual
424 for f in $tf.dirdep $tf.qual $tf.srcdep
428 *qual) # a list of .dirdep files
/freebsd/crypto/openssl/include/openssl/
H A Dtxt_db.h43 int (**qual) (OPENSSL_STRING *); member
52 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
/freebsd/contrib/libedit/
H A DMakefile15 CWARNFLAGS.clang+= -Wno-cast-qual
135 COPTS.editline.c+= -Wno-cast-qual
137 COPTS.tokenizer.c+= -Wno-cast-qual
138 COPTS.tokenizern.c+= -Wno-cast-qual
/freebsd/sys/modules/qlnx/qlnxr/
H A DMakefile63 CWARNEXTRA += -Wno-cast-qual
86 CFLAGS+= -Wno-cast-qual -Wno-pointer-arith

123456