Searched refs:garbage (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_fifo.h52 struct ck_fifo_spsc_entry *garbage; member in struct:ck_fifo_spsc
110 fifo->head = fifo->tail = fifo->head_snapshot = fifo->garbage = stub;
115 ck_fifo_spsc_deinit(struct ck_fifo_spsc *fifo, struct ck_fifo_spsc_entry **garbage) argument
118 *garbage = fifo->head;
167 struct ck_fifo_spsc_entry *garbage; local
169 if (fifo->head_snapshot == fifo->garbage) {
171 if (fifo->head_snapshot == fifo->garbage)
175 garbage = fifo->garbage;
176 fifo->garbage
236 ck_fifo_mpmc_deinit(struct ck_fifo_mpmc *fifo, struct ck_fifo_mpmc_entry **garbage) argument
355 ck_fifo_mpmc_dequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
410 ck_fifo_mpmc_trydequeue(struct ck_fifo_mpmc *fifo, void *value, struct ck_fifo_mpmc_entry **garbage) argument
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msync.c51 msync_sync(const char *garbage, int flags) argument
89 * write garbage to this position.
96 len = strlen(garbage);
97 rv = write(fd, garbage, len);
100 str = "failed to write garbage";
106 * that garbage is at the given offset.
113 if (memcmp(map + off, garbage, len) != 0) {
140 str = msync_sync("garbage", MS_ASYNC);
199 str = msync_sync("garbage", MS_INVALIDATE);
215 str = msync_sync("garbage", MS_SYN
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dhost-target.mk23 # uname -p may produce garbage on linux
/freebsd-13-stable/share/mk/
H A Dhost-target.mk24 # uname -p may produce garbage on linux
H A Dbsd.info.mk165 # tex garbage
/freebsd-13-stable/usr.sbin/ppp/
H A Ddeflate.c52 static char garbage[10]; variable
329 state->cx.next_out = garbage;
330 state->cx.avail_out = sizeof garbage;
376 state->cx.next_out = garbage;
377 state->cx.avail_out = sizeof garbage;
422 state->cx.next_out = garbage;
423 state->cx.avail_out = sizeof garbage;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp235 char *garbage = internal_strstr(buffer + 1, output_terminator_); variable
238 CHECK(garbage); variable
240 garbage[0] = '\0';
/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c84 static int garbage; /* # of garbage cf files */ variable
402 if (pp->remote || garbage || strcmp(cf, current))
/freebsd-13-stable/contrib/file/
H A Dconfigure14330 /* First, make a file with some known garbage in it. */
14364 we see the same garbage. */

Completed in 368 milliseconds