Home
last modified time | relevance | path

Searched refs:xstat (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/sys/dev/mii/
Dbrgphy.c485 int aux, bmcr, bmsr, val, xstat; in brgphy_status() local
512 xstat = PHY_READ(sc, BRGPHY_MII_1000STS); in brgphy_status()
541 (xstat & BRGPHY_1000STS_MSR) != 0) in brgphy_status()
565 xstat = PHY_READ(sc, BRGPHY_5708S_PG0_1000X_STAT1); in brgphy_status()
568 switch (xstat & BRGPHY_5708S_PG0_1000X_STAT1_SPEED_MASK) { in brgphy_status()
580 if (xstat & BRGPHY_5708S_PG0_1000X_STAT1_FDX) in brgphy_status()
587 xstat = PHY_READ(sc, BRGPHY_GP_STATUS_TOP_ANEG_STATUS); in brgphy_status()
593 switch (xstat & BRGPHY_GP_STATUS_TOP_ANEG_SPEED_MASK) { in brgphy_status()
605 if (xstat & BRGPHY_GP_STATUS_TOP_ANEG_FDX) in brgphy_status()
/freebsd-9-stable/sys/compat/linux/
Dlinux_emul.h39 int xstat; member
Dlinux_emul.c265 shared_xstat = em->shared->xstat; in linux_proc_exit()
Dlinux_misc.c1678 em->shared->xstat = W_EXITCODE(args->error_code, 0); in linux_exit_group()
/freebsd-9-stable/cddl/contrib/dtracetoolkit/Notes/
Ddtruss_notes.txt43 18 9 xstat(0x2, 0x8047FEB, 0x8047AF8) = 0 0
45 27 18 xstat(0x2, 0xD27FBF38, 0x80473B0) = 0 0
/freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/
Dtopsyscall_example.txt13 xstat 7
Dpy_syscalls_example.txt49 func_abc.py syscall xstat 1
Dj_syscolors_example.txt80 0 311542/1 11 syscall -> xstat
81 0 311542/1 27 syscall <- xstat
92 0 311542/1 9 syscall -> xstat
93 0 311542/1 18 syscall <- xstat
102 0 311542/1 42 syscall -> xstat
103 0 311542/1 27 syscall <- xstat
104 0 311542/1 8 syscall -> xstat
105 0 311542/1 19 syscall <- xstat
106 0 311542/1 7 syscall -> xstat
107 0 311542/1 25 syscall <- xstat
Dj_syscalls_example.txt143 311536 syscall xstat 188
Dpy_syscolors_example.txt230 0 145544 20 ":- syscall -> xstat
231 0 145544 18 ":- syscall <- xstat
/freebsd-9-stable/contrib/sendmail/src/
Dmci.c544 mci_setstat(mci, xstat, dstat, rstat) in mci_setstat() argument
546 int xstat;
551 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
552 mci->mci_exitstat = xstat;
Dusersmtp.c2521 int xstat; local
2736 xstat = EX_NOTSTICKY;
2740 rstat = xstat = EX_TEMPFAIL;
2742 rstat = xstat = EX_OK;
2744 rstat = xstat = EX_PROTOCOL;
2749 mci_setstat(mci, xstat, ENHSCN(enhsc, smtptodsn(r)),
2813 int status, xstat; local
2822 xstat = EX_NOTSTICKY;
2826 status = xstat = EX_OK;
2828 status = xstat = EX_PROTOCOL;
[all …]
Dmap.c1822 auto int xstat; local
1826 (char **) NULL, &xstat);
/freebsd-9-stable/sys/sparc64/pci/
Dschizo.c859 uint64_t afar, afsr, csr, iommu, xstat; in schizo_pci_bus() local
872 xstat = SCHIZO_PCI_READ_8(sc, XMS_PCI_X_ERR_STAT); in schizo_pci_bus()
874 xstat = 0; in schizo_pci_bus()
901 if (xstat & (XMS_PCI_X_ERR_STAT_P_SC_DSCRD | in schizo_pci_bus()
913 (unsigned long long)iommu, (unsigned long long)xstat, status); in schizo_pci_bus()
922 SCHIZO_PCI_WRITE_8(sc, XMS_PCI_X_ERR_STAT, xstat); in schizo_pci_bus()
/freebsd-9-stable/lib/libc/xdr/
Dxdr_rec.c456 enum xprt_stat xstat; local
459 if (__xdrrec_getrec(xdrs, &xstat, FALSE)) {
464 xstat == XPRT_MOREREQS) {
/freebsd-9-stable/sys/kern/
Dkern_sig.c2994 int xstat = p->p_xstat; /* convert to int */ in childproc_exited() local
2997 if (WCOREDUMP(xstat)) in childproc_exited()
2998 reason = CLD_DUMPED, status = WTERMSIG(xstat); in childproc_exited()
2999 else if (WIFSIGNALED(xstat)) in childproc_exited()
3000 reason = CLD_KILLED, status = WTERMSIG(xstat); in childproc_exited()
3002 reason = CLD_EXITED, status = WEXITSTATUS(xstat); in childproc_exited()
/freebsd-9-stable/contrib/openbsm/etc/
Daudit_event230 235:AUE_XSTAT:xstat(2):fa
/freebsd-9-stable/sys/dev/qlxgbe/
Dql_hw.c2180 q80_xmt_stats_t *xstat; in ql_get_stats() local
2256 xstat = (q80_xmt_stats_t *)&stat_rsp->u.xmt; in ql_get_stats()
2257 bcopy(xstat, &ha->hw.xmt[i], sizeof(q80_xmt_stats_t)); in ql_get_stats()
/freebsd-9-stable/contrib/gnu-sort/
DChangeLog2631 Remove xstat function pointer member. The way it was used was not
2634 `xstat == lstat' in copy.c always fail.
2635 * src/copy.h (struct cp_options) [xstat]: Remove member.
2637 * src/copy.c (copy_dir): Set `.dereference' member, not .xstat.
2638 (copy_internal): Use `XSTAT (x, ...)' in place of `*(x->xstat) (...)'.
2639 Use `x->dereference == DEREF_NEVER' in place of `x->xstat == lstat'.
2643 `*(x->xstat) (...)'.
2644 (do_copy): Declare/use local xstat rather than x->xstat.
2645 (main): Remove code that set x.xstat.
2646 * src/mv.c (cp_option_init): Don't initialize xstat member.
[all …]