Home
last modified time | relevance | path

Searched refs:registered (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/netbsd-src/sys/fs/nfs/common/
H A Dnfs_nfssvc.c123 static int registered; in nfssvc_modevent() local
132 registered = 1; in nfssvc_modevent()
141 if (registered) in nfssvc_modevent()
143 registered = 0; in nfssvc_modevent()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4520.txt122 registered and provides IANA guidelines on how to assign new values.
126 LDAP values specified in RFCs MUST be registered. Other LDAP values,
127 except those in private-use name spaces, SHOULD be registered. RFCs
181 Protocol mechanisms are registered on a First Come First Served
191 LDAP Syntaxes are registered on a First Come First Served with
243 registered.
246 be registered on a First Come First Served basis.
248 All other descriptors require Expert Review to be registered.
276 registered.
288 registered on a First Come First Served basis.
[all …]
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvr4181ip.c120 static int registered = 0; variable
158 if (!registered) { in vr4181ip_comintr_establish()
164 registered = 1; in vr4181ip_comintr_establish()
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.test-vectors-pf.zone21 ; This example has a key that is not registered, its value is unquoted.
25 ; This example has a key that is not registered, its value is quoted and
64 ; This example has a key that is not registered, its value is unquoted.
68 ; This example has a key that is not registered, its value is quoted and
H A Dsvcb.test-vectors-wf.zone34 ; This example has a key that is not registered, its value is unquoted.
44 ; This example has a key that is not registered, its value is quoted and
146 ; This example has a key that is not registered, its value is unquoted.
156 ; This example has a key that is not registered, its value is quoted and
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetricTreeNode.h65 bool is_registered () { return registered; } in is_registered()
96 bool registered; // metric has been officially registered variable
H A DBaseMetricTreeNode.cc74 registered = false; in init_vars()
186 if (!node->registered) in register_node()
188 node->registered = true; in register_node()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetricTreeNode.h65 bool is_registered () { return registered; } in is_registered()
96 bool registered; // metric has been officially registered variable
H A DBaseMetricTreeNode.cc74 registered = false; in init_vars()
186 if (!node->registered) in register_node()
188 node->registered = true; in register_node()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_init_thread_deregister.pod35 A new stop handler is registered using the function ossl_init_thread_start().
43 In the event that previously registered stop handlers need to be deregistered
46 registered for) which the same I<index> value.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvtable-verify.c176 gcc_assert (node && node->registered); in vtbl_map_node_registration_find()
179 slot = node->registered->find_slot (&key, NO_INSERT); in vtbl_map_node_registration_find()
205 if (!node || !node->registered) in vtbl_map_node_registration_insert()
209 slot = node->registered->find_slot (&key, INSERT); in vtbl_map_node_registration_insert()
456 node->registered = new register_table_type (16); in find_or_create_vtbl_map_node()
H A Dvtable-verify.h117 register_table_type *registered; /* Hashtable of vtable pointers for which member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvtable-verify.cc176 gcc_assert (node && node->registered); in vtbl_map_node_registration_find()
179 slot = node->registered->find_slot (&key, NO_INSERT); in vtbl_map_node_registration_find()
205 if (!node || !node->registered) in vtbl_map_node_registration_insert()
209 slot = node->registered->find_slot (&key, INSERT); in vtbl_map_node_registration_insert()
456 node->registered = new register_table_type (16); in find_or_create_vtbl_map_node()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dplugin.c65 static struct plugin *registered = NULL; variable
90 for (e = registered; e != NULL; e = e->next) { in krb5_plugin_register()
116 e->next = registered; in krb5_plugin_register()
117 registered = e; in krb5_plugin_register()
152 for (ret = 0, e = registered; e != NULL; e = e->next) { in _krb5_plugin_find()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_group_to_name.pod16 associated with a given TLS group ID, as registered via built-in
25 corresponding tlsname was registered during provider initialisation.
H A DERR_error_string.pod47 If there is no text string registered for the given error code,
59 and B<NULL> if none is registered for the error code.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var2.dts37 * In the base device tree the PHY was registered in the mdio
39 * is connected to a switch port instead and registered above.
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dtree.ipp52 /// \param dotted_key The key to be registered in dotted representation.
70 /// \param dotted_key The key to be registered in dotted representation.
97 /// \param dotted_key The key to be registered in dotted representation.
125 /// \param dotted_key The key to be registered in dotted representation.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A DREADME.md53 solution is necessarily that ENGINE-provided ciphers simply are not registered,
94 reference) for any ENGINE that is registered to perform the algo/mode that the
97 implementations *registered*. As such, a NULL ENGINE pointer is stored in the
102 Conversely, if an ENGINE *has* been registered to perform the algorithm/mode
108 application will actually be replaced by an EVP_CIPHER from the registered
174 registered any of its implementations (to do so would link all class "table"
186 registered an implementation, the code will simply return NULL and the tb_rsa.c
188 place. ENGINE_cleanup() will simply iterate across a list of registered cleanup
190 (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A DREADME53 solution is necessarily that ENGINE-provided ciphers simply are not registered,
94 reference) for any ENGINE that is registered to perform the algo/mode that the
97 implementations *registered*. As such, a NULL ENGINE pointer is stored in the
102 Conversely, if an ENGINE *has* been registered to perform the algorithm/mode
108 application will actually be replaced by an EVP_CIPHER from the registered
174 registered any of its implementations (to do so would link all class "table"
186 registered an implementation, the code will simply return NULL and the tb_rsa.c
188 place. ENGINE_cleanup() will simply iterate across a list of registered cleanup
190 (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td100 /// Describes a checker. Every builtin checker has to be registered with the use
131 /// are always registered before the dependent checker, and its checker
146 /// weak dependency, the dependent checker might still be registered. If the
147 /// weak dependency is satisfied, it'll be registered, and its checker
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DERR_error_string.pod45 If there is no text string registered for the given error code,
58 none is registered for the error code.
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_mode_object.c50 WARN_ON(!dev->driver->load && dev->registered && !obj_free_cb); in __drm_mode_object_add()
114 WARN_ON(!dev->driver->load && dev->registered && !object->free_cb); in drm_mode_object_unregister()
252 WARN_ON(!dev->driver->load && dev->registered); in drm_object_attach_property()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAddingConstrainedIntrinsics.rst86 registered in TargetLoweringBase::initActions(). By default all strict nodes are
87 registered with Expand action::
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli137 (** [first ()] returns the first target in the registered targets
149 registered, or [None] otherwise. *)
153 [Error] if [triple] does not correspond to a registered target. *)

12345678910>>...18