HomeSort by: relevance | last modified time | path
    Searched defs:ocnt (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libprop/
prop_object.c 130 uint32_t ocnt; local in function:prop_object_release_emergency
142 /* Dance a bit to make sure we always get the non-racy ocnt */
143 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
144 ocnt++;
145 _PROP_ASSERT(ocnt != 0);
147 if (ocnt != 1) {
187 uint32_t ocnt; local in function:prop_object_release
202 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
203 ocnt++;
204 _PROP_ASSERT(ocnt != 0)
    [all...]
  /src/sys/kern/
exec_subr.c 112 u_int ocnt; local in function:vmcmdset_extend
120 if ((ocnt = evsp->evs_cnt) != 0) {
121 evsp->evs_cnt += ocnt;
130 if (ocnt) {
132 (ocnt * sizeof(struct exec_vmcmd)));
133 kmem_free(evsp->evs_cmds, ocnt * sizeof(struct exec_vmcmd));
sys_pipe.c 416 size_t ocnt; local in function:pipe_read
438 ocnt = bp->cnt;
554 && (ocnt != bp->cnt || (rpipe->pipe_state & PIPE_SIGNALR))) {
  /src/bin/csh/
dol.c 824 int c, ocnt, lcnt, mcnt; local in function:heredoc
849 ocnt = BUFSIZE;
875 (void)write(0, short2str(obuf), (size_t)(BUFSIZE - ocnt));
888 if (--ocnt == 0) {
891 ocnt = BUFSIZE;
952 if (--ocnt == 0) {
955 ocnt = BUFSIZE;
959 if (--ocnt == 0) {
962 ocnt = BUFSIZE;

Completed in 13 milliseconds