Searched defs:class (Results 76 - 100 of 333) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv.c154 int class; /* Other services that must succeed */ member in struct:__anon1927
340 service_classes[i] = service[i].class;
356 * Must have all services of this class
361 service[i].class ==
364 "unable to register all services for class %d\n",
365 service[i].class);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c209 uint32_t class, uint16_t vendor, uint16_t device,
237 if (!class) {
251 if ((class >> 8) == driver->class) {
267 uint32_t class; local
310 class = (l >> 8) & 0xffffff;
333 scan_drivers(type, class, vendor, device, first_driver, dev);
345 dev->class = class;
207 scan_drivers( int type, uint32_t class, uint16_t vendor, uint16_t device, const struct pci_driver *last_driver, struct pci_device *dev) argument
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterNS.c72 jclass class,
108 Java_com_sun_admin_pm_server_DoPrinterNS_getstderr(JNIEnv *env, jclass class) argument
114 Java_com_sun_admin_pm_server_DoPrinterNS_getstdout(JNIEnv *env, jclass class) argument
164 jclass class,
215 jclass class,
70 Java_com_sun_admin_pm_server_DoPrinterNS_dorexec( JNIEnv *env, jclass class, jstring jhost, jstring juser, jstring jpasswd, jstring jcmd, jstring jlocale) argument
162 Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp( JNIEnv *env, jclass class, jstring jaction, jstring jprintername, jstring jprintserver, jstring jextensions, jstring jcomment, jstring jisdefault) argument
213 Java_com_sun_admin_pm_server_DoPrinterNS_updateldap( JNIEnv *env, jclass class, jstring jaction, jstring jhost, jstring jbinddn, jstring jpasswd, jstring jprintername, jstring jprintserver, jstring jextensions, jstring jcomment, jstring jisdefault) argument
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.c265 Priocntl(char *class) argument
269 (void) strcpy(pcinfo.pc_clname, class);
271 Warn(gettext("cannot get real time class parameters"));
279 Warn(gettext("cannot enter the real time class"));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c177 datalink_class_t class)
289 if (!port_dlpi_open(portname, port, class))
327 datalink_class_t class; local
331 status = dladm_datalink_id2info(handle, linkid, NULL, &class,
334 update_port(0, linkname, linkid, class);
176 update_port(int vlan_id, const char *portname, datalink_id_t linkid, datalink_class_t class) argument
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c316 int class; local
322 class = get_class();
382 if (class == ELFCLASS32) {
388 } else if (class == ELFCLASS64) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_dispq.c236 fmd_event_t *ep, const char *class)
248 class, dlp->dq_eventq->eq_mod->mod_name, (int)gid));
260 * one using the next component of the split class string (stored in cv[0]) and
269 fmd_event_t *ep, const char *class, uint_t cc, char *cv[])
275 return (fmd_dispq_dispatch_one(root, gids, ep, class));
278 n += fmd_dispq_dispatchv(dep, gids, ep, class, cc - 1, cv + 1);
281 n += fmd_dispq_dispatchv(dep, gids, ep, class, cc - 1, cv + 1);
284 n += fmd_dispq_dispatch_one(dep, gids, ep, class);
290 fmd_dispq_tokenize(const char *class, argument
296 (void) strlcpy(buf, class, bufle
235 fmd_dispq_dispatch_one(fmd_dispqelem_t *dep, ulong_t *gids, fmd_event_t *ep, const char *class) argument
268 fmd_dispq_dispatchv(fmd_dispqelem_t *root, ulong_t *gids, fmd_event_t *ep, const char *class, uint_t cc, char *cv[]) argument
308 fmd_dispq_dispatch_gid(fmd_dispq_t *dqp, fmd_event_t *ep, const char *class, id_t gid) argument
392 fmd_dispq_dispatch(fmd_dispq_t *dqp, fmd_event_t *ep, const char *class) argument
[all...]
H A Dfmd_protocol.c114 fmd_protocol_fault(const char *class, uint8_t certainty, argument
124 err |= nvlist_add_string(nvl, FM_CLASS, class);
143 fmd_protocol_list(const char *class, nvlist_t *de_fmri, const char *uuid, argument
160 err |= nvlist_add_string(nvl, FM_CLASS, class);
209 fmd_protocol_rsrc_asru(const char *class, argument
227 err |= nvlist_add_string(nvl, FM_CLASS, class);
330 fmd_protocol_xprt_ctl(fmd_module_t *mp, const char *class, uint8_t version) argument
339 err |= nvlist_add_string(nvl, FM_CLASS, class);
350 const char *class, uint8_t version, const char *subclass)
352 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, versio
349 fmd_protocol_xprt_sub(fmd_module_t *mp, const char *class, uint8_t version, const char *subclass) argument
362 fmd_protocol_xprt_uuclose(fmd_module_t *mp, const char *class, uint8_t version, const char *uuid) argument
375 fmd_protocol_xprt_uuresolved(fmd_module_t *mp, const char *class, uint8_t version, const char *uuid) argument
388 fmd_protocol_xprt_updated(fmd_module_t *mp, const char *class, uint8_t version, const char *uuid, uint8_t *statusp, uint8_t *has_asrup, uint_t nelem) argument
[all...]
H A Dfmd_sysevent.c62 static char *sysev_class; /* event class to which we are subscribed */
80 { "bad_class", FMD_TYPE_UINT64, "events dropped due to invalid class" },
100 const char *class = sysevent_get_class_name(sep); local
112 class, subclass);
115 SYSEVENT_RSRC_CLASS, class, subclass);
125 * Add class and version after the nvlist_merge() just in case
126 * the sysevent has an attribute called class or version.
171 " transport class %s\n", seq, sysevent_get_class_name(sep));
364 * If this is an FMA protocol event of class "ereport.*" that
413 { "class", FMD_TYPE_STRIN
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c142 * scheme on xpv. So each cpu fault class needs to be listed twice.
413 cma_recv_list(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class) argument
433 while (nvc-- != 0 && (strcmp(class, FM_LIST_SUSPECT_CLASS) != 0 ||
451 if (strcmp(class, FM_LIST_SUSPECT_CLASS) == 0) {
468 while (save_nvc-- != 0 && (strcmp(class, FM_LIST_UPDATED_CLASS) == 0)) {
489 if (!keepopen && strcmp(class,
496 if (!keepopen && strcmp(class, FM_LIST_REPAIRED_CLASS) == 0)
518 cma_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
520 fmd_hdl_debug(hdl, "received %s\n", class);
522 if (strcmp(class, FM_LIST_RESOLVED_CLAS
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c290 const char *class)
289 disklights_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddisk_monitor.c259 diskmon_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c86 eft_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
91 if (strncmp(class, sp->prefix, strlen(sp->prefix)) == 0)
97 (sp->hdlr)(hdl, ep, nvl, class);
100 "eft_recv: event class \"%s\" does not match our "
101 "subscriptions", class);
172 * ename_strdup -- like strdup but ename comes in and class string goes out
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c44 #define NT(class, bit, prep) class, bit, prep, NULL
280 const char *class = tbl->err_class; local
285 PCI_ERROR_SUBCLASS, class);
298 const char *class = tbl->err_class; local
303 PCI_ERROR_SUBCLASS, PCI_SEC_ERROR_SUBCLASS, class);
317 const char *class = tbl->err_class; local
322 PCI_ERROR_SUBCLASS, class);
337 const char *class = tbl->err_class; local
342 PCIEX_ERROR_SUBCLASS, class);
356 const char *class = tbl->err_class; local
396 const char *class = tbl->err_class; local
433 const char *class = tbl->err_class; local
532 const char *class = tbl->err_class; local
551 const char *class = tbl->err_class; local
645 const char *class = tbl->err_class; local
670 const char *class = tbl->err_class; local
722 const char *class = tbl->err_class; local
790 fab_xlate_fabric_erpts(fmd_hdl_t *hdl, nvlist_t *nvl, const char *class) argument
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c71 sw_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
82 * For each sub module that has a matching class pattern call the
99 (*dispf)(hdl, ep, nvl, class, dp->swd_arg);
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_diag.c82 "incorrect event class received" },
118 const char *class, void *arg)
117 swde_smf_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, void *arg) argument
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpuerr.c85 "destroying existing %s state for class %x\n",
106 const char *class, cmd_errcl_t clcode) \
112 if ((cpu = cmd_cpu_lookup_from_detector(hdl, nvl, class, \
116 if ((strstr(class, "ultraSPARC-IVplus.l3-thce") != 0) || \
117 (strstr(class, "ultraSPARC-IVplus.thce") != 0)) { \
129 const char *class, cmd_errcl_t clcode) \
135 if ((cpu = cmd_cpu_lookup_from_detector(hdl, nvl, class, \
190 const char *class, cmd_errcl_t clcode) \
200 "Enter cmd_opl_ue_cpu for class %x\n", clcode); \
207 if ((cpu = cmd_cpu_lookup(hdl, rsrc, class, \
474 cmd_xxcu_initial(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode, uint_t hdlrid) argument
548 cmd_xxu(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
555 cmd_xxc(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
562 cmd_nop_train(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
569 cmd_miscregs_train(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
[all...]
H A Dcmd_main.c79 cmd_nop(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, argument
88 * 'class' argument of ereport.io.oberon.xxx. But the code underlying
89 * cmd_opluecpu_detio() assumed that the class would always be of the form
99 const char *class, cmd_errcl_t clcode)
396 cmd_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class) argument
401 fmd_hdl_debug(hdl, "cmd_recv: begin: %s\n", strrchr(class, '.') + 1);
405 disp = sp->subr_func(hdl, ep, nvl, class, sp->subr_arg);
408 strrchr(class, '.') + 1, disp);
413 fmd_hdl_debug(hdl, "cmd_recv: dropping %s - unable to handle\n", class);
98 opl_opluecpu_detio(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class, cmd_errcl_t clcode) argument
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_cpu_arch.c256 cmd_nvl_create_fault(fmd_hdl_t *hdl, const char *class, uint8_t cert, argument
261 return (fmd_nvl_create_fault(hdl, class, cert, asru, fru, rsrc));
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c76 * Hash a class name to a number
112 char *class = NULL; local
125 /* class name */
126 (void) nvlist_lookup_string(erpt, FM_CLASS, &class);
127 if (class == NULL) {
131 if (strncmp(class, FM_EREPORT_CLASS, strlen(FM_EREPORT_CLASS)) != 0) {
136 id->ei_hash = etm_ckpt_str_hash(class);
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c111 #define BIGUSAGE "fmtmsg [-a action] [-c class] [-l label] [-s severity] [-t tag]\n [-u subclass[,subclass[,...]]] [text]\n"
509 long class; /* Classification (built) */
532 char *cstr; /* Ptr to -c (class) arg */
539 struct class_info *class_info; /* Ptr to class/subclass info structure */
672 class = 0L;
684 "Invalid class: %s", cstr);
691 class = class_info->value;
713 /* If found in list and no conflict, remember in class */
714 if ((class_info->keyword != (char *) NULL) && ((class & class_info->conflict) == 0L))
715 class |
504 long class; /* Classification (built) */ local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c268 char *class; local
311 class = spec;
316 class = "implicit";
347 sm_dprintf(" map %s:%s %s\n", class, s->s_name, spec);
349 /* look up class */
350 s = stab(class, ST_MAPCLASS, ST_FIND);
353 syserr("setalias: unknown alias class %s", class);
357 syserr("setalias: map class %s can't handle aliases",
358 class);
[all...]
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c69 * not a full ELF header, but only the class-independent prefix that we need.
228 * - ELFCLASS of resulting object (class)
229 * - Whether user specified class of the linker (ldclass)
254 uchar_t ldclass = ELFCLASSNONE, class = ELFCLASSNONE, ar_class; local
262 * class/machine of the output object. We examine the options
282 * Use the 64-bit linker regardless of the class
294 * the object is of the wrong class, we have an error condition.
306 class = ELFCLASS32;
312 class = ELFCLASS64;
348 * Continue to look for the first ELF object to determine the class o
664 uchar_t class, ldclass, checkclass; local
[all...]
/illumos-gate/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c86 char *class; local
94 if ((class = sysevent_get_class_name (ev)) == NULL)
100 if ((strcmp (class, EC_DEV_STATUS) != 0) ||
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c61 struct cl_attr *class, **class_ptr; local
65 "package class");
79 class = *class_ptr;
81 strcpy(class->name, cl_name);
82 class->inst_script = NULL;
83 class->rem_script = NULL;
84 class->src_verify = s_verify(cl_name);
85 class->dst_verify = d_verify(cl_name);
86 class->relpath_2_CAS = s_pathtype(cl_name);
88 return (class);
[all...]

Completed in 159 milliseconds

1234567891011>>