Home
last modified time | relevance | path

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

12345678910>>...20

/netbsd-src/sys/kern/
H A Dkern_pmf.c229 pmf_system_bus_resume(const pmf_qual_t *qual) in pmf_system_bus_resume() argument
248 if (!device_pmf_bus_resume(curdev, qual)) { in pmf_system_bus_resume()
260 pmf_system_resume(const pmf_qual_t *qual) in pmf_system_resume() argument
284 if (!pmf_device_resume(curdev, qual)) { in pmf_system_resume()
301 pmf_system_suspend(const pmf_qual_t *qual) in pmf_system_suspend() argument
338 if (!pmf_device_suspend(curdev, qual)) in pmf_system_suspend()
680 pmf_device_suspend(device_t dev, const pmf_qual_t *qual) in pmf_device_suspend() argument
691 rc = pmf_device_suspend_locked(dev, qual); in pmf_device_suspend()
700 pmf_device_suspend_locked(device_t dev, const pmf_qual_t *qual) in pmf_device_suspend_locked() argument
703 if (!device_pmf_add_suspensor(dev, qual)) in pmf_device_suspend_locked()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d2441 foreach (qual; AliasSeq!(MutableOf, ConstOf))
2443 assert(v.get!(qual!int) == 10);
2444 assert(v.get!(qual!float) == 10.0f);
2446 foreach (qual; AliasSeq!(ImmutableOf, SharedOf, SharedConstOf))
2448 assertThrown!VariantException(v.get!(qual!int));
2453 foreach (qual; AliasSeq!(ConstOf))
2455 assert(v.get!(qual!int) == 20);
2456 assert(v.get!(qual!float) == 20.0f);
2458 foreach (qual; AliasSeq!(MutableOf, ImmutableOf, SharedOf, SharedConstOf))
2460 assertThrown!VariantException(v.get!(qual!int));
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d2832 static foreach (qual; AliasSeq!(Alias, ConstOf))
2834 assert(v.get!(qual!int) == 10);
2835 assert(v.get!(qual!float) == 10.0f);
2837 static foreach (qual; AliasSeq!(ImmutableOf, SharedOf, SharedConstOf))
2839 assertThrown!VariantException(v.get!(qual!int));
2844 static foreach (qual; AliasSeq!(ConstOf))
2846 assert(v.get!(qual!int) == 20);
2847 assert(v.get!(qual!float) == 20.0f);
2849 static foreach (qual; AliasSeq!(Alias, ImmutableOf, SharedOf, SharedConstOf))
2851 assertThrown!VariantException(v.get!(qual!int));
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_cpols.c173 POLICYQUALINFO *qual; in policy_section() local
192 if ((qual = POLICYQUALINFO_new()) == NULL) in policy_section()
194 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section()
196 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) { in policy_section()
200 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL) in policy_section()
202 if (!ASN1_STRING_set(qual->d.cpsuri, cnf->value, in policy_section()
220 qual = notice_section(ctx, unot, ia5org); in policy_section()
222 if (!qual) in policy_section()
226 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section()
290 POLICYQUALINFO *qual; in notice_section() local
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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()
195 if ((qual->pqualid = OBJ_nid2obj(NID_id_qt_cps)) == NULL) { in policy_section()
199 if ((qual->d.cpsuri = ASN1_IA5STRING_new()) == NULL) 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()
224 if (!sk_POLICYQUALINFO_push(pol->qualifiers, qual)) in policy_section()
287 POLICYQUALINFO *qual; in notice_section() local
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_nfs4.c44 int qual; /* GID or UID of user/group, depending on tag. */ member
268 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()
533 if ((gid_t)myacl->qual != richace->e_id) in acl_match()
538 if ((uid_t)myacl->qual != richace->e_id) 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()
[all …]
H A Dtest_acl_platform_posix1e.c144 if ((uid_t)myacl->qual != aclent->a_id) in acl_match()
155 if ((gid_t)myacl->qual != aclent->a_id) in acl_match()
192 if ((uid_t)myacl->qual != u) in acl_match()
204 if ((gid_t)myacl->qual != g) in acl_match()
278 myacls[marker[i]].tag, myacls[marker[i]].qual,
/netbsd-src/games/sail/
H A Ddr_3.c296 int qual; in is_toughmelee() local
298 qual = ship->specs->qual; in is_toughmelee()
303 ? ship->specs->crew1 * qual : 0; in is_toughmelee()
305 ? ship->specs->crew2 * qual : 0; in is_toughmelee()
307 ? ship->specs->crew3 * qual : 0; in is_toughmelee()
H A Ddr_1.c167 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
168 strengthto = mento * tocap->specs->qual; in fightitout()
185 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
186 strengthto = mento * tocap->specs->qual; in fightitout()
359 hit += QUAL[indx][capship(sp)->specs->qual - 1]; in compcombat()
/netbsd-src/external/mit/xorg/lib/fontconfig/etc/
H A Dfonts.conf37 <test qual="any" name="family">
49 <test qual="any" name="family">
61 <test qual="any" name="family">
72 <test qual="any" name="family">
/netbsd-src/sys/dev/cardbus/
H A Dehci_cardbus.c101 ehci_cardbus_suspend(device_t dv, const pmf_qual_t *qual) in ehci_cardbus_suspend() argument
103 ehci_suspend(dv, qual); in ehci_cardbus_suspend()
113 ehci_cardbus_resume(device_t dv, const pmf_qual_t *qual) in ehci_cardbus_resume() argument
119 return ehci_resume(dv, qual); in ehci_cardbus_resume()
H A Dif_rtw_cardbus.c315 rtw_cardbus_resume(device_t self, const pmf_qual_t *qual) in rtw_cardbus_resume() argument
336 return rtw_resume(self, qual); in rtw_cardbus_resume()
340 rtw_cardbus_suspend(device_t self, const pmf_qual_t *qual) in rtw_cardbus_suspend() argument
346 if (!rtw_suspend(self, qual)) in rtw_cardbus_suspend()
/netbsd-src/sys/dev/isa/
H A Dcom_isa.c221 com_isa_suspend(device_t self, const pmf_qual_t *qual) in com_isa_suspend() argument
225 if (!com_suspend(self, qual)) in com_isa_suspend()
235 com_isa_resume(device_t self, const pmf_qual_t *qual) in com_isa_resume() argument
243 return com_resume(self, qual); in com_isa_resume()
/netbsd-src/sbin/routed/
H A Dparms.c175 char gname[GNAME_LEN+1], qual[9]; in gwkludge() local
222 qual[0] = '\0'; in gwkludge()
226 net_host, dname, gname, &metric, qual); in gwkludge()
269 if (!strcasecmp(qual, type = "passive")) { in gwkludge()
280 } else if (!strcasecmp(qual, type = "external")) { in gwkludge()
286 strlcpy(qual, "external", sizeof(qual)); in gwkludge()
291 } else if (!strcasecmp(qual, "active") in gwkludge()
292 || qual[0] == '\0') { in gwkludge()
311 " unknown type %s", lptr, qual); in gwkludge()
/netbsd-src/lib/libedit/
H A DMakefile15 CWARNFLAGS.clang+= -Wno-cast-qual
141 COPTS.editline.c+= -Wno-cast-qual
143 COPTS.tokenizer.c+= -Wno-cast-qual
144 COPTS.tokenizern.c+= -Wno-cast-qual
/netbsd-src/sys/dev/pci/
H A Dif_rtw_pci.c295 rtw_pci_resume(device_t self, const pmf_qual_t *qual) in rtw_pci_resume() argument
308 return rtw_resume(self, qual); in rtw_pci_resume()
312 rtw_pci_suspend(device_t self, const pmf_qual_t *qual) in rtw_pci_suspend() argument
316 if (!rtw_suspend(self, qual)) in rtw_pci_suspend()
H A Dif_atw_pci.c136 atw_pci_resume(device_t self, const pmf_qual_t *qual) in atw_pci_resume() argument
153 atw_pci_suspend(device_t self, const pmf_qual_t *qual) in atw_pci_suspend() argument
161 return atw_suspend(self, qual); in atw_pci_suspend()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dtxt_db.h37 int (**qual) (OPENSSL_STRING *); member
46 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
/netbsd-src/crypto/external/bsd/openssl/dist/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 *),
/netbsd-src/sys/sys/
H A Dqueue.h397 #define _TAILQ_HEAD(name, type, qual) \ argument
399 qual type *tqh_first; /* first element */ \
400 qual type *qual *tqh_last; /* addr of last next element */ \
407 #define _TAILQ_ENTRY(type, qual) \ argument
409 qual type *tqe_next; /* next element */ \
410 qual type *qual *tqe_prev; /* address of previous next element */\
/netbsd-src/sys/dev/nvmm/x86/
H A Dnvmm_x86_vmx.c1204 uint64_t qual; in vmx_exit_exc_nmi() local
1206 qual = vmx_vmread(VMCS_EXIT_INTR_INFO); in vmx_exit_exc_nmi()
1208 if ((qual & INTR_INFO_VALID) == 0) { in vmx_exit_exc_nmi()
1211 if (__SHIFTOUT(qual, INTR_INFO_TYPE) != INTR_TYPE_NMI) { in vmx_exit_exc_nmi()
1571 uint64_t qual) in vmx_inkernel_handle_cr0() argument
1577 type = __SHIFTOUT(qual, VMX_QUAL_CR_TYPE); in vmx_inkernel_handle_cr0()
1582 gpr = __SHIFTOUT(qual, VMX_QUAL_CR_GPR); in vmx_inkernel_handle_cr0()
1640 uint64_t qual) in vmx_inkernel_handle_cr4() argument
1645 type = __SHIFTOUT(qual, VMX_QUAL_CR_TYPE); in vmx_inkernel_handle_cr4()
1650 gpr = __SHIFTOUT(qual, VMX_QUAL_CR_GPR); in vmx_inkernel_handle_cr4()
[all …]
/netbsd-src/external/gpl3/gcc/lib/libgcc/arch/vax/
H A Ddefs.mk6 G_INTERNAL_CFLAGS=-g -O2 -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstr…
15 G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prot…
/netbsd-src/external/gpl3/gcc/lib/libgcc/arch/sparc/
H A Ddefs.mk6 G_INTERNAL_CFLAGS=-g -O2 -O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstr…
15 G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prot…

12345678910>>...20