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

  /src/sbin/fsck_lfs/
bufcache.h 80 #undef b_data macro
81 char *b_data; /* Data in buffer */ member in struct:ubuf
103 #define B_DONTFREE 0x00010000 /* b_data not managed by bufcache */
bufcache.h 80 #undef b_data macro
81 char *b_data; /* Data in buffer */ member in struct:ubuf
103 #define B_DONTFREE 0x00010000 /* b_data not managed by bufcache */
  /src/usr.sbin/makefs/ffs/
buf.h 68 void * b_data; member in struct:buf
86 #define clrbuf(bp) memset((bp)->b_data, 0, (u_int)(bp)->b_bcount)
buf.h 68 void * b_data; member in struct:buf
86 #define clrbuf(bp) memset((bp)->b_data, 0, (u_int)(bp)->b_bcount)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
arc.h 129 void *b_data; member in struct:arc_buf
arc.h 129 void *b_data; member in struct:arc_buf
  /src/external/mpl/bind/dist/lib/dns/
rootns.c 87 static unsigned char b_data[] = "\001b\014root-servers\003net"; variable
95 .name = DNS_NAME_INITABSOLUTE(b_data, b_offsets),
100 .name = DNS_NAME_INITABSOLUTE(b_data, b_offsets),
rootns.c 87 static unsigned char b_data[] = "\001b\014root-servers\003net"; variable
95 .name = DNS_NAME_INITABSOLUTE(b_data, b_offsets),
100 .name = DNS_NAME_INITABSOLUTE(b_data, b_offsets),
  /src/sys/sys/
buf.h 133 void *b_data; /* b: fs private data */ member in struct:buf
139 void *b_saveaddr; /* b: saved b_data for physio */
235 memset((bp)->b_data, 0, (u_int)(bp)->b_bcount); \
buf.h 133 void *b_data; /* b: fs private data */ member in struct:buf
139 void *b_saveaddr; /* b: saved b_data for physio */
235 memset((bp)->b_data, 0, (u_int)(bp)->b_bcount); \
  /src/sys/dev/tprof/
tprof.c 79 tprof_sample_t b_data[]; member in struct:tprof_buf
721 sp = &buf->b_data[idx];
978 error = uiomove((char *)buf->b_data + tprof_reader_offset,
tprof.c 79 tprof_sample_t b_data[]; member in struct:tprof_buf
721 sp = &buf->b_data[idx];
978 error = uiomove((char *)buf->b_data + tprof_reader_offset,
  /src/crypto/external/apache2/openssl/dist/test/
endecode_test.c 1131 static const unsigned char b_data[] = { local
1154 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
1251 static const unsigned char b_data[] = { local
1271 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
endecode_test.c 1131 static const unsigned char b_data[] = { local
1154 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
1251 static const unsigned char b_data[] = { local
1271 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
  /src/crypto/external/bsd/openssl/dist/test/
endecode_test.c 1086 static const unsigned char b_data[] = { local
1109 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
1179 static const unsigned char b_data[] = { local
1199 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
endecode_test.c 1086 static const unsigned char b_data[] = { local
1109 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
1179 static const unsigned char b_data[] = { local
1199 && TEST_ptr(BN_bin2bn(b_data, sizeof(b_data), b))
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 165 * | |b_data +-+ | |
166 * | +---------+ | |b_data +-+
191 * the b_pdata contents into the arc_buf_t's b_data. If the arc_buf_hdr_t's
216 * | |b_data +-+ | |
217 * | +---------+ | |b_data +-+
1723 boolean_t shared = (buf->b_data != NULL &&
1724 buf->b_data == buf->b_hdr->b_l1hdr.b_pdata);
1757 fletcher_2_native(buf->b_data, HDR_GET_LSIZE(hdr), NULL, &zc);
1847 fletcher_2_native(buf->b_data, HDR_GET_LSIZE(hdr), NULL,
1872 ctl.prwatch.pr_vaddr = (uintptr_t)buf->b_data;
5133 void* b_data; local
    [all...]
arc.c 165 * | |b_data +-+ | |
166 * | +---------+ | |b_data +-+
191 * the b_pdata contents into the arc_buf_t's b_data. If the arc_buf_hdr_t's
216 * | |b_data +-+ | |
217 * | +---------+ | |b_data +-+
1723 boolean_t shared = (buf->b_data != NULL &&
1724 buf->b_data == buf->b_hdr->b_l1hdr.b_pdata);
1757 fletcher_2_native(buf->b_data, HDR_GET_LSIZE(hdr), NULL, &zc);
1847 fletcher_2_native(buf->b_data, HDR_GET_LSIZE(hdr), NULL,
1872 ctl.prwatch.pr_vaddr = (uintptr_t)buf->b_data;
5133 void* b_data; local
    [all...]

Completed in 65 milliseconds