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

1234567891011>>

/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c169 /* Get into char-at-a-time mode. */
469 /* Get VBE mode information. */
471 get_vbe_mode_info (int mode_number, struct vbe_mode *mode) argument
477 /* Set VBE mode. */
1137 /* Raw mode. */
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h63 typedef int int8_t __attribute__((mode(QI)));
64 typedef unsigned int u_int8_t __attribute__((mode(QI)));
65 typedef int int16_t __attribute__((mode(HI)));
66 typedef unsigned int u_int16_t __attribute__((mode(HI)));
67 typedef int int32_t __attribute__((mode(SI)));
68 typedef unsigned int u_int32_t __attribute__((mode(SI)));
172 iso_32bit_t mode; member in struct:rock_ridge::__anon314::PX
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h253 int mode; /* Region mode, if a file. */ member in struct:__db_reginfo
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c953 char mode[20] = "w+b"; local
955 char mode[20] = "w"; local
1031 } else if (( tmpfp = ldaptool_open_file( tmpfname, mode)) == NULL ) {
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c2062 adt_is_selected(au_event_t e, au_mask_t *m, int status, int mode) argument
2065 status == ADT_SUCCESS ? AU_PRS_SUCCESS : AU_PRS_FAILURE, mode));
2081 int mode; local
2091 mode = (sp->as_session_model == ADT_SESSION_MODEL) ?
2104 return (adt_is_selected(actual_id, &namask, status, mode));
2107 mode)) == 2) {
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c345 aio_result_t *resultp, int mode)
385 * _aio_do_request() needs the original request code (mode) to be able
389 if (mode == AIOAREAD64 || mode == AIOAWRITE64)
390 umode = mode - AIOAREAD64;
392 umode = mode;
430 reqp->req_op = mode;
870 _aio_create_worker(aio_req_t *reqp, int mode) argument
881 switch (mode) {
902 aio_panic("_aio_create_worker: invalid mode");
344 _aiorw(int fd, caddr_t buf, int bufsz, offset_t offset, int whence, aio_result_t *resultp, int mode) argument
1706 _aio_req_add(aio_req_t *reqp, aio_worker_t **nextworker, int mode) argument
2112 _aio_rw(aiocb_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, int mode, int flg) argument
2233 _aio_rw64(aiocb64_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, int mode, int flg) argument
[all...]
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c447 mq_open(const char *path, int oflag, /* mode_t mode, mq_attr *attr */ ...)
450 mode_t mode = 0; local
477 mode = va_arg(ap, mode_t);
483 mode, &cr_flag)) < 0)
522 mode = mode | (mode & 0444) >> 1 | (mode & 0222) << 1;
524 (O_RDWR|O_CREAT|O_EXCL), mode, &err)) < 0)
530 if (fchmod(fd, mode) <
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c617 int mode,
615 sqliteRbtreeOpen( const char *zFilename, int mode, int nPg, Btree **ppBtree ) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1030 uint_t mode)
1262 if (mode == KERNEL_CREATE_OBJ) {
1290 if (mode == KERNEL_CREATE_OBJ) {
1349 if (mode == KERNEL_GEN_KEY) {
1407 uint_t mode)
1786 if (mode == KERNEL_CREATE_OBJ && isValueBits) {
1801 if (mode == KERNEL_CREATE_OBJ) {
1829 if (mode == KERNEL_GEN_KEY) {
1892 int mode)
2151 if (mode
1028 kernel_build_public_key_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, kernel_object_t *new_object, kernel_session_t *sp, uint_t mode) argument
1405 kernel_build_private_key_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, kernel_object_t *new_object, kernel_session_t *sp, uint_t mode) argument
1890 kernel_build_secret_key_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, kernel_object_t *new_object, kernel_session_t *sp, int mode) argument
2192 kernel_build_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, kernel_object_t *new_object, kernel_session_t *sp, uint_t mode) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c209 * Open the keystore description file in the specified mode.
212 open_and_lock_file(char *filename, int cmd, mode_t mode, argument
217 fd = open_nointr(filename, mode|O_NONBLOCK);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c67 CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG keylen, CK_ULONG mode,
86 keylen, mode);
65 soft_gen_keyobject(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_ULONG *objecthandle_p, soft_session_t *sp, CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG keylen, CK_ULONG mode, boolean_t internal) argument
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c106 #define PICL_PROP_MIRROR_MODE "mirror-mode"
2463 uint16_t sec_status, mode; local
2478 mode = (sec_status >> PCI_CLASS_BRIDGE) &
2480 if (mode) {
2482 if (mode == PCI_MODE_66)
2484 else if (mode == PCI_MODE_100)
2486 else if (mode == PCI_MODE_133)
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c129 static char l_changed; /* set if mode bits changed */
227 * This routine will set the tty in cooked mode.
260 * This routine will set the tty in raw mode.
812 int mode = -1; local
815 mode = 1;
818 mode = 1;
876 rv = sfpkrd(fd,buff,size,delim,-1L,mode);
913 else if(rv>=0 && mode>0)
1018 * routine to perform read from terminal for vi and emacs mode
1019 * <mode> ca
1026 ed_getchar(register Edit_t *ep,int mode) argument
1512 tcsetattr(int fd,int mode,struct termios *tt) argument
1556 keytrap(Edit_t *ep,char *inbuff,register int insize, int bufsize, int mode) argument
[all...]
H A Dvi.c177 #define CONTROL -20 /* control mode */
180 #define INPUT -30 /* input mode */
181 #define INSERT -35 /* insert mode */
347 /*** Set raw mode ***/
508 /* so set raw mode */
635 /*{ APPEND( char, mode )
638 * mode = APPEND, shift chars right before appending
643 static void append(Vi_t *vp,int c, int mode) argument
649 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0))
742 /* return to APPEND/REPLACE mode */
1104 cdelete(Vi_t *vp,register int nchars, int mode) argument
1151 del_line(register Vi_t *vp, int mode) argument
1191 delmotion(Vi_t *vp,int motion, int mode) argument
1364 getline(register Vi_t* vp,register int mode) argument
1866 refresh(register Vi_t* vp, int mode) argument
2212 search(register Vi_t* vp,register int mode) argument
2383 textmod(register Vi_t *vp,register int c, int mode) argument
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c848 static void vpath_set(char *str, int mode) argument
858 mount((mode?newp:""),oldp,FS3D_VIEW,0);
1140 mode_t mode = nv_getn(np,nfp); local
1141 return(fmtperm(mode));
1148 mode_t mode; local
1153 mode = *(Sfdouble_t*)val;
1155 mode = *(double*)val;
1158 mode = strperm(val, &last,0);
1160 errormsg(SH_DICT,ERROR_exit(1),"%s: invalid mode string",val);
1161 nv_putv(np,(char*)&mode,NV_INTEGE
[all...]
H A Dio.c487 int mode = ((struct checkpt*)shp->jmplist)->mode; local
490 ((struct checkpt*)shp->jmplist)->mode = 0;
496 ((struct checkpt*)shp->jmplist)->mode = mode;
599 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
737 mode_t mode; local
741 mode = (flags & O_CREAT) ? va_arg(ap, int) : 0;
816 if((mode=sh_iocheckfd(shp,fd))==IOCLOSE)
819 if(!(mode
1069 io_usename(char *name, int *perm, int mode) argument
1792 sh_ioaccess(int fd,register int mode) argument
2113 int mode = LFLUSHO; local
2114 ioctl(sffileno(sfstderr),TIOCLBIC,&mode); local
2158 pipeexcept(Sfio_t* iop, int mode, void *data, Sfdisc_t* handle) argument
2178 register int mode; local
2378 subexcept(Sfio_t* sp,register int mode, void *data, Sfdisc_t* handle) argument
2578 sh_iogetiop(int fd, int mode) argument
[all...]
H A Dmacro.c154 * If <mode> greater than 1 file expansion is performed if the result
156 * If <mode> negative, than expansion rules for assignment are applied.
158 char *sh_mactrim(Shell_t *shp, char *str, register int mode) argument
165 mp->arith = (mode==3);
168 mp->pattern = (mode==1||mode==2);
171 if(mode<0)
172 mp->assign = -mode;
183 if(mode==2)
187 if((mode
1092 register int dolg=0, mode=0; local
[all...]
H A Dname.c721 long mode, add=0; local
773 mode = (c=='.' || (flags&NV_NOADD))?add:NV_ADD;
775 mode |= HASH_NOSCOPE;
802 if(mode==0)
836 if(np || (np = nv_search(name,root,mode)))
985 mode &= ~HASH_NOSCOPE;
994 n = mode|nv_isarray(np);
995 if(!mode && (flags&NV_ARRAY) && ((c=sp[1])=='*' || c=='@') && sp[2]==']')
1071 else if(c==0 && mode && (n=nv_aindex(np))>0)
1097 n = mode|((flag
1286 long mode = ((flags&NV_NOADD)?0:NV_ADD); local
3447 hashlook(Dt_t *root, const char *name, int mode,int size) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c92 /* The flag indicating if libsldap is in the 'Standalone' mode. */
101 * in the 'ldap_cachemgr' mode. It is stored by thread as
107 * the the 'ldap_cachemgr' mode indicator.
140 * will be switched to the 'ldap_cachemgr' mode. Within the thread libsldap
146 * the 'ldap_cachemgr' mode is thread private.
166 * This function sets the 'ldap_cachemgr' mode indication.
176 * This function unset the 'ldap_cachemgr' mode indication.
185 * This function checks if the 'ldap_cachemgr' mode indication is set.
197 * This function checks if the process runs in the 'Standalone' mode.
198 * In this mode libslda
204 int mode; local
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c1250 * Opens group database with the given mode.
1253 smb_lgrp_db_open(int mode) argument
1258 err = sqlite3_open_v2(SMB_LGRP_DB_NAME, &db, mode, NULL);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1656 db_dictionary::delete_table_aux(char *tab, int mode) argument
1674 if (mode != INMEMORY_ONLY) {
1730 // This mode is used when the table is first created.
1733 // updated. This mode is used when the database gets loaded and the internal
1737 db_dictionary::add_table_aux(char *tab, table_obj* tobj, int mode) argument
1764 if (mode != INMEMORY_ONLY) {
2224 * Set deferred commit mode. To do this, we make a copy of the table
2322 * Unset deferred commit mode and roll back changes; doesn't recover the
2360 * the table has been removed while we were in deferred mode, and
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h65 /* what mode should user files be allowed to have upon creation? */
69 /* what mode should public files have upon creation? */
72 /* what mode should log files have upon creation? */
75 /* what mode should C. files have upon creation? */
78 /* what mode should D. files have upon creation? */
84 /* what mode should public directories have upon creation? */
391 char mode[64]; /* uucico mode */ member in struct:limits
400 static mode_t Dev_mode; /* save device mode here */
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c51 #include <sys/scsi/generic/mode.h>
1342 struct mode_header_g2 *mode; local
1344 mode = (struct mode_header_g2 *)buff;
1346 bdesclen = (int)convnum(mode->desclen, 2);
1423 /* group 1 mode page */
1426 cdb->g1_count0 = 0xff; /* max length for mode page */
1427 cdb->g1_count1 = 0xff; /* max length for mode page */
1446 * Allocate a buffer for the mode sense headers
1447 * and mode sense data itself.
1494 * return the same data to the drive when issuing a mode selec
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c945 dladm_wlan_mode2str(dladm_wlan_mode_t *mode, char *buf) argument
947 return (dladm_wlan_val2str((uint_t)*mode, mode_vals,
1035 dladm_wlan_str2mode(const char *str, dladm_wlan_mode_t *mode) argument
1042 *mode = (dladm_wlan_mode_t)val;
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c1679 cfg_lock(CFGFILE *cfg, CFGLOCK mode) argument
1691 if (mode == CFG_UPGRADE) {
1692 mode = CFG_WRLOCK;
1695 if (mode == CFG_WRLOCK && (cfg->cf[0].cf_flag & CFG_RDONLY)) {
1703 if (mode != CFG_RDLOCK && mode != CFG_WRLOCK)
1707 if (mode == CFG_WRLOCK)
1721 (mode == CFG_RDLOCK))) {
1724 lk.l_type = (mode == CFG_RDLOCK ? F_RDLCK : F_WRLCK);
1745 if (mode
2258 cfg_location(char *location, int mode, char *altroot) argument
[all...]

Completed in 146 milliseconds

1234567891011>>