Searched refs:objects (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.c137 listHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
139 return (fc_util_list_hbaport(objects, argv, options));
147 listRemotePortFunc(int objects, char *argv[], cmdOptions_t *options, argument
150 return (fc_util_list_remoteport(objects, argv, options));
158 listLogicalUnitFunc(int objects, char *argv[], cmdOptions_t *options, argument
161 return (fc_util_list_logicalunit(objects, argv, options));
169 npivCreatePortFunc(int objects, char *argv[], argument
171 return (fc_util_create_npivport(objects, argv, options));
175 npivCreatePortListFunc(int objects, char *argv[], argument
177 if ((objects
188 npivDeletePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
198 npivListHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
208 npivListRemotePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
218 fcoeAdmCreatePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
229 fcoeAdmDeletePortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
240 fcoeListPortsFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
251 fcadmForceLipFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
[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[], argument
114 assert(objects == 1);
267 fcoe_adm_delete_port(int objects, char *argv[]) argument
276 assert(objects == 1);
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtable.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dba_table.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dfilters.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dtrie.h32 #include <ipp/ipgpc/classifier-objects.h>
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.c93 listHbaFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
95 return (sas_util_list_hba(objects, argv, options));
100 listHbaPortFunc(int objects, char *argv[], cmdOptions_t *options, void *addArgs) argument
102 return (sas_util_list_hbaport(objects, argv, options));
110 listExpanderFunc(int objects, char *argv[], cmdOptions_t *options, argument
113 return (sas_util_list_expander(objects, argv, options));
118 listTargetPortFunc(int objects, char *argv[], cmdOptions_t *options, argument
121 return (sas_util_list_targetport(objects, argv, options));
129 listLogicalUnitFunc(int objects, char *argv[], cmdOptions_t *options, argument
132 return (sas_util_list_logicalunit(objects, arg
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/
H A Dpsvcplugin.c69 picl_psvc_t *objects; member in struct:handle
224 objp = &psvc_hdl.objects[i];
277 free(psvc_hdl.objects);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/
H A Dpsvcplugin.c66 picl_psvc_t *objects; member in struct:handle
146 objp = &psvc_hdl.objects[i];
198 free(psvc_hdl.objects);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc186 res->objects.objects_len = 0; /* default */
187 res->objects.objects_val = NULL; /* default */
192 res->objects.objects_len = (int) num_answers;
193 res->objects.objects_val = ans;
217 res->objects.objects_val = new entry_object_p;
218 if (res->objects.objects_val == NULL) {
219 res->objects.objects_len = 0;
225 res->objects.objects_len = 1;
226 res->objects.objects_val[0] = single;
265 res->objects
[all...]
H A Ddb_entry_c.x82 entry_object_p objects<>; /* And the objects found */
H A Dnis_db.cc84 /* Can't have valid objects */
90 for (i = 0; i < dr->objects.objects_len; i++)
91 free_entry(dr->objects.objects_val[i]);
92 free(dr->objects.objects_val);
106 res->objects.objects_len = 0;
107 res->objects.objects_val = NULL;
591 if (res->objects.objects_len != 1 || res->objects.objects_val == 0 ||
592 res->objects.objects_val[0] == 0) {
597 o = unmakePseudoEntryObj(res->objects
[all...]
/illumos-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
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_db.h83 } objects; member in struct:db_result
H A Dnis.x47 /* Include the RPC Language description of NIS objects */
197 %/* Testing Access rights for objects */
229 %#define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len)
230 %#define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
248 % * Defines for getting at column data in entry objects. Because RPCGEN
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dplatsvcd.conf46 * <Number of objects listed in this TASK section>
52 * resides in, and the object IDs of objects it must be called for
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c76 picl_psvc_t *objects; member in struct:handle
346 srcobjp = (picl_psvc_t *)bsearch(src, psvc_hdl.objects,
392 dstobjp = (picl_psvc_t *)bsearch(dst, psvc_hdl.objects,
473 objp = &psvc_hdl.objects[i];
494 free(psvc_hdl.objects);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dplatsvcd.conf45 * <Number of objects listed in this TASK section>
51 * resides in, and the object IDs of objects it must be called for
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf45 * <Number of objects listed in this TASK section>
51 * resides in, and the object IDs of objects it must be called for
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h181 Dumping objects ->
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c314 picl_psvc_t *objects; member in struct:handle
669 syslog(LOG_ERR, "No list of objects for task");
683 "Wrong number of objects for task");
1151 psvc_hdl.objects, psvc_hdl.obj_count,
1204 psvc_hdl.objects,
1311 srcobjp = (picl_psvc_t *)bsearch(src, psvc_hdl.objects,
1332 dstobjp = (picl_psvc_t *)bsearch(dst, psvc_hdl.objects,
1603 psvc_hdl.objects = NULL;
1638 if ((psvc_hdl.objects = (picl_psvc_t *)malloc(sizeof (picl_psvc_t) *
1643 (void) memset(psvc_hdl.objects,
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dplatsvcd.conf46 * <Number of objects listed in this TASK section>
52 * resides in, and the object IDs of objects it must be called for
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dplatsvcd.conf46 * <Number of objects listed in this TASK section>
52 * resides in, and the object IDs of objects it must be called for
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c182 int part, nparts, npkgs, objects; local
360 * package objects in the current environment
505 objects = 0;
508 objects++;
537 (void) fprintf(stderr, gettext(MSG_VOLUMIZE), objects);

Completed in 121 milliseconds

12