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

/freebsd-current/contrib/ofed/libibverbs/
H A Dibverbs.h91 size_t c_size = cmd_size - sizeof(struct ex_hdr); \
97 (cmd)->hdr.in_words = ((c_size) / 8); \
/freebsd-current/include/protocols/
H A Ddumprestore.h92 u_int64_t c_size; /* file byte count */ member in struct:u_spcl::s_spcl
/freebsd-current/sys/dev/altera/sdcard/
H A Daltera_sdcard_io.c76 uint64_t c_size, c_size_mult, read_bl_len; local
100 c_size = (byte0 >> ALTERA_SDCARD_CSD_C_SIZE_RSHIFT0) |
115 if (c_size == 0 && c_size_mult == 0 && read_bl_len == 0) {
119 sc->as_mediasize = (c_size + 1) * (1 << (c_size_mult + 2)) *
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dbox_easy2.c29 size_t c_size; local
33 c_size = crypto_box_MACBYTES + m_size;
36 c = (unsigned char *) sodium_malloc(c_size);
/freebsd-current/usr.bin/find/
H A Dextern.h74 creat_f c_size; variable
H A Doption.c156 { "-size", c_size, f_size, 0 },
H A Dfunction.c1503 c_size(OPTION *option, char ***argvp) function
/freebsd-current/sbin/restore/
H A Dtape.c879 size = spcl.c_size;
1341 buf->c_size = buf->c_count * TP_BSIZE;
1509 curfile.size = header->c_size;
/freebsd-current/sbin/dump/
H A Dtraverse.c473 spcl.c_size = dp->dp1.di_size;
487 spcl.c_size = dp->dp2.di_size;

Completed in 159 milliseconds