HomeSort by: relevance | last modified time | path
    Searched refs:EXTERNAL (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/x68k/dev/
scsiromvar.h 43 EXTERNAL = 1, /* optional */
scsirom.c 82 else if (ia->ia_addr == scsirom_descr[EXTERNAL].addr)
83 which = EXTERNAL;
121 if (r == EXTERNAL)
157 aprint_normal(": External at %p\n", (void *)ia->ia_addr);
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_linkage.py 25 extern int external;
37 external = get_cursor(tu.cursor, 'external')
38 self.assertEqual(external.linkage, LinkageKind.EXTERNAL)
  /src/external/bsd/openldap/dist/tests/scripts/
test068-sasl-tls-external 71 echo -n "Using ldapwhoami with SASL/EXTERNAL...."
73 -o tls_cert=$TESTDIR/tls/certs/bjensen@mailgw.example.com.crt -o tls_key=$TESTDIR/tls/private/bjensen@mailgw.example.com.key -ZZ -Y EXTERNAL -H $URIP1 \
99 echo -n "Using ldapwhoami with SASL/EXTERNAL and SASL_CBINDING (${cb})...."
104 -o tls_reqcert=hard -o SASL_CBINDING=$cb -ZZ -Y EXTERNAL -H $URIP1 \
test066-autoca 330 $CLIENTDIR/ldapwhoami -Y EXTERNAL -H $URIP1 -ZZ
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
grph_object_ctrl_defs.h 197 bool EXTERNAL:1;
304 /* An index into external AUX/DDC channel LUT */
306 /* An index into external HPD pin LUT */
308 /* external encoder object id */
  /src/external/bsd/openldap/dist/tests/scripts/lloadd/
test005-tls 232 echo -n "Using ldapwhoami with SASL/EXTERNAL...."
236 -ZZ -Y EXTERNAL -H $URIP1 \
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser.c 513 /* Since there is no information for external SS, report
536 /* Since there is no information for external SS, report
598 /* Since there is no information for external SS, report
621 /* Since there is no information for external SS, report
703 ss_info->type.EXTERNAL = true;
1055 info->type.EXTERNAL = true;
1147 ss_info->type.EXTERNAL = true;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_clock_source.c 487 /* Check if reference clock is external (not pcie/xtalin)
1195 if (ss_info_cur->type.EXTERNAL)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 786 if (attr->external)
787 fputs (" EXTERNAL", dumpfile);
3530 /* This part writes BIND(C) definition for use in external C programs. */
3553 _("/* Prototypes for external procedures generated from %s\n"
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 802 if (attr->external)
803 fputs (" EXTERNAL", dumpfile);
3708 /* This part writes BIND(C) definition for use in external C programs. */
3731 _("/* Prototypes for external procedures generated from %s\n"
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 5157 #define EXTERNAL(r) (((r)->attributes & DNS_RDATASETATTR_EXTERNAL) != 0)
6118 !EXTERNAL(rdataset))
6310 } else if (!EXTERNAL(rdataset)) {
6733 mark_related(dns_name_t *name, dns_rdataset_t *rdataset, bool external,
6756 if (external) {
6762 * Returns true if 'name' is external to the namespace for which
6865 bool external; local
6883 external = name_external(name, type, rctx);
6897 mark_related(name, rdataset, external,
6904 mark_related(name, rdataset, external, gluing)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 5745 #define EXTERNAL(r) (((r)->attributes & DNS_RDATASETATTR_EXTERNAL) != 0)
6544 !EXTERNAL(rdataset))
6720 } else if (!EXTERNAL(rdataset)) {
7124 mark_related(dns_name_t *name, dns_rdataset_t *rdataset, bool external,
7147 if (external) {
7153 * Returns true if 'name' is external to the namespace for which
7263 bool external; local
7281 external = name_external(name, type, fctx);
7295 mark_related(name, rdataset, external,
7302 mark_related(name, rdataset, external, gluing)
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 61 # clearly, and hide from the external interface (i.e., help(cindex)).
2161 LinkageKind.EXTERNAL = LinkageKind(4)

Completed in 63 milliseconds