/titanic_41/usr/src/cmd/fcinfo/ |
H A D | fcinfo.c | 137 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 D | fcinfo.h | 149 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 D | fcoeadm.c | 103 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()
|
/titanic_41/usr/src/cmd/sasinfo/ |
H A D | sasinfo.c | 93 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()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db.cc | 186 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 …]
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | developer-apptrace-ucblib.mf | 28 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"
|
H A D | developer-apptrace.mf | 28 value="Apptrace utility for application tracing, including shared objects" 45 desc="Apptrace utility for application tracing, including shared objects" \
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/ |
H A D | psvcplugin.c | 66 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()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/ |
H A D | psvcplugin.c | 69 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()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 166 ##### 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 …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
H A D | psvcplugin.c | 76 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()
|
/titanic_41/usr/src/psm/ |
H A D | Makefile.psm.64 | 28 # 64-bit objects. 30 # Include overrides for builds of 64-bit objects
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | Makefile | 33 main.o ncp.o ncu.o ncu_phys.o ncu_ip.o objects.o\ 37 objects.h
|
H A D | README | 60 objects.c 75 Here we discuss the essential objects and subtle aspects of the NWAM 94 addition state changes of objects and door requests (requesting current 141 The daemon is structured around a set of objects representing NCPs[1], 143 consume events which act on those objects. Object lists are maintained 148 Events can be associated with specific objects (e.g. link up), or associated 196 the configuration objects libnwam manages. i.e.: 214 nwamd_object_lock() is deliberately not exposed outside of objects.c, 226 objects but don't have a state beyond simply being present). 227 NWAM objects all share a basic set of states: [all …]
|
/titanic_41/exception_lists/ |
H A D | interface_check | 26 # objects by interface_check. All strings are Perl regular expressions 42 # Shared objects underneath these parts of the tree are taken to be plugins. 77 # Note that PLUGIN objects are automatically exempt from this, 78 # so these directives are generally applied to non-plugin objects
|
H A D | check_rtime | 27 # This file provides exceptions to the usual rules applied to ELF objects by 47 SKIP ^usr/src/ # no objects in source code 121 # Unused runpaths in non-OSNET objects we can't change 153 # Unreferenced objects of non-OSnet objects we can't change 181 # Unreferenced object of objects we can't change for other reasons 230 # The libprtdiag_psr.so.1 objects built under usr/src/lib/libprtdiag_psr
|
/titanic_41/usr/src/cmd/sgs/moe/common/ |
H A D | moe.msg | 37 \t[-32]\t\tonly expand 32-bit objects\n\ 38 \t[-64]\t\tonly expand 64-bit objects\n\
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 122 4238973 fix for 4121152 affects linking of Ada objects 145 4238973 fix for 4121152 affects linking of Ada objects 161 4238973 fix for 4121152 affects linking of Ada objects 239 4321634 .init firing of multiple INITFIRST objects can fail 271 4187211 problem with RDISP32 linking in copy-relocated objects 273 4297563 dlclose still does not remove all objects. 290 4336102 dlclose with non-deletable objects can mishandle dependencies 356 objects 446 4469566 lazy loading fallback can reference un-relocated objects 455 4491434 ld.so.1 can leak file-descriptors when loading same named objects [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/ |
H A D | platsvcd.conf | 46 * <Number of objects listed in this TASK section> 52 * resides in, and the object IDs of objects it must be called for
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 314 picl_psvc_t *objects; member 1151 psvc_hdl.objects, psvc_hdl.obj_count, in create_reference_properties() 1204 psvc_hdl.objects, in create_reference_properties() 1311 srcobjp = (picl_psvc_t *)bsearch(src, psvc_hdl.objects, in load_projected_properties() 1332 dstobjp = (picl_psvc_t *)bsearch(dst, psvc_hdl.objects, in load_projected_properties() 1603 psvc_hdl.objects = NULL; in psvc_plugin_init() 1638 if ((psvc_hdl.objects = (picl_psvc_t *)malloc(sizeof (picl_psvc_t) * in psvc_plugin_init() 1643 (void) memset(psvc_hdl.objects, 0, in psvc_plugin_init() 1666 picl_psvc_t *objp = &psvc_hdl.objects[i]; in psvc_plugin_init() 1771 qsort(psvc_hdl.objects, psvc_hdl.obj_count, sizeof (picl_psvc_t), in psvc_plugin_init() [all …]
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | attach.test | 509 } {1 {trigger r5 cannot reference objects in database orig}} 517 } {1 {trigger r5 cannot reference objects in database temp}} 524 } {1 {trigger r5 cannot reference objects in database temp}} 531 } {1 {trigger r5 cannot reference objects in database temp}} 538 } {1 {trigger r5 cannot reference objects in database temp}} 545 } {1 {trigger r5 cannot reference objects in database temp}} 552 } {1 {trigger r5 cannot reference objects in database temp}} 559 } {1 {trigger r5 cannot reference objects in database temp}}
|
/titanic_41/usr/src/cmd/mdb/demo/ |
H A D | README | 51 Makefile.sparc - rules for building 32-bit SPARC objects 52 Makefile.sparcv9 - rules for building 64-bit SPARC objects 53 Makefile.i386 - rules for building 32-bit x86 objects 54 Makefile.amd64 - rules for building 64-bit x86 objects 78 make clobber - remove objects, modules, and lint files
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nis.x | 229 %#define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len) 230 %#define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/sebring/conf/ |
H A D | platsvcd.conf | 45 * <Number of objects listed in this TASK section> 51 * resides in, and the object IDs of objects it must be called for
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/ |
H A D | platsvcd.conf | 45 * <Number of objects listed in this TASK section> 51 * resides in, and the object IDs of objects it must be called for
|