HomeSort by: relevance | last modified time | path
    Searched defs:put (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/games/battlestar/
command2.c 113 put(void) function in typeref:typename:int
125 puts("I don't understand what you want to put.");
  /src/sys/dev/microcode/tools/
bin2blob.c 59 put(uint32_t val) function in typeref:typename:void
102 put(SIG);
103 put(slen);
104 put(dlen);
108 put(*dp++);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
clb069.h 10 __u32 put; member in struct:nvif_clb069_v0
  /src/sys/arch/x68k/dev/
event.c 98 int n, cnt, put, error; local in function:ev_read
125 cnt = ev->ev_put - ev->ev_get; /* events in [get..put) */
126 put = ev->ev_put;
136 * stop. Otherwise move from front of queue to put index, if there
140 n == 0 || error || (cnt = put) == 0)
  /src/sys/dev/wscons/
wseventvar.h 83 volatile u_int put; /* put (write) index (modified by interrupt) */ member in struct:wseventvar
  /src/bin/stty/
print.c 86 #define put(n, f, d) \ macro
93 put("-icanon", ICANON, 1);
94 put("-isig", ISIG, 1);
95 put("-iexten", IEXTEN, 1);
96 put("-echo", ECHO, 1);
97 put("-echoe", ECHOE, 0);
98 put("-echok", ECHOK, 0);
99 put("-echoke", ECHOKE, 0);
100 put("-echonl", ECHONL, 0);
101 put("-echoctl", ECHOCTL, 0)
    [all...]
  /src/games/adventure/
vocab.c 86 put(int object, int where, int pval) function in typeref:typename:int
143 hash %= HTSIZE; /* put it into range of table */
  /src/sys/dev/clk/
clk_backend.h 52 void (*put)(void *, struct clk *); member in struct:clk_funcs
  /src/sys/arch/atari/dev/
ms.c 139 int get, put; local in function:mouse_soft
193 put = ms->ms_events.ev_put;
194 fe = &ms->ms_events.ev_q[put];
202 if ((mbut = (rel_ms->id ^ ms->ms_buttons)) == 0 && (put != get)) {
220 if ((++put) % EV_QSIZE == get) {
221 put--;
227 if (put >= EV_QSIZE) {
228 put = 0;
235 if ((++put) % EV_QSIZE == get) {
236 put--
    [all...]
  /src/sys/dev/pud/
pud.c 313 struct pud_touser put; local in function:pud_request
328 put.pt_pdr = pdr;
329 cv_init(&put.pt_cv, "pudresp");
334 TAILQ_INSERT_TAIL(&pd->pd_waitq_req, &put, pt_entries);
337 cv_wait(&put.pt_cv, &pd->pd_mtx);
342 cv_destroy(&put.pt_cv);
  /src/sys/dev/sun/
ms.c 235 int mb, ub, d, get, put, any; local in function:ms_input
331 put = ms->ms_events.ev_put;
332 fe = &ms->ms_events.ev_q[put];
334 /* NEXT prepares to put the next event, backing off if necessary */
336 if ((++put) % EV_QSIZE == get) { \
337 put--; \
340 /* ADVANCE completes the `put' of the event */
343 if (put >= EV_QSIZE) { \
344 put = 0; \
383 ms->ms_events.ev_put = put;
    [all...]
ms_zs.c 171 int put, put_next; local in function:ms_zs_rxint
175 put = ms->ms_rbput;
189 ms->ms_rbuf[put] = (c << 8) | rr1;
190 put_next = (put + 1) & MS_RX_RING_MASK;
192 /* Would overrun if increment makes (put==get). */
197 put = put_next;
201 ms->ms_rbput = put;
kbd_zs.c 212 int put, put_next; local in function:kbd_zs_rxint
216 put = k->k_rbput;
253 k->k_rbuf[put] = (c << 8) | rr1;
254 put_next = (put + 1) & KBD_RX_RING_MASK;
256 /* Would overrun if increment makes (put==get). */
261 put = put_next;
265 k->k_rbput = put;
kbdsun.c 313 int put; local in function:kbd_sun_output
315 put = k->k_tbput;
316 k->k_tbuf[put] = (uint8_t)c;
317 put = (put + 1) & KBD_TX_RING_MASK;
319 /* Would overrun if increment makes (put == get) */
320 if (put == k->k_tbget) {
325 k->k_tbput = put;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
priv.h 18 u32 put; member in struct:nvkm_fault_buffer
nouveau_nvkm_subdev_fault_gv100.c 41 u32 put = nvkm_rd32(device, buffer->put); local in function:gv100_fault_buffer_process
42 if (put == get)
46 while (get != put) {
119 buffer->put = 0x100e30 + foff;
  /src/common/dist/zlib/contrib/puff/
pufftest.c 90 int ret, put = 0, fail = 0; local in function:main
101 put = 1;
103 fail = 1, put = 1;
147 if (put && ret == 0) {
  /src/common/dist/zlib/
gzwrite.c 68 size_t put; local in function:gz_comp
79 put = strm->avail_in > max ? max : strm->avail_in;
80 writ = write(state->fd, strm->next_in, put);
108 put = strm->next_out - state->x.next > (int)max ? max :
110 writ = write(state->fd, state->x.next, put);
176 z_size_t put = len; local in function:gz_write
235 return put;
335 z_size_t len, put; local in function:gzputs
353 put = gz_write(state, s, len);
354 return put < len ? -1 : (int)len
    [all...]
infback.c 124 put = strm->next_out; \
135 strm->next_out = put; \
207 put = state->window; \
210 if (out(out_desc, put, left)) { \
248 unsigned char FAR *put; /* next output */ local in function:inflateBack
275 put = state->window;
336 zmemcpy(put, next, copy);
340 put += copy;
507 *put++ = (unsigned char)(state->length);
580 from = put + copy
    [all...]
  /src/sys/arch/sparc/dev/
ms_pckbport.c 198 int mb, ub, d, get, put, any; local in function:ms_pckbport_input
236 put = ms->ms_events.ev_put;
237 fe = &ms->ms_events.ev_q[put];
239 /* NEXT prepares to put the next event, backing off if necessary */
241 if ((++put) % EV_QSIZE == get) { \
242 --put; \
247 /* ADVANCE completes the `put' of the event */
250 if (put >= EV_QSIZE) { \
251 put = 0; \
294 ms->ms_events.ev_put = put;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_wakeref.h 36 int (*put)(struct intel_wakeref *wf); member in struct:intel_wakeref_ops
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_chan.h 37 int put; member in struct:nouveau_channel::__anon052d39320208
  /src/common/dist/zlib/examples/
gznorm.c 118 unsigned char *put; // next input buffer location to process local in function:gzip_normalize
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
201 // buffer, possibly combined with the bits in *put, contain
238 buf += (unsigned long)*put++ << num;
252 if (put == strm.next_in)
256 buf += (unsigned long)*put++ << num
    [all...]
  /src/games/tetris/
screen.c 74 put(int c) function in typeref:typename:int
  /src/sys/arch/amiga/dev/
ms.c 264 int mb, ub, d, get, put, any, port; local in function:msintr
349 put = ms->ms_events.ev_put;
350 fe = &ms->ms_events.ev_q[put];
360 if ((++put) % EV_QSIZE == get) {
361 put--;
371 if (put >= EV_QSIZE) {
372 put = 0;
380 if ((++put) % EV_QSIZE == get) {
381 put--;
390 if (put >= EV_QSIZE)
    [all...]

Completed in 42 milliseconds

1 2 3