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;
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
61 prop fault.io.n2.niu-xfp@pciexbus/pciexdev/pciexfn/xfp (1) ->
62 error.io.device.nxge.xfp-err@pciexbus/pciexdev/pciexfn;
64 prop error.io.device.nxge.xfp-err@pciexbus/pciexdev/pciexfn (2) ->
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A DMakefile29 MODULE = xfp
32 MODULESRCS = xfp.c
/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/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1560 prefix, xfp->p1xf_max_secs, secs2out(xfp->p1xf_max_secs, in print_lt_limits()
1600 xfp->p1xf_encr_high_bits); in print_xform()
1612 if (xfp->p1xf_prf != 0) in print_xform()
1615 dhstr(xfp->p1xf_dh_group)); in print_xform()
1616 if (xfp->p1xf_pfs == 0) { in print_xform()
1625 print_lt_limits(prefix, xfp); in print_xform()
1639 print_lt_limits(prefix, xfp); in print_lifetime()
1654 if (xfp->p1xf_max_kbytes != 0) in print_lifetime()
1662 if (xfp->p1xf_max_keyuses != 0) in print_lifetime()
1667 if (xfp->p1xf_max_secs != 0) { in print_lifetime()
[all …]
/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