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

1234567891011>>

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c48 "mode",
154 led_modeid_t mode = LED_MODE_UNK; local
163 mode = LED_MODE_FAULTED;
167 mode = LED_MODE_OFF;
171 mode = LED_MODE_ON;
175 mode = LED_MODE_UNK;
177 cfga_led_msg(msgp, apidp, LED_STR_LOCATOR, mode);
186 led_modeid_t mode = LED_MODE_UNK; local
195 mode = LED_MODE_ON;
199 mode
213 opl_setlocator( const char *mode, apid_t *apidp, char **errstring, struct cfga_msg *msgp) argument
266 opl_setled( const char *mode, apid_t *apidp, char **errstring, struct cfga_msg *msgp) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S43 in real mode. */
68 mode: label
191 /* set the mode to non-zero */
252 /* set the mode to zero */
416 * Use BIOS "int 10H Function 0Eh" to write character in teletype mode
/osnet-11/usr/src/cmd/sendmail/aux/
H A Deditmap.c94 int mode; local
277 mode = O_RDONLY;
282 mode = O_RDWR | O_CREAT;
289 errno = smdb_open_database(&database, mapname, mode, smode, sff,
H A Dmakemap.c95 int mode; local
305 mode = O_RDONLY;
310 mode = O_RDWR;
313 mode |= O_CREAT|O_TRUNC;
321 errno = smdb_open_database(&database, mapname, mode, smode, sff,
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock.c117 list[i].obj, list[i].mode, &lp);
159 list[i].mode = lp->mode;
451 * Check that lock mode is valid.
456 "lock_get: invalid lock mode %lu\n", (u_long)lock_mode);
472 newl->mode = lock_mode;
513 if (lp->mode == lock_mode &&
529 } else if (CONFLICTS(lt, lp->mode, lock_mode))
552 if (CONFLICTS(lt, lp->mode, lock_mode) &&
655 * upgrade the mode
713 const char *mode, *status; local
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h42 enum optmode mode; /* Scan / Undelete / Copy */ member in struct:options
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.c77 sdbm_open(register char *file, register int flags, register int mode) argument
100 db = sdbm_prep(dirname, pagname, flags, mode);
106 sdbm_prep(char *dirname, char *pagname, int flags, int mode) argument
135 if ((db->pagf = open(pagname, flags, mode)) > -1) {
136 if ((db->dirf = open(dirname, flags, mode)) > -1) {
/osnet-11/usr/src/lib/libast/common/include/
H A Dtar.h71 * bits used in mode field
95 char mode[TMODLEN]; member in struct:header
/osnet-11/usr/src/lib/libc/inc/
H A Dbase_conversion.h225 int status, mode; member in struct:__anon1320
/osnet-11/usr/src/lib/libc/port/gen/
H A Dattrat.c146 xattr_openat(int basefd, xattr_view_t view, int mode) argument
157 oflag = mode & O_RDWR;
163 if (mode & O_XATTR)
/osnet-11/usr/src/lib/libc/port/rt/
H A Dpos4obj.c55 __open_nc(const char *path, int oflag, mode_t mode) argument
67 val = open64(path, oflag | O_NOFOLLOW | O_CLOEXEC, mode);
280 * to ensure that both open in O_CREAT mode happen atomically.
285 mode_t mode, int *crflag)
298 if ((fd = __open_nc(dfile, oflag, mode)) == -1)
316 if ((fd = __open_nc(dfile, (oflag | O_EXCL), mode)) == -1) {
318 fd = __open_nc(dfile, oflag & ~O_CREAT, mode);
284 __pos4obj_open(const char *name, char *type, int oflag, mode_t mode, int *crflag) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c816 CK_ULONG mode,
845 rc = template_add_default_attributes(tmpl, class, subclass, mode);
862 rc = template_validate_attributes(tmpl2, class, subclass, mode);
867 rc = template_check_required_attributes(tmpl2, class, subclass, mode);
814 object_create_skel(CK_ATTRIBUTE * pTemplate, CK_ULONG ulCount, CK_ULONG mode, CK_ULONG class, CK_ULONG subclass, OBJECT ** obj) argument
/osnet-11/usr/src/lib/librdc/common/
H A Drdcconfig.c330 const char *mode, const char *group, const char *ctag, const char *options,
355 if (mode)
356 strncpy(rc->mode, mode, NSC_MAXPATH);
402 if (!rdcp->mode) {
411 if (strncmp(rdcp->mode, "sync", NSC_MAXPATH) == 0) {
413 } else if (strncmp(rdc->mode, "async", NSC_MAXPATH) == 0) {
488 if (!rdcp->mode) {
497 if (strncmp(rdcp->mode, "sync", NSC_MAXPATH) == 0) {
499 } else if (strncmp(rdc->mode, "asyn
328 rdc_alloc_config(const char *phost, const char *pfile, const char *pbmp, const char *shost, const char *sfile, const char *sbmp, const char *mode, const char *group, const char *ctag, const char *options, int persist) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c618 int mode, err, keysize; local
636 mode = ns_get16(rdata); rdata += NS_INT16SZ;
639 len = SPRINTF((tmp, "%u %u %u ", mode, err, keysize));
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c111 dlopen(char *fname, int mode) argument
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c555 int sh_access(register const char *name, register int mode) argument
562 return(sh_ioaccess((int)strtol(name+8, (char**)0, 10),mode));
564 if(mode==X_OK && shp->gd->euserid==0)
567 return(access(name,mode));
576 mode = access(name,mode);
582 return(mode);
591 if(mode == F_OK)
592 return(mode);
595 if(!S_ISREG(statb.st_mode) || mode!
[all...]
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c324 nvlist_prtctl_setindent(nvlist_prtctl_t pctl, enum nvlist_indent_mode mode, argument
327 if (mode < NVLIST_INDENT_ABS || mode > NVLIST_INDENT_TABBED)
328 mode = NVLIST_INDENT_TABBED;
336 pctl->nvprt_indent_mode = mode;
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c131 cutinit(int mode, char* str, Delim_t* wdelim, Delim_t* ldelim, size_t reclen) argument
155 cut->cflag = (mode&C_CHARS) && cut->mb;
156 cut->nosplit = (mode&(C_BYTES|C_NOSPLIT)) == (C_BYTES|C_NOSPLIT) && cut->mb;
157 cut->sflag = (mode&C_SUPRESS) != 0;
158 cut->nlflag = (mode&C_NONEWLINE) != 0;
578 int mode = 0; local
595 if(mode&C_FIELDS)
602 mode |= C_BYTES;
604 mode |= C_CHARS;
637 if(mode
[all...]
/osnet-11/usr/src/lib/libdll/common/
H A Ddlfcn.c67 extern void* dlopen(const char* path, int mode) argument
73 if (mode)
74 mode = (BIND_IMMEDIATE|BIND_FIRST|BIND_NOSTART);
75 if (!(dll = (void*)shl_load(path, mode, 0L)))
133 extern void* dlopen(const char* path, int mode) argument
137 if (!(dll = (void*)load((char*)path, mode, getenv("LIBPATH"))))
277 extern void* dlopen(const char* path, int mode) argument
281 NoP(mode);
363 extern void* dlopen(const char* path, int mode) argument
393 dll->module = NSLinkModule(image, path, (mode
506 dlopen(const char* path, int mode) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c142 uint32_t mode; local
153 topo_mod_dprintf(mod, "invalid arguments to 'mode' method\n");
162 topo_mod_dprintf(mod, "failed to lookup ses node in 'mode' "
172 &mode) != 0) {
174 "mode property");
179 if (mode != TOPO_LED_STATE_OFF && mode != TOPO_LED_STATE_ON) {
180 topo_mod_dprintf(mod, "invalid indicator mode %d\n",
181 mode);
189 mode
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c89 * If the mode is encrypt we will use the following pattern if the number
105 unsigned int mode, char *ivec)
108 unsigned int m = mode & (DES_ENCRYPT | DES_DECRYPT);
109 /* Get the remaining flags from mode */
110 unsigned int flags = mode & ~(DES_ENCRYPT | DES_DECRYPT);
123 j = (mode & DES_DECRYPT) ? keynum - 1 - i : i;
125 if (mode & DES_DECRYPT && i == 0)
133 if ((mode & DES_DECRYPT) || i != keynum - 1 || i%2)
142 stat = cbc_crypt(keys[0].c, buf, len, mode, ivec);
145 if (mode
104 __desN_crypt(des_block keys[], int keynum, char *buf, unsigned int len, unsigned int mode, char *ivec) argument
163 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW; local
199 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c1010 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; local
1034 fd = open(*filenames, O_RDWR|O_CREAT|O_NOFOLLOW|O_NOLINKS, mode);
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_log.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
50 ulog_lock(krb5_context ctx, int mode) argument
60 return krb5_lock_file(ctx, log_ctx->ulogfd, mode);
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_name.c343 enum state { KEY, VALUE } mode = KEY; local
347 if (pos == start || mode == KEY)
351 mode = KEY;
355 if (pos == start || mode == VALUE)
358 mode = VALUE;
379 if (strict && (pos == start || mode == KEY) ||
380 !strict && (pos != start && mode == KEY ||
381 pos == start && mode == VALUE))
383 if (mode == VALUE)
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dcpio.c41 char mode[6]; member in struct:head
58 char mode[8]; member in struct:head
84 grub_uint16_t mode[1]; member in struct:head
99 char mode[8]; member in struct:head
198 grub_uint32_t *mode)
217 modeval = read_number (hd.mode, ARRAY_SIZE (hd.mode));
220 if (mode)
221 *mode = modeval;
326 if (mode)
196 grub_cpio_find_file(struct grub_cpio_data *data, char **name, grub_int32_t *mtime, grub_disk_addr_t *ofs, grub_uint32_t *mode) argument
401 handle_symlink(struct grub_cpio_data *data, const char *fn, char **name, grub_uint32_t mode, int *restart) argument
519 grub_uint32_t mode; local
617 grub_uint32_t mode; local
[all...]

Completed in 65 milliseconds

1234567891011>>