Home | History | Annotate | Download | only in strace

Lines Matching refs:cfm

1160 	unsigned long cfm, sof, sol;
1171 if (upeek(tcp->pid, PT_CFM, (long *) &cfm) < 0)
1174 sof = (cfm >> 0) & 0x7f;
1175 sol = (cfm >> 7) & 0x7f;