/src/sys/external/bsd/drm2/include/linux/ |
kfifo.h | 152 size_t copied = 0; local in function:_kfifo_out_peek 161 copied = size; 166 copied = size; 171 copied = size; 176 return copied; 187 size_t copied = 0; local in function:_kfifo_out 197 copied = size; 203 copied = size; 209 copied = size; 214 return copied; 225 size_t copied = 0; local in function:_kfifo_in [all...] |
/src/common/lib/libc/arch/m68k/string/ |
strcat.S | 56 jne .Lscloop | copied non-null, keep going
|
strcpy.S | 52 jne .Lscloop | copied non-null, keep going
|
strncpy.S | 58 jeq .Lscpadding | copied null, padding if necessary
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_fw.c | 67 size_t copied; local in function:guc_xfer_rsa 70 copied = intel_uc_fw_copy_rsa(guc_fw, rsa, sizeof(rsa)); 71 GEM_BUG_ON(copied < sizeof(rsa)); 147 * Note that GuC needs the CSS header plus uKernel code to be copied
|
intel_huc.c | 67 size_t copied; local in function:intel_huc_rsa_data_create 96 copied = intel_uc_fw_copy_rsa(&huc->fw, vaddr, vma->size); 97 GEM_BUG_ON(copied < huc->fw.rsa_size);
|
/src/usr.bin/make/unit-tests/ |
depsrc-usebefore-double-colon.mk | 23 # At this point, the commands from the .USEBEFORE targets are copied to 28 # The commands had been copied in the previous line already.
|
dep-colon-bug-cross-file.mk | 25 # properly copied before storing them in global variables.
|
opt-debug-lint.mk | 89 # '${:U2}' is not expanded, instead it is copied verbatim into the regular
|
varmod-subst-regex.mk | 134 # expression. The unparsed part of the expression is then copied
|
varmod-edge.mk | 112 # The second closing brace closes the variable, and the third is copied
|
/src/sys/arch/m68k/m68k/ |
copy.s | 230 * user's address space. Return the number of characters copied (including 248 jeq .Lcisdone | copied null, exit 256 subl 4(%sp),%a0 | yes, calculate length copied 269 * user's address space. Return the number of characters copied (including 287 jeq .Lcosdone | copied null, exit 295 subl 4(%sp),%a0 | yes, calculate length copied
|
/src/sys/netinet/ |
accf_http.c | 355 int ccleft, copied; local in function:soishttpconnected 363 * copied - how much we've copied so far 368 copied = 0; 381 tocopy = (NCHRS - ccleft) - copied; 385 switch (copied++) {
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_property.c | 472 int i, copied; local in function:drm_mode_getproperty_ioctl 499 copied = 0; 509 if (copy_to_user(&enum_ptr[copied].value, 513 if (copy_to_user(&enum_ptr[copied].name, 516 copied++;
|
drm_connector.c | 2198 int copied = 0; local in function:drm_mode_getconnector 2216 copied = 0; 2220 if (put_user(encoder->base.id, encoder_ptr + copied)) { 2224 copied++; 2262 copied = 0; 2272 if (copy_to_user(mode_ptr + copied, 2279 copied++;
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_execbuffer.c | 1472 unsigned int copied; local in function:eb_relocate_vma 1483 copied = 1; 1486 copied = __copy_from_user_inatomic(r, urelocs, count * sizeof(r[0])); 1489 if (unlikely(copied)) { 1599 unsigned long copied; local in function:eb_copy_relocations 1618 copied = 0; 1621 min_t(u64, BIT_ULL(31), size - copied); 1623 if (__copy_from_user((char *)relocs + copied, 1624 (char __user *)urelocs + copied, 1628 copied += len [all...] |
/src/distrib/miniroot/ |
upgrade.sh | 259 this fstab is only for installation purposes, and will not be copied into
|
install.sh | 227 information will be preserved and copied into the new root filesystem.
|
/src/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 111 "Command" must be the path to wherever you copied the compiler.
|
/src/usr.sbin/sysinst/ |
README.md_defs | 10 copied at 8k into the image).
|
/src/distrib/hp300/miniroot/ |
install.md | 460 The INSTALL kernel from the miniroot has been copied to your root disk.
|
/src/sys/external/bsd/ipf/netinet/ |
ip_log.c | 518 * Are we copied from the mblk or an aligned array ? 686 size_t dlen, copied; local in function:ipf_log_read 782 for (copied = 0; (ipl = softl->iplt[unit]) != NULL; copied += dlen) {
|
/src/sys/arch/vax/vax/ |
subr.S | 52 * address, so the kernel must first be relocated, then copied, then 83 /* Ok, copy routine copied, set registers and rei */ 522 movl 16(%ap),%r2 # copied 529 0: tstl %r2 # save copied len? 531 subl3 4(%ap),%r5,(%r2) # save copied len
|
/src/sys/netinet6/ |
icmp6.c | 1492 int lenlim, copied; local in function:ni6_input 1498 copied = ni6_store_addrs(ni6, nni6, ifp, lenlim); 1503 sizeof(struct icmp6_nodeinfo) + copied; 1803 int copied = 0, allow_deprecated = 0; local in function:ni6_store_addrs 1918 copied += (sizeof(struct in6_addr) + sizeof(u_int32_t)); 1932 return copied;
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
startit.s | 162 | determine if the kernel need be copied upwards or downwards
|