Searched refs:cpsize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_vnops.c | 485 int blsize, cpsize; in msdosfs_wfile() local 501 cpsize = MIN((nsize - offs), blsize - on); in msdosfs_wfile() 502 memcpy(bp->b_data + on, dat + offs, cpsize); in msdosfs_wfile() 504 offs += cpsize; in msdosfs_wfile()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi.yaml | 118 st,fmc2-ebi-cs-cpsize:
|
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_output.c | 3457 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument 3496 if (cpsize > INT_MAX) { in sctp_find_cmsg() 3499 if (cmsg_data_len < (int)cpsize) { in sctp_find_cmsg() 3503 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data); in sctp_find_cmsg() 3510 if (cpsize < sizeof(struct sctp_sndrcvinfo)) { in sctp_find_cmsg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 331 multiclass CP_ASYNC_CA_SHARED_GLOBAL_I<string cpsize, Intrinsic Intrin> { 333 !strconcat("cp.async.ca.shared.global [$dst], [$src], ", cpsize, ";"), 337 !strconcat("cp.async.ca.shared.global [$dst], [$src], ", cpsize, ";"), 351 multiclass CP_ASYNC_CG_SHARED_GLOBAL<string cpsize, Intrinsic Intrin> { 353 !strconcat("cp.async.cg.shared.global [$dst], [$src], ", cpsize, ";"), 357 !strconcat("cp.async.cg.shared.global [$dst], [$src], ", cpsize, ";"),
|