Searched refs:space (Results 176 - 200 of 345) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gdb/gdb/
H A Dsolib.c515 int space = target_resize_to_sections (target, count); local
516 memcpy (target->to_sections + space,
701 not a particular address is within the mapped address space of
739 ELF shared libraries don't get mapped into the address space
H A Dsource.c404 as space or tab. */
426 char *space = NULL;
432 space = strchr (name, ' ');
436 if (separator == 0 && space == 0 && tab == 0)
443 if (space != 0 && (p == 0 || space < p))
444 p = space;
424 char *space = NULL; local
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Ddollar.mk25 ${:U }= space-var-value
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s254 # declare allocated space on the stack
279 StackVar ksRot ,16*(\KS_CNT) #leave space for "rotation" to happen
/freebsd-12-stable/sys/dev/pci/
H A Dpci_private.h91 int pci_enable_io_method(device_t dev, device_t child, int space);
92 int pci_disable_io_method(device_t dev, device_t child, int space);
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah.c954 void *dstbuf, int space)
959 for (i = 0; space >= 2*sizeof(uint32_t); i++) {
964 space -= 2*sizeof(uint32_t);
968 space -= sizeof(uint32_t);
969 } while (r <= e && space >= sizeof(uint32_t));
975 ath_hal_setregs(struct ath_hal *ah, const HAL_REGWRITE *regs, int space) argument
977 while (space >= sizeof(HAL_REGWRITE)) {
979 regs++, space -= sizeof(HAL_REGWRITE);
953 ath_hal_getregdump(struct ath_hal *ah, const HAL_REGRANGE *regs, void *dstbuf, int space) argument
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofwcall64.S43 .space OFWSTKSZ
45 .space 32 /* 4 * sizeof(register_t) */
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Drtld_start.S130 stwu %r1,-160(%r1) # stack space for 29 regs + r0/lr/cr
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S128 stdu %r1,-48-12*8(%r1) # stack space for 8 regs + header
/freebsd-12-stable/sys/arm/arm/
H A Dlocore-v4.S179 * First map the entire 4GB address space as VA=PA. It's mapped as
362 .space INIT_ARM_STACK_SIZE
371 .space L1_TABLE_SIZE
406 * MMU & IDC off, 32 bit program & data space
/freebsd-12-stable/crypto/openssh/
H A Dbuildpkg.sh.in263 ## Build space file
264 echo "Building space file..."
267 # XXX Is this necessary? If not, remove space line from mk-proto.awk.
268 touch space
270 cat > space << _EOF
271 # extra space required by start/stop links added by installf
277 echo "$TEST_DIR/etc/rc1.d/${SYSVINITSTOPT}${SYSVINIT_NAME} 0 1" >> space
279 echo "$TEST_DIR/etc/rcS.d/${SYSVINITSTOPT}${SYSVINIT_NAME} 0 1" >> space
628 print "i request"; print "i space"; \\
/freebsd-12-stable/usr.bin/xargs/
H A Dxargs.c288 * Allocate buffer space for the arguments read from stdin and the
289 * trailing NULL. Buffer space is defined as the default or specified
290 * space, minus the length of the utility name and arguments. Set up
297 errx(1, "insufficient space for command");
363 * length, append a space for
374 * a space next time through, if we have
400 warnx("insufficient space for arguments");
444 /* If only one argument, not enough buffer space. */
446 warnx("insufficient space for argument");
451 warnx("insufficient space fo
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_freebsd.c509 int pktlen, space; local
513 space = pktlen + align;
514 if (space < MINCLSIZE)
518 space <= MCLBYTES ? MCLBYTES :
520 space <= MJUMPAGESIZE ? MJUMPAGESIZE :
522 space <= MJUM9BYTES ? MJUM9BYTES : MJUM16BYTES);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c65 * or snapshots, even though they're not exceeding their space quota.
1170 uint64_t space = 0; local
1175 space += dd->dd_space_towrite[i & TXG_MASK];
1178 return (space);
1182 * How much space would dd have available if ancestor had delta applied
1194 * unlimited space available.
1219 * We have some space reserved, in addition to what our
1238 * the lesser of the space provided by our parent and
1239 * the space left in our quota
1283 * allocating this space woul
1469 dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx) argument
2121 dsl_dir_transfer_possible(dsl_dir_t *sdd, dsl_dir_t *tdd, uint64_t fs_cnt, uint64_t ss_cnt, uint64_t space, cred_t *cr) argument
[all...]
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c901 int space; local
908 space = (n * EQ_ESIZE);
910 space = tx_credits * 16;
911 return (space);
1085 u_int plen, nsegs, credits, space, max_nsegs_1mbuf, wr_len; local
1134 space = max_imm_tls_space(tx_credits);
1137 if (wr_len + CIPHER_BLOCK_SIZE + 1 > space) {
1140 "%s: tid %d tx_credits %d min_wr %d space %d",
1142 CIPHER_BLOCK_SIZE + 1, space);
1258 if (wr_len + iv_len <= space) {
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Dheaders.c538 ** space -- add leading space?
552 allocheader(field, value, flags, rp, space)
557 bool space;
565 /* allocate space for new header */
568 if (space)
602 ** space -- add leading space?
615 addheader(field, value, flags, e, space)
620 bool space;
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c451 * Allocate an sdp_sock for the socket and reserve socket buffer space.
1054 long space, resid; local
1075 * In theory resid should be unsigned. However, space must be
1077 * must use a signed comparison of space and resid. On the other
1115 space = sbspace(&so->so_snd);
1117 space += 1024;
1123 if (space < resid &&
1124 (atomic || space < so->so_snd.sb_lowat)) {
1149 copy = min(space,
1159 space
[all...]
/freebsd-12-stable/contrib/tzdata/
H A DMakefile774 ! grep -n '[[:space:]]$$' \
778 PRECEDES_FILE_NAME = ^(Zone|Link[[:space:]]+[^[:space:]]+)[[:space:]]+
780 $(PRECEDES_FILE_NAME)[^[:space:]]*[^/[:space:]]{15}
/freebsd-12-stable/sys/dev/atkbdc/
H A Datkbdc.c208 int space; local
242 if (OF_decode_addr(node, 0, &space, &port0) != 0)
244 h0 = sparc64_fake_bustag(space, port0, tag);
246 if (OF_decode_addr(node, 1, &space, &port1) != 0)
248 h1 = sparc64_fake_bustag(space, port1, tag);
/freebsd-12-stable/sys/kern/
H A Duipc_socket.c262 * General IPC sysctl name space, used by sockets and a variety of other IPC
571 * to space constraints, etc.) then we allocate a new structure, properly
961 * - The socket has been closed by user space, if ever open (SS_NOFDREF).
1277 long space; local
1290 * In theory resid should be unsigned. However, space must be
1292 * must use a signed comparison of space and resid. On the other
1348 space = sbspace(&so->so_snd);
1350 space += 1024;
1351 space -= clen;
1353 if (resid > space) {
1442 long space; local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y294 space(FILE *f, int level)
304 space(cfile, level);
314 space(hfile, level);
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonport.c181 int off, space; local
192 space = m_length(m, NULL);
193 if (space >= MINCLSIZE) {
194 /* NB: m_copyback handles space > MCLBYTES */
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in131 space=
136 printf "%s%s" "$space${word%.}"
137 space=" "
/freebsd-12-stable/sys/dev/drm/
H A Dmach64_dma.c126 if (ring->space >= n) {
187 ring->space = ring->size;
623 if (dev_priv->ring.space <= (n) * sizeof(u32)) { \
632 dev_priv->ring.space -= (n) * sizeof(u32); \
1150 dev_priv->ring.space = dev_priv->ring.size;
1305 ring->space += (4 * sizeof(u32));

Completed in 400 milliseconds

1234567891011>>