Home
last modified time | relevance | path

Searched refs:trim (Results 1 – 25 of 92) sorted by relevance

1234

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_rate.ksh60 log_must zpool trim -r 200M $TESTPOOL
63 log_must zpool trim -s $TESTPOOL
68 log_must zpool trim $TESTPOOL
71 log_must zpool trim -s $TESTPOOL
76 log_must zpool trim -r 600M $TESTPOOL
79 log_must zpool trim -s $TESTPOOL
84 log_must zpool trim -r 1T $TESTPOOL
H A Dzpool_trim_start_and_cancel_neg.ksh43 log_must zpool trim -r 128M $TESTPOOL $DISK1
48 log_mustnot zpool trim -c $TESTPOOL $DISK2
49 log_mustnot zpool trim -c $TESTPOOL $DISK2 $DISK3
51 log_mustnot zpool trim -s $TESTPOOL $DISK2
52 log_mustnot zpool trim -s $TESTPOOL $DISK2 $DISK3
54 log_mustnot zpool trim $TESTPOOL $DISK1
H A Dzpool_trim_suspend_resume.ksh55 log_must zpool trim -r 256M $TESTPOOL
62 log_must zpool trim -s $TESTPOOL
70 log_must zpool trim $TESTPOOL $LARGEFILE
H A Dzpool_trim_unsupported_vdevs.ksh65 log_mustnot zpool trim $TESTPOOL mirror-0
67 log_mustnot zpool trim $TESTPOOL ${FDISKS[$n]}
H A Dzpool_trim_online_offline.ksh43 log_must zpool trim -r 128M $TESTPOOL $DISK1
59 log_must zpool trim -s $TESTPOOL $DISK1
H A Dzpool_trim_import_export.ksh57 log_must zpool trim -r 256M $TESTPOOL
73 log_must zpool trim -s $TESTPOOL $LARGEFILE
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbitlib.c25 #define trim(x) ((x) & ALLONES) macro
41 return trim(r); in andaux()
64 lua_pushunsigned(L, trim(r)); in b_or()
74 lua_pushunsigned(L, trim(r)); in b_xor()
81 lua_pushunsigned(L, trim(r)); in b_not()
89 r = trim(r); in b_shift()
96 r = trim(r); in b_shift()
121 r = trim((r >> i) | ~(~(b_uint)0 >> i)); /* add signal bit */ in b_arshift()
131 r = trim(r); in b_rot()
134 lua_pushunsigned(L, trim(r)); in b_rot()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/trim/
H A Dtrim_integrity.ksh24 . $STF_SUITE/tests/functional/trim/trim.kshlib
25 . $STF_SUITE/tests/functional/trim/trim.cfg
80 log_must zpool trim $TESTPOOL
H A Dautotrim_trim_integrity.ksh24 . $STF_SUITE/tests/functional/trim/trim.kshlib
25 . $STF_SUITE/tests/functional/trim/trim.cfg
81 log_must zpool trim $TESTPOOL
H A Dtrim_config.ksh24 . $STF_SUITE/tests/functional/trim/trim.kshlib
25 . $STF_SUITE/tests/functional/trim/trim.cfg
96 log_must zpool trim $TESTPOOL
H A Dautotrim_integrity.ksh24 . $STF_SUITE/tests/functional/trim/trim.kshlib
25 . $STF_SUITE/tests/functional/trim/trim.cfg
H A Dautotrim_config.ksh24 . $STF_SUITE/tests/functional/trim/trim.kshlib
25 . $STF_SUITE/tests/functional/trim/trim.cfg
/illumos-gate/usr/src/cmd/refer/
H A Daddbib.c43 static void trim(char []);
135 trim(line); in addbib()
145 trim(line); in addbib()
150 trim(line); in addbib()
153 trim(line); in addbib()
187 trim(char line[]) /* trim line of trailing white space */ in trim() function
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dstrproc.c110 int trim = (flags & CONV_SPEXV_F_NOTRIM) == 0; in conv_strproc_extract_value() local
118 if (trim) in conv_strproc_extract_value()
129 if (trim) in conv_strproc_extract_value()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Dsbdgenerr.pl27 sub trim { subroutine
50 my $txt = trim($3);
53 $txt = trim($l);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl30 sub trim { subroutine
53 my $txt = trim($3);
56 $txt = trim($l);
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/
H A Dsbdgenerr.pl28 sub trim { subroutine
51 my $txt = trim($3);
54 $txt = trim($l);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java92 String urlOrServiceType = buf.toString().trim(); in initialize()
117 String scope = buf.toString().toLowerCase().trim(); in initialize()
136 hdr.parseCommaSeparatedListIn(buf.toString().trim(), true); in initialize()
172 tags.setElementAt(tag.trim(), i); in initialize()
H A DServiceStoreFactory.java196 String line = in.readLine().trim(); in deserialize()
230 surl = tk.nextToken().trim(); in deserialize()
233 slang = tk.nextToken().trim(); in deserialize()
236 slifetime = tk.nextToken().trim(); in deserialize()
239 sType = tk.nextToken().trim(); in deserialize()
H A DSLPV1SSrvMsg.java146 st.nextToken().trim().toLowerCase() + ":"; in initialize()
155 String scope = st.nextToken().trim().toLowerCase(); in initialize()
186 hdr.scopes.addElement(scope.toLowerCase().trim()); in initialize()
312 query = query.trim(); in convertQuery()
348 String exp = tk.nextToken().trim(); in rewriteQueryJoin()
862 return value.trim(); // removes trailing whitespace... in parseTag()
1041 String strval = valTok.toString().trim(); in parseValue()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c140 int opt_bytes, trim; in myri10ge_lro_rx() local
196 trim = tot_len - (ip_len + ETHERNET_HEADER_SIZE); in myri10ge_lro_rx()
197 if (trim != 0) { in myri10ge_lro_rx()
198 if (trim < 0) { in myri10ge_lro_rx()
202 m_head->b_wptr -= trim; in myri10ge_lro_rx()
203 tot_len -= trim; in myri10ge_lro_rx()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dabi_index.pl115 $pathname = trim($pathname);
116 $link = trim($link);
295 $vers = trim($_);
408 sub trim subroutine
H A DAppcertUtil.pm96 &trim
433 $line = trim($line);
451 $l1 = trim($l1);
452 $l2 = trim($l2);
642 $val = trim($val);
688 sub trim subroutine
1119 ($n, $tag, $val) = split(/\s+/, trim($line));
1440 $dump = trim($line);
1861 $desc = trim($desc);
1906 $bind = trim($bind);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl16 set sql [string trim [read $fd [file size $sqlfile]]]
28 regsub -all \n [string trim $sql] <br> sql
112 set txt [string trim $txt]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.awk219 title = trim(title) # discard leading and trailing space
601 arg = trim(substr(s,n,k - n))
615 arg = trim(substr(s,n,k - n))
964 function trim(s) function

1234