| /onnv-gate/usr/src/lib/libgen/common/ |
| H A D | pathfind.c | 109 mode_t imode; in pathfind() local 113 imode = 0; nzflag = 0; in pathfind() 119 imode |= RFLAG; in pathfind() 122 imode |= WFLAG; in pathfind() 125 imode |= XFLAG; in pathfind() 128 imode |= BFLAG; in pathfind() 131 imode |= CFLAG; in pathfind() 134 imode |= DFLAG; in pathfind() 137 imode |= FFLAG; in pathfind() 140 imode |= PFLAG; in pathfind() [all …]
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | stermio.h | 66 unsigned short imode; member
|
| /onnv-gate/usr/src/uts/common/fs/udfs/ |
| H A D | udf_alloc.c | 993 uint32_t imode, ichar, lbsize, ea_len, dummy; in ud_ialloc() local 1064 imode = MAKEIMODE(vap->va_type, vap->va_mode); in ud_ialloc() 1065 ichar = imode & (VSUID | VSGID | VSVTX); in ud_ialloc() 1066 imode = UD_UPERM2DPERM(imode); in ud_ialloc() 1073 imode |= IATTR; in ud_ialloc() 1082 imode |= (pip->i_perm & (IWRITE | IWRITE >> 5 | IWRITE >> 10)) << 3; in ud_ialloc() 1084 fe->fe_perms = SWAP_32(imode); in ud_ialloc()
|
| /onnv-gate/usr/src/lib/libcurses/screen/ |
| H A D | newscreen.c | 282 if (((SP->imode = (enter_insert_mode && exit_insert_mode)) != 0) && in newscreen() 289 SP->ichok = (SP->imode || insert_character || parm_ich); in newscreen()
|
| H A D | wrefresh.c | 871 if (SP->imode) { in _useidch() 893 if (SP->imode) { in _useidch() 1076 if (SP->imode && !SP->phys_irm) in _rmargin() 1085 if (parm_ich && !SP->imode) in _rmargin()
|
| H A D | curshdr.h | 126 unsigned imode : 1; /* Terminal has insert mode */ member
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | perliol.h | 26 int fd, int imode, int perm, 171 const char *mode, int fd, int imode,
|
| H A D | perlio.c | 286 int imode, int perm, PerlIO *old, int narg, SV **args) argument 297 fd = PerlLIO_open3(name, imode, perm); 1477 int imode, int perm, PerlIO *f, int narg, SV **args) argument 1532 tab->name, layers, mode, fd, imode, perm, 1535 f = (*tab->Open) (aTHX_ tab, layera, n, mode, fd, imode, perm, 1871 IV n, const char *mode, int fd, int imode, int perm, argument 1876 return (*tab->Open) (aTHX_ tab, layers, n - 1, mode, fd, imode, perm, 2343 PerlIOUnix_setfd(pTHX_ PerlIO *f, int fd, int imode) argument 2359 s->oflags = imode; 2407 IV n, const char *mode, int fd, int imode, argument [all …]
|
| H A D | perlio.h | 228 int fd, int imode, int perm, PerlIO *old,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/ |
| H A D | via.xs | 205 IV n, const char *mode, int fd, int imode, int perm, in PerlIOVia_open() argument 228 SV *imodesv = sv_2mortal(newSViv(imode)); in PerlIOVia_open() 261 if ((*tab->Open) (aTHX_ tab, layers, m, mode, fd, imode, in PerlIOVia_open()
|
| /onnv-gate/usr/src/uts/sun4v/sys/ |
| H A D | ldc.h | 178 int ldc_set_cb_mode(ldc_handle_t handle, ldc_cb_mode_t imode);
|
| /onnv-gate/usr/src/ucbcmd/stty/ |
| H A D | sttyparse.c | 361 termios->c_iflag = stermio->imode; 399 stermio->imode = termios->c_iflag;
|
| H A D | stty.c | 188 m = stio.imode; in prmodes()
|
| /onnv-gate/usr/src/cmd/ttymon/ |
| H A D | sttyparse.c | 385 termios->c_iflag = stermio->imode; 447 stermio->imode = termios->c_iflag;
|
| H A D | stty.c | 240 m = stio.imode; in prmodes()
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.h | 1683 soap_mode imode; member 1987 #define soap_imode(soap, n) ((soap)->mode = (soap)->imode = (n)) 1988 #define soap_set_imode(soap, n) ((soap)->imode |= (n)) 1989 #define soap_clr_imode(soap, n) ((soap)->imode &= ~(n)) 1993 #define soap_set_mode(soap, n) ((soap)->imode |= (n), (soap)->omode |= (n)) 1994 #define soap_clr_mode(soap, n) ((soap)->imode &= ~(n), (soap)->omode &= ~(n))
|
| H A D | stdsoap2.cpp | 3378 soap->imode |= SOAP_ENC_SSL; in soap_ssl_accept() 3915 soap->imode &= ~SOAP_ENC_SSL; in tcp_connect() 3960 om = soap->imode; in tcp_connect() 3961 soap->imode &= ~SOAP_ENC; /* mask IO and ENC */ in tcp_connect() 3971 soap->imode = om; /* restore */ in tcp_connect() 4004 soap->imode |= SOAP_ENC_SSL; in tcp_connect() 4525 …if (((soap->imode | soap->omode) & SOAP_IO_KEEPALIVE) && setsockopt(soap->master, SOL_SOCKET, SO_K… in soap_bind() 4621 if (soap->imode & SOAP_ENC_SSL) in soap_poll() 4739 …if (((soap->imode | soap->omode) & SOAP_IO_KEEPALIVE) && setsockopt(soap->socket, SOL_SOCKET, SO_K… in soap_accept() 4766 soap->keep_alive = (((soap->imode | soap->omode) & SOAP_IO_KEEPALIVE) != 0); in soap_accept() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/ |
| H A D | scalar.xs | 211 const char *mode, int fd, int imode, int perm, in PerlIOScalar_open() argument
|
| /onnv-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_dir.c | 2070 int imode; /* mode and format as in inode */ in ufs_dirmakeinode() local 2091 imode = vap->va_mode; in ufs_dirmakeinode() 2093 imode = MAKEIMODE(type, vap->va_mode); in ufs_dirmakeinode() 2095 err = ufs_ialloc(tdp, ipref, imode, &ip, cr); in ufs_dirmakeinode() 2113 ip->i_mode = (o_mode_t)imode; in ufs_dirmakeinode()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlapio.pod | 65 int PerlIO_binmode(PerlIO *f, int ptype, int imode, const char *layers); 466 =item PerlIO_binmode(f,ptype,imode,layers) 481 B<imode> is C<O_BINARY> or C<O_TEXT>.
|
| H A D | perliol.pod | 150 int fd, int imode, int perm, 491 int fd, int imode, int perm, 508 C<sysopen> and that I<imode> and I<perm> should be passed to
|
| H A D | perltoc.pod | 4936 PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers), 17977 $obj->SYSOPEN($path,$imode,$perm,[,$fh]), $obj->FILENO($fh),
|
| /onnv-gate/usr/src/cmd/hwdata/ |
| H A D | usb.ids | 12344 4a32 L6-imode Phone
|