Searched refs:space (Results 126 - 150 of 345) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c107 static int minfree; /* free space threshold */
108 static int opt; /* optimization preference (space or time) */
124 void *space; local
410 space = ecalloc(1, size);
411 sblock.fs_csp = space;
412 space = (char *)space + sblock.fs_cssize;
416 sblock.fs_maxcluster = lp = space;
492 * allocate space for superblock, cylinder group map, and
546 void *space; local
[all...]
/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c560 uint32_t space = (uint32_t)(PTR_TO_UINT(p) & 0x3); local
563 if (space)
565 p_Limit = (p - space + 4);
567 XX_Print("0x%08X: ", (p - space));
569 while (space--)
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_ringbuffer.c52 int space = (ring->head & HEAD_ADDR) - (ring->tail + I915_RING_FREE_SPACE); local
53 if (space < 0)
54 space += ring->size;
55 return space;
431 ring->space = ring_space(ring);
1280 ring->space = ring_space(ring);
1281 if (ring->space >= n)
1286 int space; local
1291 space = request->tail - (ring->tail + I915_RING_FREE_SPACE);
1292 if (space <
[all...]
/freebsd-12-stable/sys/mips/mips/
H A Dsupport.S125 li v0, ENAMETOOLONG # run out of space
137 * Copy a null terminated string from the user address space into
138 * the kernel address space.
150 blt a0, zero, _C_LABEL(copyerr) # make sure address is in user space
165 * Copy specified amount of data from user space into the kernel
175 blt a0, zero, _C_LABEL(copyerr) # make sure address is in user space
191 * Copy specified amount of data from kernel to the user space
201 blt a1, zero, _C_LABEL(copyerr) # make sure address is in user space
225 * user-space.
231 blt a0, zero, fswberr # make sure address is in user space
[all...]
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c53 struct pragma_entry *space; member in union:pragma_entry::__anon1604
426 puts a space in front of any '#' at the start of a macro.
641 len = cpp_token_len (token) + 2; /* Leading space, terminating \0. */
1063 register_pragma_1 (cpp_reader *pfile, const char *space, const char *name, argument
1070 if (space)
1072 node = cpp_lookup (pfile, U space, strlen (space));
1087 "name expansion", space);
1090 chain = &entry->u.space;
1115 else if (space)
1126 register_pragma_internal(cpp_reader *pfile, const char *space, const char *name, pragma_cb handler) argument
1142 cpp_register_pragma(cpp_reader *pfile, const char *space, const char *name, pragma_cb handler, bool allow_expansion) argument
1165 cpp_register_deferred_pragma(cpp_reader *pfile, const char *space, const char *name, unsigned int ident, bool allow_expansion, bool allow_name_expansion) argument
[all...]
/freebsd-12-stable/tools/tools/ath/athregs/
H A Ddumpregs.c193 * Expand register data into global space that can be
334 errx(-1, "no space to %d keycache slots\n", nslots);
361 errx(-1, "no space for %d register slots (type %d)\n",
402 size_t space = 0; local
412 space += sizeof(HAL_REGRANGE);
418 space += sizeof(HAL_REGRANGE);
420 atd->ad_in_data = (caddr_t) malloc(space);
425 atd->ad_in_size = space;
447 return space / sizeof(uint32_t);
625 u_int space; local
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c315 /* When we next get available space, we should say "read" instead of
581 struct evbuffer_iovec space[2]; local
591 n = evbuffer_reserve_space(input, n_to_read, space, 2);
598 r = SSL_read(bev_ssl->ssl, space[i].iov_base, space[i].iov_len);
605 space[i].iov_len = r;
634 evbuffer_commit_space(input, space, n_used);
650 struct evbuffer_iovec space[8]; local
658 n = evbuffer_peek(output, atmost, NULL, space, 8);
671 if (space[
[all...]
/freebsd-12-stable/sys/kern/
H A Duipc_mbuf.c127 &max_datalen, 0, "Minimum space left in mbuf after max_hdr");
293 M_SANITY_ACTION("m_data + m_len exeeds mbuf space");
834 int space; local
857 space = &m->m_dat[MLEN] - (m->m_data + m->m_len);
859 count = min(min(max(len, max_protohdr), space), n->m_len);
865 space -= count;
884 * the amount of empty space before the data in the new mbuf to be specified
891 int count, space; local
901 space = &m->m_dat[MLEN] - (m->m_data + m->m_len);
903 count = min(min(max(len, max_protohdr), space),
1134 int remainder, space; local
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dc-pragma.c741 c_register_pragma_1 (const char *space, const char *name, argument
754 cpp_register_deferred_pragma (parse_in, space, name, id,
759 c_register_pragma (const char *space, const char *name, pragma_handler handler) argument
761 c_register_pragma_1 (space, name, handler, false);
765 c_register_pragma_with_expansion (const char *space, const char *name, argument
768 c_register_pragma_1 (space, name, handler, true);
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
H A Dmonetary_members.cc42 // space none symbol sign value
54 // if (__space) space
58 // space never first or last
80 __ret.field[2] = space;
113 __ret.field[1] = space;
141 __ret.field[2] = space;
155 __ret.field[1] = space;
175 __ret.field[2] = space;
189 __ret.field[1] = space;
/freebsd-12-stable/contrib/flex/
H A Dscan.l659 /* Check for :space: at the end of the rule so we don't
663 "{"{NAME}"}"[[:space:]]? {
816 "[:space:]" BEGIN(CCL); return CCE_SPACE;
829 "[:^space:]" BEGIN(CCL); return CCE_NEG_SPACE;
/freebsd-12-stable/sys/dev/drm/
H A Dmga_drv.h56 int space; member in struct:drm_mga_primary_buffer
256 } else if ( dev_priv->prim.space < \
291 DRM_INFO( " space=0x%x req=0x%zx\n", \
292 dev_priv->prim.space, (n) * DMA_BLOCK_SIZE ); \
302 DRM_INFO( " space=0x%x\n", dev_priv->prim.space ); \
313 write, dev_priv->prim.space ); \
327 if ( dev_priv->prim.space < \
H A Dmga_dma.c90 primary->space = primary->size;
149 primary->space = primary->size - primary->tail;
151 primary->space = head - tail;
156 DRM_DEBUG(" space = 0x%06x\n", primary->space);
188 primary->space = primary->size;
190 primary->space = head - dev_priv->primary->offset;
196 DRM_DEBUG(" space = 0x%06x\n", primary->space);
919 dev_priv->prim.space
[all...]
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh1.c322 ep = (struct env *) space(sizeof(*ep));
456 space(n) function
462 err("out of string space");
473 if ((cp = space(strlen(s)+1)) != NULL) {
542 vp = (struct var *)space(sizeof(*vp));
543 if (vp == 0 || (vp->name = space((int)(cp-n)+2)) == 0) {
574 * a prefix of the space `val',
596 xp = space(strlen(vp->name)+strlen(val)+2);
879 abort(); /* insufficient space left for admin */
/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbus_cis.c375 * Read CIS bytes out of the config space. We have to read it 4 bytes at a
411 * Read the CIS data out of memory. We indirect through the bus space
455 uint32_t space; local
457 space = *start & PCIM_CIS_ASI_MASK;
458 switch (space) {
460 DEVPRINTF((cbdev, "CIS in PCI config space\n"));
461 /* CIS in PCI config space need no initialization */
469 *rid = PCIR_BAR(space - PCIM_CIS_ASI_BAR0);
477 device_printf(cbdev, "Unable to read CIS: Unknown space: %d\n",
478 space);
[all...]
/freebsd-12-stable/usr.sbin/quot/
H A Dquot.c230 daddr_t space; member in struct:user
251 usr->space = usr->spc30 = usr->spc60 = usr->spc90 = 0;
321 return u2->space - u1->space;
338 usr->space += blks;
472 printf("%5d",SIZE(usr->space));
/freebsd-12-stable/contrib/dtc/
H A DMakefile74 space := $(nullstring) # end of line macro
76 localver_config = $(subst $(space),, $(string) \
79 localver_cmd = $(subst $(space),, $(string) \
/freebsd-12-stable/sys/dev/fb/
H A Dcreator_vt.c111 int space; local
150 if (OF_decode_addr(node, FFB_DFB24, &space, &phys) != 0)
153 sc->memh = sparc64_fake_bustag(space, phys, &sc->memt[0]);
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_section.c625 uint64_t limit, space; local
638 space = limit - offset;
639 if (space < size)
640 size = (uint16_t) space;
/freebsd-12-stable/sys/dev/xen/netback/
H A Dnetback.c175 RING_IDX start, int space);
475 * Resource representing allocated physical address space
480 /** Resource id for allocated physical address space. */
697 * Map a single shared memory ring into domain local address space and
821 * into this space.
1727 * space is the largest amount of data that can be copied in the
1730 const size_t space = MIN(pkt_space, mbuf_space); local
1743 gnttab[gnt_idx].len = space;
1747 r_ofs += space;
1748 m_ofs += space;
1886 xnb_mbufc2pkt(const struct mbuf *mbufc, struct xnb_pkt *pkt, RING_IDX start, int space) argument
1984 const size_t space = MIN(pkt_space, mbuf_space); local
2403 RING_IDX space; local
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_ioctl.c144 uint32_t space; local
146 space = __offsetof(struct ieee80211req_chaninfo,
148 if (space > ireq->i_len)
149 space = ireq->i_len;
151 return copyout(&ic->ic_nchans, ireq->i_data, space);
237 size_t space; member in struct:scanreq
262 req->space += scan_space(se, &ielen);
274 if (len > req->space)
311 req->space -= len;
326 req.space
331 uint32_t space; local
353 size_t space; member in struct:stainforeq
466 size_t space; local
2411 setwparsnie(struct ieee80211vap *vap, uint8_t *ie, int space) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dregex.cpp176 {"space", 0x20},
212 {"s", ctype_base::space},
213 {"space", ctype_base::space},
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h218 void arc_space_consume(uint64_t space, arc_space_type_t type);
219 void arc_space_return(uint64_t space, arc_space_type_t type);
H A Ddsl_dir.h70 * how much space our children are accounting for; for leaf
71 * datasets, == physical space used by fs + snaps
110 /* gross estimate of space used by in-flight tx's */
112 /* amount of space we expect to write; == amount of dirty data */
159 void dsl_dir_willuse_space(dsl_dir_t *dd, int64_t space, dmu_tx_t *tx);
175 uint64_t fs_cnt, uint64_t ss_cnt, uint64_t space, cred_t *);
H A Ddsl_pool.h154 void dsl_pool_dirty_space(dsl_pool_t *dp, int64_t space, dmu_tx_t *tx);
155 void dsl_pool_undirty_space(dsl_pool_t *dp, int64_t space, uint64_t txg);

Completed in 332 milliseconds

1234567891011>>