Home
last modified time | relevance | path

Searched refs:space (Results 251 – 275 of 563) sorted by relevance

1...<<11121314151617181920>>...23

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1798 uint64_t space = spa_get_dspace(spa); in spa_get_slop_space() local
1799 return (MAX(space >> spa_slop_shift, MIN(space >> 1, spa_min_slop))); in spa_get_slop_space()
1943 uint64_t space = metaslab_class_get_space(special); in spa_preferred_class() local
1945 (space * (100 - zfs_special_class_metadata_reserve_pct)) in spa_preferred_class()
H A Ddmu_tx.c566 dmu_tx_hold_space(dmu_tx_t *tx, uint64_t space) in dmu_tx_hold_space() argument
572 DMU_NEW_OBJECT, THT_SPACE, space, 0); in dmu_tx_hold_space()
574 (void) zfs_refcount_add_many(&txh->txh_space_towrite, space, FTAG); in dmu_tx_hold_space()
H A Darc.c2430 aggsum_add(&astat_data_size, space); in arc_space_consume()
2436 aggsum_add(&astat_other_size, space); in arc_space_consume()
2439 aggsum_add(&astat_hdr_size, space); in arc_space_consume()
2442 aggsum_add(&astat_l2_hdr_size, space); in arc_space_consume()
2447 aggsum_add(&arc_meta_used, space); in arc_space_consume()
2449 aggsum_add(&arc_size, space); in arc_space_consume()
2459 aggsum_add(&astat_data_size, -space); in arc_space_return()
2465 aggsum_add(&astat_other_size, -space); in arc_space_return()
2468 aggsum_add(&astat_hdr_size, -space); in arc_space_return()
2484 aggsum_add(&arc_meta_used, -space); in arc_space_return()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp167 ! load value at physical address in I/O space
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex52 breakatwhitespace=false, % If true, only allows line breaks at white space
314 \newenvironment{remark}{\par\vskip10pt\small % Vertical white space above the remark and smaller fo…
320 \advance\baselineskip -1pt}{\end{list}\vskip5pt} % Tighter line spacing and white space after remark
/illumos-gate/usr/src/data/locale/data/
H A Dbo_IN.UTF-8.src207 space <tab>;/
212 <space>
550 print <space>;/
940 <space>
1547 <space> <X0400>;<X05>;<X05>;<space>
1855 int_curr_symbol "<I><N><R><space>"
H A Dkm_KH.UTF-8.src166 space <tab>;/
171 <space>
446 print <space>;/
751 <space>
1370 <space> <X0400>;<X05>;<X05>;<space>
1663 int_curr_symbol "<K><H><R><space>"
H A Dbo_CN.UTF-8.src207 space <tab>;/
212 <space>
550 print <space>;/
940 <space>
1547 <space> <X0400>;<X05>;<X05>;<space>
1855 int_curr_symbol "<C><N><Y><space>"
H A Dsr_RS.UTF-8.src520 space <tab>;/
525 <space>
1099 print <space>;/
1699 <space>
2666 <space> <X0400>;<X05>;<X05>;<space>
3211 int_curr_symbol "<R><S><D><space>"
3288space><CYRILLIC_SMALL_LETTER_PE><CYRILLIC_SMALL_LETTER_O><CYRILLIC_SMALL_LETTER_DE><CYRILLIC_SMALL…
H A DISO8859-11.cm43 <space> \x20
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/
H A Dlombus.c1689 int space, caddr_t vaddr, off_t len, in lombus_map_handle() argument
1697 switch (space) { in lombus_map_handle()
1729 int space, caddr_t vaddr, off_t len, in lombus_map_handle() argument
1739 switch (space) { in lombus_map_handle()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h116 extern int64_t vdev_deflated_space(vdev_t *vd, int64_t space);
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c490 bool space = false; in igc_m_multicast() local
498 space = true; in igc_m_multicast()
502 if (!space) { in igc_m_multicast()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME88 token generate space separated tokens in string
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1965 caddr_t space; in sbupdate() local
1988 space = (caddr_t)fs->fs_u.fs_csp; in sbupdate()
1996 bcopy(space, bp->b_un.b_addr, size); in sbupdate()
1997 space += size; in sbupdate()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1263 zfs_put_quota_cb(void *pp, const char *domain, uid_t rid, uint64_t space) in zfs_put_quota_cb() argument
1293 (void) snprintf(mpp->mp_value, ZFS_MAXPROPLEN, "%llu", space); in zfs_put_quota_cb()
1316 zfs_count_quota_cb(void *pp, const char *domain, uid_t rid, uint64_t space) in zfs_count_quota_cb() argument
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c294 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() argument
297 if (!lua_checkstack(L, space + extra)) { in luaL_checkstack()
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX164 white space, but no mention is made of trailing white space.
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-ksh.pkg54 programs. The value is a space separated list of environment
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c67 uchar_t space; /* padding */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmake.probe1628 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*1/\1byte 0…
1629 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*2/\1byte 0…
1630 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*3/\1byte 0…
1631 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*4/\1byte 0…
1642 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*1/\1byte 0…
1643 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*2/\1byte 0…
1644 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*3/\1byte 0…
1645 …defghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$:]*[ ]*\.*\)space[ ][ ]*4/\1byte 0…
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dasm.S608 .space (IO_MAP_SIZE + 1) * 2
745 .space (KEY_MAP_SIZE + 1) * 2
873 drive_map: .space (DRIVE_MAP_SIZE + 1) * 2
2147 .space (KEY_MAP_SIZE + 1) * 2
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h2660 # define updfs(e, count, space, where) upd_qs(e, count, space, where) argument
2662 # define updfs(e, count, space, where) argument
2663 # define upd_qs(e, count, space, where) argument
/illumos-gate/usr/src/test/smbclient-tests/doc/
H A DREADME105 more than 4G free space. The directory names are public,
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.

1...<<11121314151617181920>>...23