Searched defs:TRIM (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h66 #define TRIM 0177 /* Mask to strip quote bit */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c53 #define TRIM 0177 macro
343 switch (*pm & (QUOTE|TRIM)) {
429 /* scc = *s++ & TRIM; */
533 scc = *s++ & TRIM;
571 if ((c & TRIM) != scc)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurshdr.h185 #define TRIM 037777777777 /* 0xFFFFFFFF */ macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h199 #define TRIM 017777777777 macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h90 * subsitution. TRIM is a mask to strip off the QUOTE bit.
95 #define TRIM 0x7fffffff macro
99 #define TRIM 0x00ff macro
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c4817 #define TRIM 0x1 macro
4840 * Need to modify bp to have TRIM data instead of UNMAP data.
4858 * TRIM.
4873 * into TRIM format.
4891 * The TRIM command expects the data buffer to be a multiple of
4911 "cannot allocate buffer for TRIM command", NULL);
4930 scmd->satacmd_features_reg = TRIM;
7381 * or block descriptor length is 0. For this case, there is nothing for TRIM

Completed in 83 milliseconds