/src/usr.sbin/dumplfs/ |
misc.c | 53 get(int fd, off_t off, void *p, size_t len) function in typeref:typename:void
|
/src/libexec/makekey/ |
makekey.c | 49 static void get(char *, int); 58 get(key, sizeof(key) - 1); 59 get(salt, sizeof(salt) - 1); 67 get(char *bp, int len) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
clb069.h | 9 __u32 get; member in struct:nvif_clb069_v0
|
/src/libexec/rpc.sprayd/ |
sprayd.c | 125 static struct timeval clear, get; local in function:spray_service 142 (void)gettimeofday(&get, 0); 143 timersub(&get, &clear, &get); 144 scum.clock.sec = get.tv_sec; 145 scum.clock.usec = get.tv_usec;
|
/src/sys/dev/wscons/ |
wseventvar.h | 82 u_int get; /* get (read) index (modified synchronously) */ member in struct:wseventvar 85 struct proc *io; /* process that opened queue (can get SIGIO) */
|
/src/usr.sbin/wsconscfg/ |
wsconscfg.c | 63 int c, delete, kbd, idx, wsfd, swtch, get, mux; local in function:main 75 get = 0; 95 get++; 119 if (!get || argc != 0) { 126 if ((wsfd = open(wsdev, get ? O_RDONLY : O_RDWR)) == -1) 133 } else if (get) { 135 err(EXIT_FAILURE, "Cannot get current screen");
|
/src/sys/dev/clk/ |
clk_backend.h | 51 struct clk *(*get)(void *, const char *); member in struct:clk_funcs
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_dma.c | 61 /* Fetch and adjust GPU GET pointer 64 * value >= 0, the adjusted GET pointer 65 * -EINVAL if GET pointer currently outside main push buffer 77 /* reset counter as long as GET is still advancing, this is 129 uint32_t get = nvif_rd32(&chan->user, 0x88); local in function:nv50_dma_push_wait 130 if (get != prev_get) { 131 prev_get = get; 141 chan->dma.ib_free = get - chan->dma.ib_put; 160 int get = READ_GET(chan, &prev_get, &cnt); local in function:nv50_dma_wait 161 if (unlikely(get < 0)) 196 int cnt = 0, get; local in function:nouveau_dma_wait [all...] |
/src/usr.bin/sort/ |
fsort.c | 69 * Large files might get multiple merges. 91 get_func_t get; local in function:fsort 107 get = makeline; 110 get = makekey; 117 /* Loop through reads of chunk of input files that get sorted 127 c = get(fp, crec, bufend, ftbl);
|
/src/sys/arch/atari/dev/ |
ms.c | 139 int get, put; local in function:mouse_soft 192 get = ms->ms_events.ev_get; 202 if ((mbut = (rel_ms->id ^ ms->ms_buttons)) == 0 && (put != get)) { 220 if ((++put) % EV_QSIZE == get) { 235 if ((++put) % EV_QSIZE == get) { 301 if ((++put) % EV_QSIZE == get) {
|
/src/sys/dev/sun/ |
ms.c | 235 int mb, ub, d, get, put, any; local in function:ms_input 326 * of changes or out of room. As events get delivered, 330 get = ms->ms_events.ev_get; 336 if ((++put) % EV_QSIZE == get) { \
|
ms_zs.c | 192 /* Would overrun if increment makes (put==get). */ 232 * Otherwise, if we get multiple status interrupts 249 int get, c, s; local in function:ms_zs_softint 255 /* Atomically get and clear flags. */ 266 get = ms->ms_rbget; 267 while (get != ms->ms_rbput) { 268 ring_data = ms->ms_rbuf[get]; 269 get = (get + 1) & MS_RX_RING_MASK; 289 ms->ms_rbget = get; [all...] |
kbd_zs.c | 256 /* Would overrun if increment makes (put==get). */ 306 * Otherwise, if we get multiple status interrupts 320 * Get input from the receive ring and pass it on. 327 int get, c, s; local in function:kbd_zs_softint 333 /* Atomically get and clear flags. */ 344 get = k->k_rbget; 345 while (get != k->k_rbput) { 346 ring_data = k->k_rbuf[get]; 347 get = (get + 1) & KBD_RX_RING_MASK [all...] |
kbdsun.c | 319 /* Would overrun if increment makes (put == get) */ 356 int get; local in function:kbd_sun_start_tx 363 get = k->k_tbget; 364 if (get == k->k_tbput) { 374 c = k->k_tbuf[get]; 375 get = (get + 1) & KBD_TX_RING_MASK; 376 k->k_tbget = get;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ |
priv.h | 17 u32 get; member in struct:nvkm_fault_buffer
|
nouveau_nvkm_subdev_fault_gv100.c | 40 u32 get = nvkm_rd32(device, buffer->get); local in function:gv100_fault_buffer_process 42 if (put == get) 46 while (get != put) { 47 const u32 base = get * buffer->fault->func->buffer.entry_size; 58 if (++get == buffer->entries) 59 get = 0; 60 nvkm_wr32(device, buffer->get, get); 118 buffer->get = 0x100e2c + foff [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
priv.h | 51 int (*get)(struct nvkm_therm *); member in struct:nvkm_fan
|
/src/sys/sys/ |
rndsource.h | 78 void (*get)(size_t, void *); /* pool wants N bytes (badly) */ member in struct:krndsource 79 void *getarg; /* argument to get-function */
|
/src/sys/arch/sparc/dev/ |
ms_pckbport.c | 198 int mb, ub, d, get, put, any; local in function:ms_pckbport_input 235 get = ms->ms_events.ev_get; 241 if ((++put) % EV_QSIZE == get) { \
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer_libbacktrace.cc | 150 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { function in class:__sanitizer::LibbacktraceSymbolizer 181 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { function in class:__sanitizer::LibbacktraceSymbolizer
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_clock.h | 33 u64 get(unsigned tid) const; 131 u64 get(unsigned tid) const; 171 ALWAYS_INLINE u64 ThreadClock::get(unsigned tid) const { function in class:__tsan::ThreadClock
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_wakeref.h | 35 int (*get)(struct intel_wakeref *wf); member in struct:intel_wakeref_ops
|
/src/usr.bin/hexdump/ |
display.c | 65 static u_char *get(void); 80 while ((bp = get()) != NULL) 234 get(void) function in typeref:typename:u_char * 310 * Get the next file. The idea with the twisty logic seems to be to
|
/src/common/dist/zlib/ |
gzread.c | 15 unsigned get, max = ((unsigned)-1 >> 2) + 1; local in function:gz_load 19 get = len - *have; 20 if (get > max) 21 get = max; 22 ret = read(state->fd, buf + *have, get); 107 /* get at least the magic bytes in the input buffer */ 164 /* get more input for inflate() */ 257 /* get more output, looking for header if required */ 283 /* get len bytes to buf, or less than len if at the end */ 309 /* get more output, looking for header if required * [all...] |
/src/sys/arch/amiga/dev/ |
ms.c | 264 int mb, ub, d, get, put, any, port; local in function:msintr 344 * changes or out of room. As events get delivered, mark them 348 get = ms->ms_events.ev_get; 360 if ((++put) % EV_QSIZE == get) { 380 if ((++put) % EV_QSIZE == get) { 399 if ((++put) % EV_QSIZE == get) {
|