Searched defs:mode (Results 276 - 288 of 288) sorted by relevance

<<1112

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c531 acquire_file_lock(int *fd, char *fname, mode_t mode) { argument
535 if ((mode == O_RDWR) || (mode == O_WRONLY)) {
566 *fd = open_nointr(fname, mode|O_NONBLOCK);
587 * Open the keystore description file in the specified mode.
592 open_and_lock_keystore_desc(mode_t mode, boolean_t do_create_keystore, argument
599 /* open the keystore description file in requested mode */
601 fd = open_nointr(fname, mode|O_NONBLOCK);
607 fd = open_nointr(fname, mode|O_NONBLOCK);
621 if (acquire_file_lock(&fd, fname, mode) !
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c535 int sh_eval(register Sfio_t *iop, int mode) argument
549 if (mode & SH_TOPFUN)
551 mode ^= SH_TOPFUN;
559 if(mode&SH_READEVAL)
565 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL);
566 if(!(mode&SH_FUNEVAL) || !sfreserve(iop,0,0))
568 if(!(mode&SH_READEVAL))
571 mode &= ~SH_FUNEVAL;
573 mode
680 unset_instance(Namval_t *nq, Namval_t *node, struct Namref *nr,long mode) argument
1355 long mode; local
3350 long mode; local
3544 sigreset(Shell_t *shp,int mode) argument
[all...]
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1052 s10_adjust_ace_mask(void *pair, size_t access_off, size_t pairsize, mode_t mode) argument
1059 if (mode & S_IROTH)
1063 if (mode & S_IWOTH)
1067 if (mode & S_IXOTH)
1202 * The mode shift, mode mask and option mask for acctctl have changed. The
1203 * mode is currently the top full byte and the option is the lower 3 full bytes.
1208 int mode = S10_AC_MODE(cmd); local
1211 switch (mode) {
1213 mode
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c297 locking_cb(int mode, int type, char *file, int line) argument
299 if (mode & CRYPTO_LOCK) {
4888 test_for_file(char *filename, mode_t mode) argument
4896 fd = open(filename, O_WRONLY|O_CREAT|O_EXCL, mode);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c4064 wl_ps_mode_t mode; local
4073 (void) memcpy(&mode, buf, sizeof (mode));
4074 switch (mode.wl_ps_mode) {
4837 link_tagmode_t mode; local
4841 perm_flags, &mode, sizeof (mode));
4845 switch (mode) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c57 /* True when the debug mode is turned on, and false
88 * ignored when booting a bitmapped console capable BE in graphics mode.
373 /* Switch to graphics mode if requested. */
831 grub_printf (" Debug mode is turned off\n");
836 grub_printf (" Debug mode is turned on\n");
848 "Turn on/off the debug mode."
1237 * This call does not explicitly initialize graphics mode, but rather
1238 * simply sets the terminal type unless we're in command line mode and
1239 * call this function while in terminal mode.
1254 "Load FILE as the background image when in graphics mode
5630 struct vbe_mode mode; local
5938 struct vbe_mode mode; local
6061 struct vbe_mode mode; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1017 /* Backward compatibility mode: */
1691 C< our(%x); > executing in list mode rather than void mode */
1919 C< our(%x); > executing in list mode rather than void mode */
5721 I32 mode; local
5724 mode = mode_from_discipline(*svp);
5725 if (mode & O_BINARY)
5727 else if (mode & O_TEXT)
5733 mode
5748 char *mode; local
[all...]
H A Dperlio.c108 perlsio_binmode(FILE *fp, int iotype, int mode) argument
116 if (mode & O_BINARY)
126 if (PerlLIO_setmode(fp, mode) != -1) {
128 if (PerlLIO_setmode(fileno(fp), mode) != -1) {
132 * The translation mode of the stream is maintained independent of
133 * the translation mode of the fd in the Borland RTL (heavy
135 * the mode explicitly for the stream (though they don't document
139 if (mode & O_BINARY)
152 if (my_binmode(fp, iotype, mode) != FALSE)
167 PerlIO_intmode2str(int rawmode, char *mode, in argument
213 PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode, const char *names) argument
235 PerlIO_binmode(pTHX_ PerlIO *fp, int iotype, int mode, const char *names) argument
285 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
396 PerlIO_importFILE(FILE *stdio, const char *mode) argument
1031 PerlIOPop_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
1145 PerlIO_push(pTHX_ PerlIO *f, PerlIO_funcs *tab, const char *mode, SV *arg) argument
1203 PerlIORaw_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
1241 PerlIO_apply_layera(pTHX_ PerlIO *f, const char *mode, PerlIO_list_t *layers, IV n, IV max) argument
1259 PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode, const char *names) argument
1280 PerlIO_binmode(pTHX_ PerlIO *f, int iotype, int mode, const char *names) argument
1367 PerlIO_context_layers(pTHX_ const char *mode) argument
1418 PerlIO_resolve_layers(pTHX_ const char *layers, const char *mode, int narg, SV **args) argument
1476 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
1799 PerlIOUtf8_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
1870 PerlIORaw_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
1956 PerlIOBase_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
2281 PerlIOUnix_oflags(const char *mode) argument
2364 PerlIOUnix_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
2406 PerlIOUnix_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
2613 PerlIOStdio_mode(const char *mode, char *tmode) argument
2629 PerlIOStdio_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
2658 PerlIO_importFILE(FILE *stdio, const char *mode) argument
2696 PerlIOStdio_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
2800 char mode[8]; local
3315 PerlIO_exportFILE(PerlIO * f, const char *mode) argument
3387 PerlIOBuf_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
3404 PerlIOBuf_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
3944 PerlIOPending_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
4023 PerlIOCrlf_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) argument
4717 PerlIO_fdopen(int fd, const char *mode) argument
4725 PerlIO_open(const char *path, const char *mode) argument
4734 PerlIO_reopen(const char *path, const char *mode, PerlIO *f) argument
[all...]
H A Dutil.c1804 Perl_my_popen_list(pTHX_ char *mode, int n, SV **args) argument
1815 This = (*mode == 'w');
1853 if (p[THIS] != (*mode == 'r')) {
1854 PerlLIO_dup2(p[THIS], *mode == 'r');
1856 if (p[THAT] != (*mode == 'r')) /* if dup2() didn't close it */
1928 return PerlIO_fdopen(p[This], mode);
1938 Perl_my_popen(pTHX_ char *cmd, char *mode) argument
1951 return my_syspopen(aTHX_ cmd,mode);
1954 This = (*mode == 'w');
1991 if (p[THIS] != (*mode
2086 Perl_my_popen(pTHX_ char *cmd, char *mode) argument
2099 Perl_my_popen(pTHX_ char *cmd, char *mode) argument
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2738 /* mode */
2749 mode; /* current inflate mode */ member in struct:internal_state
2751 /* mode dependent information */
2761 /* mode independent information */
2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
2868 while (1) switch (z->state->mode)
2874 z->state->mode = BAD;
2881 z->state->mode = BAD;
2886 z->state->mode
3062 mode; /* current inflate_block mode */ member in struct:inflate_blocks_state
4097 mode; /* current inflate_codes mode */ member in struct:inflate_codes_state
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h465 /* to test for executable access mode of a file */
489 #define SF_MMAP 00000001 /* in memory mapping mode */
497 #define SF_WIDE 00000400 /* in wide mode - stdio only */
520 /* bits for the mode field, SF_INIT defined in sfio_t.h */
669 int mode; /* type of pool */ member in struct:_sfpool_s
881 #define SFKILL(f) ((f)->mode = (SF_AVAIL|SF_LOCK) )
882 #define SFKILLED(f) (((f)->mode&(SF_AVAIL|SF_LOCK)) == (SF_AVAIL|SF_LOCK) )
890 #define SETLOCAL(f) ((f)->mode |= SF_LOCAL)
891 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h654 db_lockmode_t mode; /* Requested mode. */ member in struct:__db_lockreq
738 int st_mode; /* Log file mode. */
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h776 grub_efi_int32_t mode; member in struct:grub_efi_simple_text_output_mode
1189 volatile grub_efi_simple_text_output_mode_t *mode; member in struct:grub_efi_simple_text_output_interface
1240 volatile struct grub_efi_pxe_mode *mode; member in struct:grub_efi_pxe
1414 volatile struct grub_efi_simple_network_mode *mode; member in struct:grub_efi_simple_network

Completed in 118 milliseconds

<<1112