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

  /src/external/bsd/tcpdump/dist/
cpack.h 33 const uint8_t *c_buf; member in struct:cpack_state
  /src/usr.sbin/gspa/gspa/
gsp_out.c 56 u_int16_t c_buf[4096]; variable
108 c_buf[c_bufptr++] = v;
124 if (c_bufptr > (sizeof(c_buf)/sizeof(*c_buf)))
139 fprintf(objfile, "0x%04x, ", c_buf[i]);
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.h 135 u_char *c_buf; /* remaining data */ member in struct:sdmmc_command
  /src/sys/dev/tprof/
tprof.c 86 tprof_buf_t *c_buf; member in struct:__anon3696
189 old = c->c_buf;
190 c->c_buf = new;
710 tprof_buf_t * const buf = c->c_buf;
1089 c->c_buf = NULL;
1101 KASSERT(c->c_buf == NULL);
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 2280 gdb_byte *c_buf;
2283 c_buf = (gdb_byte *) alloca (type->length ());
2284 pack_long (c_buf, type, c);
2286 wchar_iterator iter (c_buf, type->length (), encoding, type->length ());
2279 gdb_byte *c_buf; local
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 2280 gdb_byte *c_buf;
2283 c_buf = (gdb_byte *) alloca (type->length ());
2284 pack_long (c_buf, type, c);
2286 wchar_iterator iter (c_buf, type->length (), encoding, type->length ());
2279 gdb_byte *c_buf; local
  /src/sys/dev/sdmmc/
sdmmcvar.h 170 u_char *c_buf; /* remaining data */ member in struct:sdmmc_command

Completed in 97 milliseconds