Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 218) sorted by relevance

123456789

/onnv-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.c137 listHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) in listHbaPortFunc() argument
139 return (fc_util_list_hbaport(objects, argv, options)); in listHbaPortFunc()
147 listRemotePortFunc(int objects, char *argv[], cmdOptions_t *options, in listRemotePortFunc() argument
150 return (fc_util_list_remoteport(objects, argv, options)); in listRemotePortFunc()
158 listLogicalUnitFunc(int objects, char *argv[], cmdOptions_t *options, in listLogicalUnitFunc() argument
161 return (fc_util_list_logicalunit(objects, argv, options)); in listLogicalUnitFunc()
169 npivCreatePortFunc(int objects, char *argv[], in npivCreatePortFunc() argument
171 return (fc_util_create_npivport(objects, argv, options)); in npivCreatePortFunc()
175 npivCreatePortListFunc(int objects, char *argv[], in npivCreatePortListFunc() argument
177 if ((objects == 0) && addArgs && options && argv) { in npivCreatePortListFunc()
[all …]
H A Dfcinfo.h149 int fc_util_force_lip(int objects, char *argv[]);
151 int fcoe_adm_create_port(int objects, char *argv[],
153 int fcoe_adm_delete_port(int objects, char *argv[]);
H A Dfcoeadm.c103 fcoe_adm_create_port(int objects, char *argv[], in fcoe_adm_create_port() argument
114 assert(objects == 1); in fcoe_adm_create_port()
267 fcoe_adm_delete_port(int objects, char *argv[]) in fcoe_adm_delete_port() argument
276 assert(objects == 1); in fcoe_adm_delete_port()
/onnv-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.c93 listHbaFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) in listHbaFunc() argument
95 return (sas_util_list_hba(objects, argv, options)); in listHbaFunc()
100 listHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) in listHbaPortFunc() argument
102 return (sas_util_list_hbaport(objects, argv, options)); in listHbaPortFunc()
110 listExpanderFunc(int objects, char *argv[], cmdOptions_t *options, in listExpanderFunc() argument
113 return (sas_util_list_expander(objects, argv, options)); in listExpanderFunc()
118 listTargetPortFunc(int objects, char *argv[], cmdOptions_t *options, in listTargetPortFunc() argument
121 return (sas_util_list_targetport(objects, argv, options)); in listTargetPortFunc()
129 listLogicalUnitFunc(int objects, char *argv[], cmdOptions_t *options, in listLogicalUnitFunc() argument
132 return (sas_util_list_logicalunit(objects, argv, options)); in listLogicalUnitFunc()
/onnv-gate/usr/src/lib/libnisdb/
H A Ddb.cc186 res->objects.objects_len = 0; /* default */ in exec_action()
187 res->objects.objects_val = NULL; /* default */ in exec_action()
192 res->objects.objects_len = (int) num_answers; in exec_action()
193 res->objects.objects_val = ans; in exec_action()
217 res->objects.objects_val = new entry_object_p; in exec_action()
218 if (res->objects.objects_val == NULL) { in exec_action()
219 res->objects.objects_len = 0; in exec_action()
225 res->objects.objects_len = 1; in exec_action()
226 res->objects.objects_val[0] = single; in exec_action()
265 res->objects.objects_len = 1; in exec_action()
[all …]
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_SESSION_free.pod21 SSL_SESSION objects are allocated, when a TLS/SSL handshake operation
24 the SSL_SESSION objects are internally referenced by the SSL_CTX and
25 linked into its session cache. SSL objects may be using the SSL_SESSION object;
26 as a session may be reused, several SSL objects may be using one SSL_SESSION
36 SSL_SESSION_free() must only be called for SSL_SESSION objects, for
41 It must not be called on other SSL_SESSION objects, as this would cause
H A DSSL_CTX_ctrl.pod5 …allback_ctrl, SSL_ctrl, SSL_callback_ctrl - internal handling functions for SSL_CTX and SSL objects
20 the SSL_CTX and SSL objects. Depending on the command B<cmd> the arguments
H A DSSL_CTX_set_ssl_version.pod18 SSL_CTX_set_ssl_version() sets a new default TLS/SSL B<method> for SSL objects
19 newly created from this B<ctx>. SSL objects already created with
H A DSSL_set_session.pod28 SSL_SESSION objects keep internal link information about the session cache
31 only be used with one SSL_CTX object (and the SSL objects created
/onnv-gate/usr/src/pkg/manifests/
H A Ddeveloper-apptrace-ucblib.mf28 value="Apptrace shared objects for UCB compatibility libraries"
29 set name=pkg.summary value="Apptrace support objects for ucblib"
36 desc="Apptrace shared objects for UCB compatibility libraries" \
37 name="Apptrace support objects for ucblib"
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRSA_sign.pod26 see L<objects(3)|objects(3)> for details. If B<type> is B<NID_md5_sha1>,
53 L<ERR_get_error(3)|ERR_get_error(3)>, L<objects(3)|objects(3)>,
H A DOBJ_nid2obj.pod68 be called before an application exits if any new objects were added
74 identifier (NID) associated with them. A standard set of objects is
76 in the header file B<objects.h>.
84 New objects can be added by calling OBJ_create().
86 Table objects have certain advantages over other objects: for example
H A DRSA_sign_ASN1_OCTET_STRING.pod50 L<ERR_get_error(3)|ERR_get_error(3)>, L<objects(3)|objects(3)>,
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/
H A Dpsvcplugin.c66 picl_psvc_t *objects; member
146 objp = &psvc_hdl.objects[i]; in psvc_psr_plugin_init()
198 free(psvc_hdl.objects); in psvc_psr_plugin_init()
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/
H A Dpsvcplugin.c69 picl_psvc_t *objects; member
224 objp = &psvc_hdl.objects[i]; in psvc_psr_plugin_init()
277 free(psvc_hdl.objects); in psvc_psr_plugin_init()
/onnv-gate/usr/src/common/openssl/crypto/objects/
H A Dobjects.README1 objects.txt syntax
4 To cover all the naming hacks that were previously in objects.h needed some
5 kind of hacks in objects.txt.
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DGroup.pod19 This module is used for manipulating C<libexacct(3LIB)> Group objects. A
27 Group objects can also be nested inside each other simply by adding an
43 B<C<new($catalog, @objects)>>
48 tag for a Perl exacct Group object. The C<@objects> parameter is a list of
50 the passed Items is taken and any Group objects are recursively copied. The
H A DObject.pod19 objects: Items and Groups. An Item is either a single data value such as the
24 Groups can be stored as embedded Perl exacct objects inside the enclosing
81 For Group objects, if C<value()> is called in a scalar context, the return
84 indexing syntax and array operators, the objects inside the Group can be
85 manipulated. All objects in the array must be derived from the
91 list of all the objects in the Group. Unlike the array reference returned in a
/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif166 ##### A set of forward references to the KDC Service objects.
167 ##### (FDNs of the krbKdcService objects).
179 ##### A set of forward references to the Password Service objects.
180 ##### (FDNs of the krbPwdService objects).
231 ##### This attribute specifies which attribute of the user objects
245 ##### A set of forward references to the Administration Service objects.
246 ##### (FDNs of the krbAdmService objects).
395 ##### where principals and other kerberos objects in the realm are configured.
582 ##### This attributes holds references to the set of directory objects.
583 ##### This stores the DNs of the directory objects to which the
[all …]
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c76 picl_psvc_t *objects; member
346 srcobjp = (picl_psvc_t *)bsearch(src, psvc_hdl.objects, in load_projected_properties()
392 dstobjp = (picl_psvc_t *)bsearch(dst, psvc_hdl.objects, in load_projected_properties()
473 objp = &psvc_hdl.objects[i]; in psvc_psr_plugin_init()
494 free(psvc_hdl.objects); in psvc_psr_plugin_init()
/onnv-gate/usr/src/common/openssl/crypto/store/
H A DREADME5 thing which stores objects and per-object associations to a number
8 generation of certain objects (for example, keys and CRLs).
14 For now, the objects that are supported are the following:
76 list_object - list objects associated with a given
/onnv-gate/exception_lists/
H A Dinterface_check26 # objects by interface_check. All strings are Perl regular expressions
42 # Shared objects underneath these parts of the tree are taken to be plugins.
74 # Note that PLUGIN objects are automatically exempt from this,
75 # so these directives are generally applied to non-plugin objects
/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DMakefile33 main.o ncp.o ncu.o ncu_phys.o ncu_ip.o objects.o\
37 objects.h
/onnv-gate/usr/src/psm/
H A DMakefile.psm.6428 # 64-bit objects.
30 # Include overrides for builds of 64-bit objects
/onnv-gate/usr/src/common/openssl/crypto/err/
H A Dopenssl.ec12 L OBJ crypto/objects/objects.h crypto/objects/obj_err.c

123456789