/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/sys/dev/ic/ |
aha.c | 109 * aha_cmd(iot, ioh, sc, icnt, ibuf, ocnt, obuf) 114 * ocnt: number of expected returned bytes 124 int icnt, u_char *ibuf, int ocnt, u_char *obuf) 170 if (ocnt) { 200 while (ocnt--) { 210 name, ocnt);
|
bha.c | 746 int icnt, u_char *ibuf, int ocnt, u_char *obuf) 788 if (ocnt) { 818 while (ocnt--) { 829 name, ocnt);
|
/src/sys/arch/arc/dti/ |
btl.c | 179 * bt_cmd(iobase, sc, icnt, ibuf, ocnt, obuf) 184 * ocnt: number of expected returned bytes 193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf, 240 if (ocnt) { 268 while (ocnt--) { 279 name, ocnt);
|