Searched refs:used (Results 101 - 125 of 482) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_data_large.c53 size_t used; local
59 assertA(0 == archive_write_open_memory(a, buff1, sizeof(buff1), &used));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_destroy.c139 uint64_t used, comp, uncomp; member in struct:process_old_arg
159 poa->used += bp_get_dsize_sync(dp->dp_spa, bp);
186 ASSERT3U(poa.used, ==, ds->ds_phys->ds_unique_bytes);
190 -poa.used, -poa.comp, -poa.uncomp, tx);
292 uint64_t used = 0, comp = 0, uncomp = 0; local
317 &used, &comp, &uncomp);
318 ds_prev->ds_phys->ds_unique_bytes += used;
324 &used, &comp, &uncomp);
326 -used, -comp, -uncomp, tx);
333 DD_USED_HEAD, used, com
762 uint64_t used, comp, uncomp; local
[all...]
H A Ddsl_dir.c58 * These limits are used to restrict the number of filesystems and/or snapshots
65 * capability is controlled by a feature flag and must be enabled to be used.
983 parent_delta(dsl_dir_t *dd, uint64_t used, int64_t delta) argument
985 uint64_t old_accounted = MAX(used, dd->dd_phys->dd_reserved);
986 uint64_t new_accounted = MAX(used + delta, dd->dd_phys->dd_reserved);
1030 uint64_t parentspace, myspace, quota, used; local
1047 used = dd->dd_phys->dd_used_bytes;
1049 used += dsl_dir_space_towrite(dd);
1056 if (dd->dd_phys->dd_reserved > used && parentspace != UINT64_MAX) {
1061 parentspace += dd->dd_phys->dd_reserved - used;
1333 dsl_dir_diduse_space(dsl_dir_t *dd, dd_used_t type, int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx) argument
1509 uint64_t newval, used, avail; local
1562 uint64_t used; local
[all...]
H A Ddsl_deadlist.c366 * return space used in the range (mintxg, maxtxg].
400 uint64_t used, comp, uncomp; local
403 &used, &comp, &uncomp));
405 *usedp += used;
419 uint64_t used, comp, uncomp; local
423 VERIFY3U(0, ==, bpobj_space(&bpo, &used, &comp, &uncomp));
430 dl->dl_phys->dl_used += used;
509 uint64_t used, comp, uncomp; local
515 &used, &comp, &uncomp));
517 ASSERT3U(dl->dl_phys->dl_used, >=, used);
[all...]
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c334 * we have containing all used nodes. For each of them that is
438 size_t used; local
445 used = tmpfs_pages_used(tmp);
449 sbp->f_blocks = used + tmpfs_mem_avail();
450 if (sbp->f_blocks <= used)
453 sbp->f_bavail = sbp->f_blocks - used;
455 used = tmp->tm_nodes_inuse;
457 if (sbp->f_files <= used)
460 sbp->f_ffree = sbp->f_files - used;
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.exp27 Destruction of mutex while being used in cond_wait - PASS
32 Destruction of mutex while being used in cond_wait - PASS
37 Destruction of mutex while being used in cond_wait - PASS
42 Destruction of mutex while being used in cond_wait - PASS
47 Destruction of mutex while being used in cond_wait - PASS
52 Destruction of mutex while being used in cond_wait - PASS
57 Destruction of mutex while being used in cond_wait - PASS
62 Destruction of mutex while being used in cond_wait - PASS
67 Destruction of mutex while being used in cond_wait - PASS
72 Destruction of mutex while being used i
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c15 * 4. Neither the name of the author may be used to endorse or promote
38 * This file has routines used to print out system calls and their
576 * descriptor is for the process' memory (via /proc), and is used
784 int i, tmpsize, u, used; local
792 used = 0;
798 tmp[used++] = '{';
801 u = snprintf(tmp + used, per_fd, "%s%d/%s",
805 used += u < per_fd ? u : per_fd;
807 tmp[used++] = '}';
808 tmp[used
824 int i, tmpsize, u, used; local
862 int i, used; local
1094 int i, tmpsize, u, used; local
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dmach64_dma.c421 u32 used = buf->used >> 2; local
428 while (used) {
436 GETBUFADDR(buf) + buf->used - MACH64_DUMP_CONTEXT * 4) {
440 used--;
445 while (count && used) {
450 GETBUFADDR(buf) + buf->used -
463 used--;
526 if (buf_addr <= addr && addr < buf_addr + buf->used)
673 bytes = buf->used;
1186 u32 used, reg, target; local
[all...]
H A Dr600_blit.c1303 dev_priv->blit_vb->used = 512;
1707 dev_priv->blit_vb->used = 0;
1722 dev_priv->blit_vb->offset + dev_priv->blit_vb->used);
1754 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
1755 dev_priv->blit_vb->used = 0;
1762 dev_priv->blit_vb->offset + dev_priv->blit_vb->used);
1799 dev_priv->blit_vb->used;
1810 dev_priv->blit_vb->used += 12 * 4;
1844 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
1845 dev_priv->blit_vb->used
[all...]
H A Dsavage_drv.h48 * 2.3 Event counters used by BCI_EVENT_EMIT/WAIT ioctls are now 32 bits
50 * in the struct was 32 bits before, but only 16 bits were used
52 * actually used
69 unsigned int used, flushed; member in struct:drm_savage_dma_page
289 #define SAVAGE_TEXXPRCLR_S4 0x26 /* never used */
304 #define SAVAGE_TEXXPRCLR_S3D 0x19 /* never used */
518 dev_priv->dma_pages[cur].used; \
524 dev_priv->dma_pages[cur].used; \
525 if (dev_priv->dma_pages[cur].used == 0) \
527 dev_priv->dma_pages[cur].used
[all...]
/freebsd-9.3-release/bin/sh/
H A Djobs.c17 * may be used to endorse or promote products derived from this software
83 static struct job *jobmru; /* most recently used job list */
412 if (! jp->used)
452 jp->used = 0;
505 if (jp->used && jp->state == JOBDONE) {
519 if (jp->used && jp->state == 0)
571 && jobtab[jobno - 1].used != 0)
587 if (jp->used && jp->nprocs > 0
599 if (jp->used && jp->nprocs > 0
612 if (jp->used
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwderror.c71 r.length = b.used;
/freebsd-9.3-release/contrib/gcc/
H A Dtimevar.c149 unsigned used : 1; member in struct:timevar_def
270 /* Mark this timing variable as used. */
271 tv->used = 1;
349 /* Mark this timing variable as used. */
350 tv->used = 1;
423 /* Don't print timing variables that were never used. */
424 if (!tv->used)
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Ddictionary.h44 int used; member in class:dictionary
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h29 #error This header is only to be used internally to libarchive.
166 /* Not used within libarchive; useful for some clients. */
H A Darchive_private.h29 #error This header is only to be used internally to libarchive.
73 * The magic/state values are used to sanity-check the
H A Darchive_read_support_format_xar.c210 int used; member in struct:heap_queue
711 size_t outbytes, used; local
721 r = rd_contents(a, &d, &outbytes, &used, xattr->length);
760 size_t used; local
780 r = rd_contents(a, buff, size, &used, xar->entry_remaining);
787 xar->offset += used;
788 xar->entry_remaining -= used;
789 __archive_read_consume(a, used);
846 for (i = 0; i < xar->file_queue.used; i++)
903 size_t *used, uint64_
902 rd_contents(struct archive_read *a, const void **buff, size_t *size, size_t *used, uint64_t remaining) argument
1464 decompress(struct archive_read *a, const void **buff, size_t *outbytes, const void *b, size_t *used) argument
2947 size_t used; local
3125 size_t used; local
[all...]
/freebsd-9.3-release/contrib/openbsm/sys/bsm/
H A Daudit_internal.h19 * its contributors may be used to endorse or promote products derived
57 char used; /* Record currently in use? */ member in struct:au_record
/freebsd-9.3-release/sys/bsm/
H A Daudit_internal.h19 * its contributors may be used to endorse or promote products derived
58 char used; /* Record currently in use? */ member in struct:au_record
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_bootcfg.c70 size_t used = 0; local
82 used = offset;
104 used = offset;
114 *usedp = used;
201 * entire used bootcfg area, then copy into the user supplied buffer.
/freebsd-9.3-release/contrib/ntp/include/
H A Drecvbuff.h35 * Format of a recvbuf. These are used by the asynchronous receive
76 int used; /* reference count */ member in struct:recvbuf
85 /* Get a free buffer (typically used so an async
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c387 int sz, i, used, totallen, maxlen, minlen; local
418 used = 0;
426 used++;
431 totallen ? ((float)used / totallen) * 100.0 : 0.0);
433 ((float)used / nsp->ns_nattab_sz) * 100.0);
436 printf("average length\t%.3f\n", used ? (float)totallen / used : 0.0);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c140 ++array->page_list[p].used;
149 if (--array->page_list[p].used == 0) {
155 if (array->page_list[p].used < 0)
157 array, index, p, array->page_list[p].used);
171 array->page_list[i].used = 0;
/freebsd-9.3-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp385 int used; member in struct:char_block
392 * char_block - Constructor. Set the, used, and, next, fields to zero.
396 : used(0), next(0)
456 if (tail->used == char_block::SIZE) {
463 n = fread(tail->buffer, sizeof(char), char_block::SIZE-tail->used, fp);
468 tail->used += n * sizeof(char);
544 * setupAntiAlias - Set up the antialias string, used when we call gs.
642 while (j < (*t)->used
646 if (j < (*t)->used
656 if (j < (*t)->used) {
[all...]
/freebsd-9.3-release/contrib/amd/scripts/
H A Damd2ldif.in9 This script should/could be used in a Makefile together

Completed in 303 milliseconds

1234567891011>>