Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c284 int bytesize; in NCSI_Rx_SLT() local
315 bytesize = (NCSI_RxDesDat & 0x3fff) - 4; in NCSI_Rx_SLT()
317 bytesize = (NCSI_RxDesDat & 0x3fff); in NCSI_Rx_SLT()
320 if ( ( bytesize % 4 ) != 0 ) in NCSI_Rx_SLT()
321 dwsize = ( bytesize >> 2 ) + 1; in NCSI_Rx_SLT()
323 dwsize = bytesize >> 2; in NCSI_Rx_SLT()
327 PRINTF( FP_LOG ,"----->[Rx] %d bytes(%xh) [Remove CRC data]\n", bytesize, bytesize ); in NCSI_Rx_SLT()
329 PRINTF( FP_LOG ,"----->[Rx] %d bytes(%xh)\n", bytesize, bytesize ); in NCSI_Rx_SLT()
338 switch ( bytesize % 4 ) { in NCSI_Rx_SLT()
353 memcpy ( &eng->ncsi_rsp, eng->dat.NCSI_RxByteBUF, bytesize ); in NCSI_Rx_SLT()
[all …]
/openbmc/linux/drivers/block/
H A Dnbd.c104 loff_t bytesize; member
330 static int nbd_set_size(struct nbd_device *nbd, loff_t bytesize, in nbd_set_size() argument
339 if (bytesize < 0) in nbd_set_size()
342 nbd->config->bytesize = bytesize; in nbd_set_size()
357 if (!set_capacity_and_notify(nbd->disk, bytesize >> 9)) in nbd_set_size()
1346 if (nbd->config->bytesize) in nbd_config_put()
1439 return nbd_set_size(nbd, config->bytesize, nbd_blksize(config)); in nbd_start_device()
1496 loff_t bytesize; in __nbd_ioctl() local
1507 return nbd_set_size(nbd, config->bytesize, arg); in __nbd_ioctl()
1511 if (check_shl_overflow(arg, config->blksize_bits, &bytesize)) in __nbd_ioctl()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libbytesize/
H A Dlibbytesize_2.11.bb23 FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize"
/openbmc/obmc-console/test/
H A Dmeson.build26 'test-config-parse-bytesize',
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch80 const char *component, unsigned int bytesize,
182 #define ADJUST_BYTESIZE(M, X) _ADD_ADJUST (bytesize, M, X, RANDOM, RANDOM)
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-maturin-crates.inc27 crate://crates.io/bytesize/1.3.0 \
382 SRC_URI[bytesize-1.3.0.sha256sum] = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546a…
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dcargo-c-crates.inc28 crate://crates.io/bytesize/1.3.0 \
368 SRC_URI[bytesize-1.3.0.sha256sum] = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546a…
/openbmc/linux/
H A Dopengrok0.0.log[all...]