Searched refs:xfp (Results 1 - 11 of 11) sorted by relevance

/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/lib/fm/topo/maps/sparc/
H A DMakefile30 TOPOFILE = xfp-hc-topology.xml
34 TEMPTOPOFILE = xfp-hc-topology.xml
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dneptune_xfp.esc38 fru pciexbus/pciexdev/pciexfn/xfp;
40 event fault.io.n2.niu-xfp@pciexbus/pciexdev/pciexfn/xfp
41 FITrate=XFP_FIT, FRU=pciexbus/pciexdev/pciexfn/xfp,
48 event error.io.device.nxge.xfp-err@pciexbus/pciexdev/pciexfn;
49 event ereport.io.device.nxge.xfp-err@pciexbus/pciexdev/pciexfn {within(10s)};
53 * Events ereport.io.device.nxge.xfp-err and ereport.io.service.lost are
55 * generating the xfp-err ereport. A internal error.io.device.nxge.xfp-err
57 * nxge.xfp
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dn2niu_xfp.esc37 fru xaui/xfp;
39 event fault.io.n2.niu-xfp@niufn/xaui/xfp,
40 FITrate=XFP_FIT, ASRU=niufn, FRU=xaui/xfp;
42 event error.io.device.nxge.xfp-err@niufn;
43 event ereport.io.device.nxge.xfp-err@niufn {within(10s)};
47 prop fault.io.n2.niu-xfp@niufn/xaui/xfp (1) ->
48 error.io.device.nxge.xfp-err@niufn;
50 prop error.io.device.nxge.xfp
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/
H A DMakefile33 xfp
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c55 * Macros to declare and loop over a fp or fp/xfp combo to
97 #define XMAGIC(xfp) ((uintptr_t)(xfp) ^ XFILEMAGIC)
366 xfp = hdr->iobp;
367 fp = &xfp->_iob;
370 xfp[i].xmagic = XMAGIC(&xfp[i]);
371 (void) mutex_init(&xfp[i].xlock,
447 #define VALIDXFILE(xfp) \
448 (((uintptr_t)&(xfp)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1550 print_lt_limits(char *prefix, ike_p1_xform_t *xfp) argument
1557 prefix, xfp->p1xf_max_secs, secs2out(xfp->p1xf_max_secs,
1558 secs_str, sizeof (secs_str), SPC_BEGIN), xfp->p1xf_max_kbytes,
1559 bytecnt2out((uint64_t)xfp->p1xf_max_kbytes << 10, byte_str,
1562 "provided %u times%s\n"), prefix, xfp->p1xf_max_keyuses,
1563 xfp->p1xf_max_keyuses == 0 ? " (no limit)" : "");
1589 print_xform(char *prefix, ike_p1_xform_t *xfp, boolean_t print_lifetimes) argument
1592 authmethstr(xfp->p1xf_auth_meth));
1594 (void) dump_ealg(xfp
1626 print_lifetime(char *prefix, ike_p1_xform_t *xfp, ike_p1_stats_t *sp, int statlen) argument
2108 ike_p1_xform_t *xfp; local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duuxqt.c840 FILE *xfp, *fp; local
852 if ((xfp = fopen(_Xfile, "r")) == NULL) {
856 ASSERT(xfp != NULL, Ct_OPEN, _Xfile, errno);
876 while (fgets(buf, BUFSIZ, xfp) != NULL) {
993 fclose(xfp);
1297 xfp = fopen(_Xfile, "r");
1298 ASSERT(xfp != NULL, Ct_OPEN, _Xfile, errno);
1299 while (fgets(buf, BUFSIZ, xfp) != NULL) {
1308 fclose(xfp);
H A Duustat.c475 FILE *fp, *xfp; local
480 fp=xfp=NULL;
592 xfp = fopen(xfullname, "r");
593 if (xfp == NULL) { /* program error */
605 while (fgets(buf, BUFSIZ, xfp) != NULL) {
640 if (xfp != NULL)
641 fclose(xfp);
713 FILE *fp, *xfp; local
H A Duucleanup.c487 FILE *fp, *xfp; local
545 if ((xfp = fopen(xfile, "r")) == NULL) {
550 while (fgets(buf, BUFSIZ, xfp) != NULL) {
614 (void) fclose(xfp);

Completed in 63 milliseconds