/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 52 #define DEBUGWARN0(fac, format) \ argument 53 if (debug & (fac)) \ 55 #define DEBUGNOTE0(fac, format) \ argument 56 if (debug & (fac)) \ 58 #define DEBUGNOTE1(fac, format, arg1) \ argument 59 if (debug & (fac)) \ 61 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument 62 if (debug & (fac)) \ 64 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument 65 if (debug & (fac)) \ [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | asy.h | 201 #define DEBUGWARN0(fac, format) \ argument 202 if (debug & (fac)) \ 204 #define DEBUGNOTE0(fac, format) \ argument 205 if (debug & (fac)) \ 207 #define DEBUGNOTE1(fac, format, arg1) \ argument 208 if (debug & (fac)) \ 210 #define DEBUGNOTE2(fac, format, arg1, arg2) \ argument 211 if (debug & (fac)) \ 213 #define DEBUGNOTE3(fac, format, arg1, arg2, arg3) \ argument 214 if (debug & (fac)) \ [all …]
|
H A D | vtrace.h | 1073 #define TRACE_0(fac, tag, name) { \ argument 1078 #define TRACE_1(fac, tag, name, d1) { \ argument 1083 #define TRACE_2(fac, tag, name, d1, d2) { \ argument 1088 #define TRACE_3(fac, tag, name, d1, d2, d3) { \ argument 1094 #define TRACE_4(fac, tag, name, d1, d2, d3, d4) { \ argument 1101 #define TRACE_5(fac, tag, name, d1, d2, d3, d4, d5) { \ argument 1110 #define TRACE_0(fac, tag, name) 1111 #define TRACE_1(fac, tag, name, d1) 1112 #define TRACE_2(fac, tag, name, d1, d2) 1113 #define TRACE_3(fac, tag, name, d1, d2, d3) [all …]
|
H A D | cladm.h | 143 extern int cladmin(int fac, int cmd, void *data); 146 extern int _cladm(int fac, int cmd, void *data);
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | loglevel.c | 17 int fac, pri; local 20 fac = 0; 31 fac = fac_findname(*cpp); 32 if (fac == -1) { 51 *facpri = fac|pri;
|
H A D | facpri.c | 78 int i, j, fac; local 80 fac = facpri & LOG_FACMASK; 81 j = fac >> 3; 83 if (facs[j].value == fac) 86 if (fac == facs[i].value)
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | cladm.c | 37 cladm(int fac, int cmd, void *arg) in cladm() argument 42 switch (fac) { in cladm() 88 error = cladmin(fac, cmd, arg); in cladm()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | cache-addrinfo.h | 121 struct fac { struct 126 extern struct fac krb5int_fac; argument
|
/titanic_41/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_log.c | 583 uint_t fac, const fmd_log_filtvec_t *fav) in fmd_log_xiter_filter() argument 587 for (i = 0; i < fac; i++) { in fmd_log_xiter_filter() 613 uint_t i, fac = 0; in fmd_log_filter() local 624 fav[fac++].filt_argv = &fv[i]; in fmd_log_filter() 625 fav[fac - 1].filt_argc++; in fmd_log_filter() 628 return (fmd_log_xiter_filter(lp, rp, fac, fav)); in fmd_log_filter() 637 uint_t i, fac = 0; in fmd_log_xiter() local 660 fav[fac++].filt_argv = &fv[i]; in fmd_log_xiter() 661 fav[fac - 1].filt_argc++; in fmd_log_xiter() 675 if (fc == 0 || fmd_log_xiter_filter(lp, &rec, fac, fav)) in fmd_log_xiter() [all …]
|
/titanic_41/usr/src/cmd/logger/ |
H A D | logger.c | 315 int fac = 0; local 320 fac = decode(p, FacNames); 321 if (fac < 0) 330 return ((lev & LOG_PRIMASK) | (fac & LOG_FACMASK));
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 96 #define IDNTRACE(fac, tag) (printf("idn.TRACE: ")) argument 98 #define TRACE_0(fac, tag, name) \ argument 99 IDNTRACE((fac), (tag)); \ 102 #define TRACE_1(fac, tag, name, d1) \ argument 103 IDNTRACE((fac), (tag)); \ 106 #define TRACE_2(fac, tag, name, d1, d2) \ argument 107 IDNTRACE((fac), (tag)); \ 110 #define TRACE_3(fac, tag, name, d1, d2, d3) \ argument 111 IDNTRACE((fac), (tag)); \ 114 #define TRACE_4(fac, tag, name, d1, d2, d3, d4) \ argument [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | init-addrinfo.c | 60 struct fac krb5int_fac = { K5_MUTEX_PARTIAL_INITIALIZER, 0 };
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 906 char *fac, *copy, *fname, *ftype; in make_facility() local 910 if ((fac = strchr(str, '?')) == NULL) in make_facility() 913 ++fac; in make_facility() 914 if ((copy = topo_mod_strdup(mod, fac)) == NULL) in make_facility() 917 fac = copy; in make_facility() 918 len = strlen(fac); in make_facility() 920 if ((fname = strchr(fac, '=')) == NULL) { in make_facility() 927 ftype = fac; in make_facility() 955 nvlist_t *fac = NULL; in hc_fmri_str2nvl() local 1026 if (make_facility(mod, str, &fac) == -1) in hc_fmri_str2nvl() [all …]
|
H A D | topo_node.c | 670 nvlist_t *rsrc, *fac; in topo_node_facility() local 701 if ((nvlist_lookup_nvlist(rsrc, "facility", &fac) != 0) || in topo_node_facility() 702 (nvlist_lookup_string(fac, FM_FMRI_FACILITY_TYPE, in topo_node_facility()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | logsubr.c | 555 int flags, fac; in log_sendmsg() local 654 fac = (lc->pri & LOG_FACMASK) >> 3; in log_sendmsg() 657 log_fac[MIN(fac, LOG_NFACILITIES)], in log_sendmsg()
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 313 nvlist_t *fac, *rsrc = NULL; in print_prop_nameval() local 323 if (nvlist_lookup_nvlist(rsrc, "facility", &fac) != 0) in print_prop_nameval() 326 if (nvlist_lookup_string(fac, FM_FMRI_FACILITY_TYPE, in print_prop_nameval()
|
/titanic_41/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 1211 int fac, prilev, flags, refcnt; in logmsg() local 1375 fac = (mp->pri & LOG_FACMASK) >> 3; in logmsg() 1377 fac = LOG_NFACILITIES; in logmsg() 1381 mythreadno, fac, prilev); in logmsg() 1396 if (f->f_pmask[fac] < (unsigned)prilev || in logmsg() 1397 f->f_pmask[fac] == NOPRI) in logmsg()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 27730 2fac Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder 28846 6fac Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder
|