Home
last modified time | relevance | path

Searched refs:xfp (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dneptune_xfp.esc36 fru pciexbus/pciexdev/pciexfn/xfp;
38 event fault.io.n2.niu-xfp@pciexbus/pciexdev/pciexfn/xfp
39 FITrate=XFP_FIT, FRU=pciexbus/pciexdev/pciexfn/xfp,
46 event error.io.device.nxge.xfp-err@pciexbus/pciexdev/pciexfn;
47 event ereport.io.device.nxge.xfp-err@pciexbus/pciexdev/pciexfn {within(10s)};
51 * Events ereport.io.device.nxge.xfp-err and ereport.io.service.lost are
53 * generating the xfp-err ereport. A internal error.io.device.nxge.xfp-err
55 * nxge.xfp-err and ereport.io.service.lost, then the error event will
56 * trigger fault.io.n2.niu-xfp. Based on the following rules, the diagnose
57 * engine will generate only one fault (fault.io.n2.niu-xfp) instead of two
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A DMakefile29 MODULE = xfp
32 MODULESRCS = xfp.c
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1553 print_lt_limits(char *prefix, ike_p1_xform_t *xfp) in print_lt_limits() argument
1560 prefix, xfp->p1xf_max_secs, secs2out(xfp->p1xf_max_secs, in print_lt_limits()
1561 secs_str, sizeof (secs_str), SPC_BEGIN), xfp->p1xf_max_kbytes, in print_lt_limits()
1562 bytecnt2out((uint64_t)xfp->p1xf_max_kbytes << 10, byte_str, in print_lt_limits()
1565 "provided %u times%s\n"), prefix, xfp->p1xf_max_keyuses, in print_lt_limits()
1566 xfp->p1xf_max_keyuses == 0 ? " (no limit)" : ""); in print_lt_limits()
1592 print_xform(char *prefix, ike_p1_xform_t *xfp, boolean_t print_lifetimes) in print_xform() argument
1595 authmethstr(xfp->p1xf_auth_meth)); in print_xform()
1597 (void) dump_ealg(xfp->p1xf_encr_alg, stdout); in print_xform()
1598 if (xfp->p1xf_encr_low_bits != 0) { in print_xform()
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/i386/
H A DMakefile30 TOPOFILE = xfp-hc-topology.xml
34 TEMPTOPOFILE = xfp-hc-topology.xml
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c100 #define XMAGIC(xfp) ((uintptr_t)(xfp) ^ XFILEMAGIC) argument
369 xfp = hdr->iobp; in _findiop()
370 fp = &xfp->_iob; in _findiop()
373 xfp[i].xmagic = XMAGIC(&xfp[i]); in _findiop()
374 (void) mutex_init(&xfp[i].xlock, in _findiop()
459 #define VALIDXFILE(xfp) \ argument
460 (((uintptr_t)&(xfp)->xmagic & 0xfff) && \
461 (xfp)->xmagic == XMAGIC(FILEx(xfp)))
/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c838 FILE *xfp, *fp; local
850 if ((xfp = fopen(_Xfile, "r")) == NULL) {
854 ASSERT(xfp != NULL, Ct_OPEN, _Xfile, errno);
874 while (fgets(buf, BUFSIZ, xfp) != NULL) {
991 fclose(xfp);
1295 xfp = fopen(_Xfile, "r");
1296 ASSERT(xfp != NULL, Ct_OPEN, _Xfile, errno);
1297 while (fgets(buf, BUFSIZ, xfp) != NULL) {
1306 fclose(xfp);
H A Duustat.c473 FILE *fp, *xfp; local
478 fp=xfp=NULL;
590 xfp = fopen(xfullname, "r");
591 if (xfp == NULL) { /* program error */
603 while (fgets(buf, BUFSIZ, xfp) != NULL) {
638 if (xfp != NULL)
639 fclose(xfp);
711 FILE *fp, *xfp; local
H A Duucleanup.c484 FILE *fp, *xfp; local
542 if ((xfp = fopen(xfile, "r")) == NULL) {
547 while (fgets(buf, BUFSIZ, xfp) != NULL) {
611 (void) fclose(xfp);
/illumos-gate/usr/src/lib/fm/topo/modules/common/
H A DMakefile41 xfp
/illumos-gate/usr/src/cmd/fm/dicts/
H A DNXGE.dict31 fault.io.n2.niu-xfp=0
H A DNXGE.po30 # keys: fault.io.n2.niu-xfp
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-fault-management.p5m419 file path=usr/lib/fm/topo/maps/xfp-hc-topology.xml mode=0444
433 file path=usr/lib/fm/topo/plugins/xfp.so mode=0555