Home
last modified time | relevance | path

Searched refs:ocnt (Results 1 – 3 of 3) sorted by relevance

/trueos/lib/libkvm/
HDkvm_file.c83 int buflen = kd->arglen, ocnt = 0, n = 0, once = 0, i; in kvm_deadfiles() local
109 if (filed.fd_lastfile + 1 > ocnt) { in kvm_deadfiles()
110 ocnt = filed.fd_lastfile + 1; in kvm_deadfiles()
113 ocnt * sizeof(struct file *)); in kvm_deadfiles()
118 ocnt * sizeof(struct file *))) { in kvm_deadfiles()
/trueos/contrib/texinfo/info/
HDinfokey.c424 char ocnt = 0; /* used if state == get_keyseq && seqstate == octal */ in compile() local
549 ocnt = 1; in compile()
592 if (++ocnt <= 3) in compile()
594 if (ocnt == 3) in compile()
598 ocnt = 4; in compile()
/trueos/sys/dev/rc/
HDrc.c629 u_int ocnt; in rc_start() local
632 ocnt = q_to_b(&tp->t_outq, rc->rc_obuf, sizeof rc->rc_obuf); in rc_start()
635 rc->rc_obufend = rc->rc_optr + ocnt; in rc_start()