Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c95 off_t xoff, xoff_end; in javaexec() local
118 xoff = sizeof (lochdr) + LOCNAM(lochdr); in javaexec()
119 xoff_end = xoff + LOCEXT(lochdr); in javaexec()
121 while (xoff < xoff_end) { in javaexec()
125 xoff, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0) in javaexec()
131 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); in javaexec()
134 if (xoff >= xoff_end) in javaexec()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h54 #define ELF_R_TYPE_INFO(xoff, type) ELF64_R_TYPE_INFO(xoff, type) argument
80 #define ELF_R_TYPE_INFO(xoff, type) (type) argument
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c304 int i, newoff, xoff = 0; in getdir() local
437 if (xoff + left > MAXFIDSIZE) in getdir()
438 left = MAXFIDSIZE - xoff; in getdir()
439 bcopy((char *)dir_fidp + newoff, (char *)fidbuf + xoff, left); in getdir()
440 xoff += left; in getdir()
445 if (xoff < sizeof (fidp->fid_tag) || in getdir()
446 xoff < sizeof (fidp->fid_tag) + SWAP16(fidp->fid_tag.tag_crc_len)) { in getdir()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1655 off_t xoff, xoff_end; in zipfile() local
1660 xoff = LOCHDRSIZ + LOCNAM(fbuf); in zipfile()
1661 xoff_end = xoff + LOCEXT(fbuf); in zipfile()
1663 while (xoff < xoff_end) { in zipfile()
1666 if (pread(fd, xfhdr, XFHSIZ, xoff) != XFHSIZ) in zipfile()
1673 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); in zipfile()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c176 long xoff; /* xbuf offset */ \
294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz) in getdata()
303 mp->xoff = 0; in getdata()
308 mp->xoff = n; in getdata()
309 if (off + siz > mp->xoff + mp->xbsz) in getdata()
312 return mp->xbuf + off - mp->xoff; in getdata()
1623 mp->xoff = 0; in type()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps85 xon_xoff xon xo bool Terminal uses xon/xoff handshaking
86 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required
288 enter_xon_mode smxon SX str Turn on xon/xoff handshaking
289 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking
293 xoff_character xoffc XF str xoff character
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps87 xon_xoff xon xo bool Terminal uses xon/xoff handshaking
88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required
290 enter_xon_mode smxon SX str Turn on xon/xoff handshaking
291 exit_xon_mode rmxon RX str Turn off xon/xoff handshaking
295 xoff_character xoffc XF str xoff character
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps61 xon_xoff, "xon" "xo" Terminal uses xon/xoff handshaking
62 needs_xon_xoff, "nxon" "nx" Padding won't work, xon/xoff required
283 enter_xon_mode, "smxon" "SX" Turn on xon/xoff handshaking
284 exit_xon_mode, "rmxon" "RX" Turn off xon/xoff handshaking
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src455 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
570 # shouldn't hurt since xon/xoff is assumed.
1871 # recommended that xon/xoff be enabled, as this is assumed here.
5610 # exact padding. Since the terminal uses xoff/xon this is intended
8003 # The xon-xoff handshaking can't be disabled while in ansi personality, so
10894 # clear eol use xon/xoff so they probably won't work very well.
10906 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
12839 #ctrl-N Disable xon/xoff to host
12840 #ctrl-O Enable xon/xoff to host
13531 # since Sytek insists ^S means xoff.
[all …]
H A Dterminfo.src475 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
599 # shouldn't hurt since xon/xoff is assumed.
2125 # recommended that xon/xoff be enabled, as this is assumed here.
6344 # exact padding. Since the terminal uses xoff/xon this is intended
8950 # The xon-xoff handshaking can't be disabled while in ansi personality, so
12305 # clear eol use xon/xoff so they probably won't work very well.
12317 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
14495 #ctrl-N Disable xon/xoff to host
14496 #ctrl-O Enable xon/xoff to host
15221 # since Sytek insists ^S means xoff.
[all …]