Searched refs:cpsize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_vnops.c | 481 int blsize, cpsize; in msdosfs_wfile() local 498 cpsize = MIN((nsize - offs), blsize - on); in msdosfs_wfile() 499 memcpy(bp->b_data + on, dat + offs, cpsize); in msdosfs_wfile() 501 offs += cpsize; in msdosfs_wfile()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi-props.yaml | 76 st,fmc2-ebi-cs-cpsize:
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_output.c | 3453 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument 3492 if (cpsize > INT_MAX) { in sctp_find_cmsg() 3495 if (cmsg_data_len < (int)cpsize) { in sctp_find_cmsg() 3499 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data); in sctp_find_cmsg() 3506 if (cpsize < sizeof(struct sctp_sndrcvinfo)) { in sctp_find_cmsg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 356 multiclass CP_ASYNC_SHARED_GLOBAL_I<string cc, string cpsize, Intrinsic Intrin, Intrinsic IntrinS> { 358 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ";"), 362 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ";"), 367 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"), 371 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"), 375 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"), 379 !strconcat("cp.async.", cc, ".shared.global [$dst], [$src], ", cpsize, ", $src_size;"),
|