Home
last modified time | relevance | path

Searched refs:imode (Results 1 – 23 of 23) sorted by relevance

/onnv-gate/usr/src/lib/libgen/common/
H A Dpathfind.c109 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 Dstermio.h66 unsigned short imode; member
/onnv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c993 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 Dnewscreen.c282 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 Dwrefresh.c871 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 Dcurshdr.h126 unsigned imode : 1; /* Terminal has insert mode */ member
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h26 int fd, int imode, int perm,
171 const char *mode, int fd, int imode,
H A Dperlio.c286 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 Dperlio.h228 int fd, int imode, int perm, PerlIO *old,
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.xs205 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 Dldc.h178 int ldc_set_cb_mode(ldc_handle_t handle, ldc_cb_mode_t imode);
/onnv-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c361 termios->c_iflag = stermio->imode;
399 stermio->imode = termios->c_iflag;
H A Dstty.c188 m = stio.imode; in prmodes()
/onnv-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c385 termios->c_iflag = stermio->imode;
447 stermio->imode = termios->c_iflag;
H A Dstty.c240 m = stio.imode; in prmodes()
/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1683 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 Dstdsoap2.cpp3378 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 Dscalar.xs211 const char *mode, int fd, int imode, int perm, in PerlIOScalar_open() argument
/onnv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c2070 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 Dperlapio.pod65 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 Dperliol.pod150 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 Dperltoc.pod4936 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 Dusb.ids12344 4a32 L6-imode Phone