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

1234567891011>>

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c60 char *mode; member in union:hash_data_s::__anon1610
69 mode_t mode; member in struct:__anon1611
703 char *path, *mode, *cnode; local
725 if (!(mode = strtok(0, " "))) {
739 data = make_svol_data(path, mode, cnode, set - offset);
950 make_svol_data(char *path, char *mode, char *cnode, int set) argument
959 data->u.mode = strdup(mode);
973 free(p->u.mode);
1019 if (!S_ISCHR(statinfo->mode))
[all...]
/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1158 int aflags, int oflags, mode_t mode)
1169 if ((fd = open(name, oflags, mode)) == -1) {
1157 ea_open(ea_file_t *ef, const char *name, const char *creator, int aflags, int oflags, mode_t mode) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c67 #define GRUB_MINIX_INODE_MODE(data) (grub_le_to_cpu16 (data->inode.mode))
124 grub_uint16_t mode; member in struct:grub_minix_inode
140 grub_uint16_t mode; member in struct:grub_minix_inode
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c127 grub_efi_screen_mode_t mode, new_mode; local
132 already in text mode. */
135 if (efi_call_4 (c->get_mode, c, &mode, 0, 0) != GRUB_EFI_SUCCESS)
139 if (mode != new_mode)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c618 * to 'mode'.
621 des_ecb_crypt (struct _des_ctx *ctx, const byte * from, byte * to, int mode) argument
626 keys = mode ? ctx->decrypt_subkeys : ctx->encrypt_subkeys;
733 * according to 'mode'. Sometimes this mode is named 'EDE' mode
738 byte * to, int mode)
743 keys = mode ? ctx->decrypt_subkeys : ctx->encrypt_subkeys;
737 tripledes_ecb_crypt(struct _tripledes_ctx *ctx, const byte * from, byte * to, int mode) argument
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c205 int up, int down, enum update_mode mode)
225 mode = ALL_LINES;
228 if (mode != NO_LINE)
272 else if (i > region_start && mode == ALL_LINES)
285 if (mode == ALL_LINES && i == screen->num_lines)
311 int up, int down, enum update_mode mode)
316 up, down, mode);
325 enum update_mode mode[screen->nterms]; local
331 mode[i] = NO_LINE;
383 mode[
203 update_screen(struct screen *screen, struct per_term_screen *term_screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument
309 update_screen_all(struct screen *screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h113 int mode; member in struct:gcry_cipher_oid_spec
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c112 s10_openat(sysret_t *rval, int fd, const char *path, int oflag, mode_t mode) argument
115 fd, path, oflag, mode));
119 s10_open(sysret_t *rval, char *path, int oflag, mode_t mode) argument
122 AT_FDCWD, path, oflag, mode));
126 s10_creat(sysret_t *rval, char *path, mode_t mode) argument
129 AT_FDCWD, path, O_WRONLY | O_CREAT | O_TRUNC, mode));
135 s10_openat64(sysret_t *rval, int fd, const char *path, int oflag, mode_t mode) argument
138 fd, path, oflag, mode));
142 s10_open64(sysret_t *rval, char *path, int oflag, mode_t mode) argument
145 AT_FDCWD, path, oflag, mode));
149 s10_creat64(sysret_t *rval, char *path, mode_t mode) argument
208 s10_chmod(sysret_t *rval, const char *name, mode_t mode) argument
215 s10_fchmod(sysret_t *rval, int filedes, mode_t mode) argument
471 s10_xmknod(sysret_t *rval, int version, const char *path, mode_t mode, dev_t dev) argument
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h55 int mode; /* region mode bits */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c307 chmod(const char* path, mode_t mode) argument
313 if ((r = syschmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
316 return syschmod(buf, mode);
318 if (!(r = syschmod(path, mode)) &&
319 (mode & (S_IXUSR|S_IXGRP|S_IXOTH)) &&
434 runve(int mode, const char* path, char* const* argv, char* const* envv) argument
463 if (mode == _P_DETACH)
471 mode = _P_NOWAIT;
593 sfprintf(sfstderr, "%s %s [", mode == _P_OVERLAY ? "_execve" : "_spawnve", path);
607 if (mode !
644 spawnve(int mode, const char* path, char* const* argv, char* const* envv) argument
747 int mode; local
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Dvmalloc.h55 int mode; /* region mode bits */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h55 int mode; /* region mode bits */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h55 int mode; /* region mode bits */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h55 int mode; /* region mode bits */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c126 lio_listio(int mode, aiocb_t *_RESTRICT_KYWD const *_RESTRICT_KYWD list, argument
151 switch (mode) {
187 error = (int)_kaio(AIOLIO, mode, list, nent, sigevp);
201 if (mode == LIO_WAIT ||
209 head->lio_mode = mode;
211 if (mode == LIO_NOWAIT && sigevp != NULL) {
285 if (mode == LIO_WAIT && oerrno == ENOTSUP) {
291 (void) _kaio(AIOLIOWAIT, mode, list, nent, sigevp);
1328 lio_listio64(int mode, aiocb64_t *_RESTRICT_KYWD const *_RESTRICT_KYWD list, argument
1353 switch (mode) {
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dndbm.c156 dbm_open(const char *file, int flags, mode_t mode) argument
180 db->dbm_pagf = open64(db->dbm_pagbuf, flags, mode);
192 db->dbm_dirf = open64(db->dbm_pagbuf, flags, mode);
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c65 mode_t fa_mode; /* mode for open() */
568 mode_t mode)
586 fap->fa_mode = mode;
563 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t *file_actions, int filedes, const char *path, int oflag, mode_t mode) argument
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c478 sqlite *sqlite_open(const char *zFilename, int mode, char **pzErrMsg){ argument
H A Dtclsqlite.c1026 int mode; local
1079 mode = 0666;
1080 }else if( Tcl_GetIntFromObj(interp, objv[3], &mode)!=TCL_OK ){
1094 p->db = sqlite_open(zFile, mode, &zErrMsg);
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c522 meta_do_operation(CK_FLAGS optype, int mode, argument
629 if (optype == CKF_ENCRYPT && mode == MODE_SINGLE) {
632 } else if (optype == CKF_ENCRYPT && mode == MODE_UPDATE) {
635 } else if (optype == CKF_ENCRYPT && mode == MODE_FINAL) {
639 } else if (optype == CKF_DECRYPT && mode == MODE_SINGLE) {
642 } else if (optype == CKF_DECRYPT && mode == MODE_UPDATE) {
645 } else if (optype == CKF_DECRYPT && mode == MODE_FINAL) {
649 } else if (optype == CKF_DIGEST && mode == MODE_SINGLE) {
652 } else if (optype == CKF_DIGEST && mode == MODE_UPDATE) {
656 } else if (optype == CKF_DIGEST && mode
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c296 key_object_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
303 if (mode == MODE_CREATE) {
308 return (template_check_required_base_attributes(tmpl, mode));
312 key_object_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
322 if (mode)
377 CK_ATTRIBUTE *attr, CK_ULONG mode)
381 if (mode == MODE_CREATE || mode == MODE_DERIVE ||
382 mode == MODE_KEYGEN || mode
376 key_object_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
402 publ_key_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
407 publ_key_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
496 publ_key_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
519 priv_key_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
524 priv_key_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
726 priv_key_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
798 secret_key_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
804 secret_key_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1020 secret_key_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
1101 rsa_publ_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1131 rsa_publ_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1187 rsa_publ_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
1226 rsa_priv_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1309 rsa_priv_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1360 rsa_priv_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
1524 generic_secret_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1550 generic_secret_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) argument
1600 generic_secret_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h148 int mode; member in struct:evTimer
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c1121 * <mode> can be a number, plus or more of symbolic constants
1124 * not already array and the ARRAY_ADD bit of <mode> is not set.
1129 Namval_t *nv_putsub(Namval_t *np,register char *sp,register long mode) argument
1132 register int size = (mode&ARRAY_MASK);
1161 if(size==0 && !(mode&ARRAY_FILL))
1168 ap->header.nelem |= (mode&(ARRAY_SCAN|ARRAY_NOCHILD|ARRAY_UNDEF|ARRAY_NOSCOPE));
1186 if((mode&ARRAY_SCAN) && (ap->cur--,!nv_nextsub(np)))
1188 if(mode&(ARRAY_FILL|ARRAY_ADD))
1190 if(!(mode&ARRAY_ADD))
1193 if(mode
1384 array_fixed(Namval_t *np, char *sub, char *cp,int mode) argument
1438 nv_endsubscript(Namval_t *np, register char *cp, int mode) argument
1605 nv_associative(register Namval_t *np,const char *sp,int mode) argument
[all...]
H A Dlex.c265 * mode=1 for reinitialization
267 Lex_t *sh_lexopen(Lex_t *lp, Shell_t *sp, int mode) argument
280 if(!mode)
327 register int n, c, mode=ST_BEGIN, wordflags=0; local
350 mode = lp->lexd.lex_state;
370 if(mode!=ST_BEGIN)
381 state = sh_lexstates[mode];
412 if(mode==ST_BEGIN)
414 if(mode >ST_NORM && lp->lexd.level>0)
419 if(mode
2106 sh_endword(Shell_t *shp,int mode) argument
[all...]
H A Dnvdisc.c676 * mode can be one of
682 Namfun_t *nv_disc(register Namval_t *np, register Namfun_t* fp, int mode) argument
687 if(mode==NV_CLONE && !fp)
694 if(mode==NV_CLONE)
699 if(mode==NV_FIRST || mode==0)
702 if(mode==NV_POP)
704 if(mode==NV_LAST && (lp->next==0 || lp->next->disc==0))
715 if(mode==NV_LAST && fp->next==0)
717 if(mode
1033 nv_search(const char *name, Dt_t *root, int mode) argument
[all...]

Completed in 306 milliseconds

1234567891011>>