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

<<1112

/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc229 lock_container(lock_mode_t mode, fru_nodehdl_t handle) argument
250 switch (mode) {
1424 int mode)
1480 if ((mode == UPDATE_MODE) && (abs_path_flg != 1)) {
1412 get_payload(fru_nodehdl_t container, const char *seg_name, int instance, const char *field_path, PathDef **pathDef, Ancestor **ancestors, Ancestor **correct, int *tagInstance, int *instLeft, uint8_t **payload, size_t *payloadLen, int mode) argument
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c1239 mode_t mode; local
1244 mode = statbuf.st_mode & S_IFMT;
1245 mode |= (mode_t)(arg->lcsa_attributes.l_mode & ~S_IFMT);
1246 if ((error = FUSE_OP_CHMOD(fuse_fs, path, mode)) != 0)
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c562 "INQUIRY mode page policy data invalid\n");
2090 * Format and send a request to obtain the mode pages from the the scsi target
2136 /* Send mode sense command to get supported pages and subpages */
2216 * mode: The mode used when creating the directory.
2221 do_mkdir(const char *path, mode_t mode) argument
2228 if (mkdir(path, mode) != 0)
2243 check_path(char *path, mode_t mode) argument
2254 status = do_mkdir(path, mode);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
304 int mode; /* needed for locking code */ member in struct:_krb5_fcc_data
1232 * If we are opening in NOUNLINK mode, we have to check that the
1344 krb5_fcc_open_file (krb5_context context, krb5_ccache id, int mode) argument
1368 switch(mode) {
1389 * If we are opening in NOUNLINK mode, check whether we are opening a
1393 if (mode == FCC_OPEN_AND_ERASE_NOUNLINK) {
1407 data->mode = mode;
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
619 krb5_db_open(krb5_context kcontext, char **db_args, int mode) argument
638 status = v->init_module(kcontext, section, db_args, mode);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
1514 krb5_ldap_lock(krb5_context kcontext, int mode) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c205 grub_uint16_t mode; member in struct:grub_ext2_inode
735 if ((grub_le_to_cpu16 (fdiro->inode.mode)
738 else if ((grub_le_to_cpu16 (fdiro->inode.mode)
741 else if ((grub_le_to_cpu16 (fdiro->inode.mode)
H A Dhfsplus.c152 grub_uint16_t mode; member in struct:grub_hfsplus_catfile
768 int mode = (grub_be_to_cpu16 (fileinfo->mode)
771 if (mode == GRUB_HFSPLUS_FILEMODE_REG)
773 else if (mode == GRUB_HFSPLUS_FILEMODE_SYMLINK)
766 int mode = (grub_be_to_cpu16 (fileinfo->mode) local
H A Dreiserfs.c137 grub_uint16_t mode; member in struct:grub_reiserfs_stat_item_v1
151 grub_uint16_t mode; member in struct:grub_reiserfs_stat_item_v2
850 grub_le_to_cpu16 (entry_v1_stat.mode),
862 entry_v1_stat.mode,
874 if ((grub_le_to_cpu16 (entry_v1_stat.mode) & S_IFLNK)
893 grub_le_to_cpu16 (entry_v2_stat.mode),
907 entry_v2_stat.mode,
921 if ((grub_le_to_cpu16 (entry_v2_stat.mode) & S_IFLNK)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c884 gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, va_list ap)
891 gcry_assert ((mode == GCRY_AC_IO_READABLE) || (mode == GCRY_AC_IO_WRITABLE));
894 ac_io->mode = mode;
897 switch (mode)
935 gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, ...)
940 _gcry_ac_io_init_va (ac_io, mode, type, ap);
952 gcry_assert (ac_io->mode == GCRY_AC_IO_WRITABLE);
1012 gcry_assert (ac_io->mode
880 _gcry_ac_io_init_va(gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, va_list ap) argument
931 _gcry_ac_io_init(gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, ...) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c168 "\t-x led[=[fault|power|active|attn],mode=[on|off|blink]] ap_id [ap_id...]",
211 /* n */ "mode",
884 char *led, *mode; local
921 /* set mode */
960 mode = PCIEHPC_PROP_VALUE_ON;
962 mode = PCIEHPC_PROP_VALUE_OFF;
964 mode = PCIEHPC_PROP_VALUE_BLINK;
970 led, mode);
975 /* print mode */
976 DBG(1, ("Print mode\
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c52 ** mode -- the delivery mode to use. If SM_DEFAULT, use
61 ** If we are running in a non-interactive mode, takes the
66 sendall(e, mode)
68 int mode;
100 ** the message at all if we are in SMTP mode. Local errors
112 /* determine actual delivery mode */
113 if (mode == SM_DEFAULT)
115 mode = e->e_sendmode;
116 if (mode !
5107 volatile int mode; local
[all...]
H A Dsrvrsmtp.c256 #define CMDVERB 17 /* verb -- go into verbose mode */
263 #define CMDDBGDEBUG 25 /* debug -- set debug mode */
3211 case CMDVERB: /* set verbose mode */
3224 message("250 2.0.0 Verbose mode");
3234 case CMDDBGDEBUG: /* set debug mode */
3242 case CMDDBGDEBUG: /* set debug mode */
3746 int mode; local
3749 mode = SM_DEFAULT;
3755 mode = SM_QUEUE;
3760 mode
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c142 * to the normal lance driver is the use of the 32bit mode of PCnet32
216 u16 mode; member in struct:pcnet32_init_block
446 /* switch pcnet32 to 32bit mode */
509 lp->init_block.mode =
643 * Switch back to 16-bit mode to avoid problesm with dumb
755 * mode. The 79C978 can also go into standard ethernet, and there
757 * mode by which the card should operate
759 /* switch to home wiring mode */
877 lp->init_block.mode = le16_to_cpu(0x0003); /* Disable Rx and Tx. */
887 /* switch pcnet32 to 32bit mode */
[all...]
H A Dtlan.c1650 u16 mode; local
1683 mode = an_adv & an_lpa & 0x03E0;
1684 if (mode & 0x0100) {
1687 } else if (!(mode & 0x0080) && (mode & 0x0040)) {
1692 if ((!(mode & 0x0180))
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c286 #define S_ISREG(mode) (((mode) & 0170000) == 0100000)
287 #define S_ISDIR(mode) (((mode) & 0170000) == 0040000)
288 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000)
1005 int mode; local
1026 mode = ((struct stat_data *) INFO->current_item)->sd_mode;
1029 if (S_ISLNK (mode))
1094 if (! S_ISREG (mode))
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c2649 /* switch to eval mode */
2917 S_doopen_pm(pTHX_ const char *name, const char *mode) argument
2929 fp = PerlIO_open(name, mode);
2935 fp = PerlIO_open(pmc, mode);
2938 fp = PerlIO_open(name, mode);
2944 fp = PerlIO_open(name, mode);
2948 return PerlIO_open(name, mode);
3294 /* switch to eval mode */
3351 /* switch to eval mode */
H A Dpp_sys.c233 S_emulate_eaccess(pTHX_ const char* path, Mode_t mode) argument
268 res = access(path, mode);
301 S_emulate_eaccess(pTHX_ const char* path, Mode_t mode) argument
316 char *mode = "r"; local
320 mode = "rb";
322 mode = "rt";
323 fp = PerlProc_popen(tmps, mode);
330 PerlIO_apply_layers(aTHX_ fp,mode,type);
1512 int mode, perm; local
1518 mode
3739 int mode; local
[all...]
H A Ddoio.c95 char mode[8]; /* stdio file mode ("r\0", "rb\0", "r+b\0" etc.) */ local
98 Zero(mode,sizeof(mode),char);
148 /* sysopen style args, i.e. integer mode and permissions */
188 mode[ix++] = IoTYPE_NUMERIC; /* Marker to openn to use numeric "sysopen" */
194 IoTYPE(io) = PerlIO_intmode2str(rawmode, &mode[ix], &writing);
200 fp = PerlIO_openn(aTHX_ type, mode, -1, rawmode, rawperm, NULL, num_svs, svp);
221 /* New style explicit name, type is just mode and layer info */
246 mode[
1139 int mode = O_BINARY; local
1192 Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int mode) argument
1824 Perl_cando(pTHX_ Mode_t mode, Uid_t effective, register Stat_t *statbufp) argument
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c112 fprintf( stderr, gettext(" -v\t\trun in verbose mode (diagnostics to standard output)\n") );
427 case 'v': /* verbose mode */
2479 ldaptool_open_file(const char *filename, const char *mode) argument
2482 return fopen64(filename, mode);
2484 return fopen(filename, mode);
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c2346 int mode; local
2841 mode = 0;
3115 mode |= OPT_hidden;
3289 if (m = (a & ~m) | mode)
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h209 /* these bits share the "mode" field with the public bits */
215 #define VMETHOD(vd) ((vd)->mode&VM_METHODS)
218 #define SETINUSE(vd,iu) (((iu) = (vd)->mode&VM_INUSE), ((vd)->mode |= VM_INUSE) )
219 #define CLRINUSE(vd,iu) ((iu) ? 0 : ((vd)->mode &= ~VM_INUSE) )
220 #define SETLOCAL(vd) ((vd)->mode |= VM_LOCAL)
221 #define GETLOCAL(vd,l) (((l) = (vd)->mode&VM_LOCAL), ((vd)->mode &= ~VM_LOCAL) )
222 #define ISLOCK(vd,l) ((l) ? 0 : ((vd)->mode & VM_LOCK) )
223 #define SETLOCK(vd,l) ((l) ? 0 : ((vd)->mode |
341 { int mode; /* current mode for region */ member in struct:_vmdata_s
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c820 mode_t mode; local
825 mode = va_arg(ap, mode_t);
827 PERFORM(__openat(fd, path, oflag, mode))
833 mode_t mode; local
838 mode = va_arg(ap, mode_t);
840 PERFORM(__open(path, oflag, mode))
844 creat(const char *path, mode_t mode) argument
846 return (open(path, O_WRONLY | O_CREAT | O_TRUNC, mode));
853 mode_t mode; local
858 mode
866 mode_t mode; local
877 creat64(const char *path, mode_t mode) argument
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c332 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) argument
378 fd = open64(realpath, flags - FREAD, mode);
404 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, argument
414 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3);
957 kernel_init(int mode) argument
974 (mode & FWRITE) ? gethostid() : 0);
985 spa_init(mode);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1321 soft_object_t *new_object, CK_ULONG mode, CK_KEY_TYPE key_type)
1516 if (mode == SOFT_CREATE_OBJ) {
1580 if ((mode == SOFT_CREATE_OBJ) && (keytype == (CK_KEY_TYPE)~0UL)) {
1585 if (mode == SOFT_GEN_KEY) {
1607 if (mode == SOFT_CREATE_OBJ) {
1655 /* mode is SOFT_GEN_KEY */
1696 if (mode == SOFT_CREATE_OBJ) {
1731 if (mode == SOFT_CREATE_OBJ) {
1765 if (mode == SOFT_CREATE_OBJ) {
1800 if (mode
1320 soft_build_public_key_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, soft_object_t *new_object, CK_ULONG mode, CK_KEY_TYPE key_type) argument
1889 soft_build_private_key_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, soft_object_t *new_object, CK_ULONG mode, CK_KEY_TYPE key_type) argument
2566 soft_build_secret_key_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, soft_object_t *new_object, CK_ULONG mode, CK_ULONG key_len, CK_KEY_TYPE key_type) argument
3715 soft_build_key(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, soft_object_t *new_object, CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG key_len, CK_ULONG mode) argument
[all...]

Completed in 148 milliseconds

<<1112