Searched defs:mode (Results 376 - 400 of 1040) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c689 CK_ULONG mode,
706 mode, obj_type, sub_class, &o);
686 object_mgr_create_skel(SESSION * sess, CK_ATTRIBUTE * pTemplate, CK_ULONG ulCount, CK_ULONG mode, CK_ULONG obj_type, CK_ULONG sub_class, OBJECT ** obj) argument
H A Dtemplate.c346 CK_ULONG mode)
360 return (data_object_set_default_attributes(tmpl, mode));
363 return (cert_x509_set_default_attributes(tmpl, mode));
370 tmpl, mode));
379 tmpl, mode));
388 tmpl, mode));
473 CK_ULONG mode)
477 tmpl, mode));
481 tmpl, mode));
484 tmpl, mode));
343 template_add_default_attributes(TEMPLATE * tmpl, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
470 template_check_required_attributes(TEMPLATE * tmpl, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
541 template_check_required_base_attributes(TEMPLATE * tmpl, CK_ULONG mode) argument
1105 template_validate_attribute(TEMPLATE * tmpl, CK_ATTRIBUTE * attr, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
1167 template_validate_attributes(TEMPLATE * tmpl, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
1192 template_validate_base_attribute(TEMPLATE * tmpl, CK_ATTRIBUTE * attr, CK_ULONG mode) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c137 uint32_t mode; local
148 topo_mod_dprintf(mod, "invalid arguments to 'mode' method\n");
157 topo_mod_dprintf(mod, "failed to lookup ses node in 'mode' "
167 &mode) != 0) {
169 "mode property");
174 if (mode != TOPO_LED_STATE_OFF && mode != TOPO_LED_STATE_ON) {
175 topo_mod_dprintf(mod, "invalid indicator mode %d\n",
176 mode);
184 mode
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c85 * If the mode is encrypt we will use the following pattern if the number
101 unsigned int mode, char *ivec)
104 unsigned int m = mode & (DES_ENCRYPT | DES_DECRYPT);
105 /* Get the remaining flags from mode */
106 unsigned int flags = mode & ~(DES_ENCRYPT | DES_DECRYPT);
119 j = (mode & DES_DECRYPT) ? keynum - 1 - i : i;
121 if (mode & DES_DECRYPT && i == 0)
129 if ((mode & DES_DECRYPT) || i != keynum - 1 || i%2)
138 stat = cbc_crypt(keys[0].c, buf, len, mode, ivec);
141 if (mode
100 __desN_crypt(des_block keys[], int keynum, char *buf, unsigned int len, unsigned int mode, char *ivec) argument
156 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW; local
190 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c933 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; local
957 fd = open(*filenames, O_RDWR|O_CREAT|O_NOFOLLOW|O_NOLINKS, mode);
/illumos-gate/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));
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmgen.c946 rsm_barrier_mode_t *mode)
951 im_memseg = im_memseg; mode = mode;
960 rsm_barrier_mode_t mode)
965 im_memseg = im_memseg; mode = mode;
945 __rsm_memseg_import_get_mode(rsm_memseg_import_handle_t im_memseg, rsm_barrier_mode_t *mode) argument
959 __rsm_memseg_import_set_mode(rsm_memseg_import_handle_t im_memseg, rsm_barrier_mode_t mode) argument
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c111 dlopen(char *fname, int mode) argument
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c553 int sh_access(register const char *name, register int mode) argument
559 return(sh_ioaccess((int)strtol(name+8, (char**)0, 10),mode));
561 if(mode==X_OK && sh.euserid==0)
564 return(access(name,mode));
573 mode = access(name,mode);
579 return(mode);
588 if(mode == F_OK)
589 return(mode);
592 if(!S_ISREG(statb.st_mode) || mode!
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c87 rc_open(const char *filename, const char *mode, struct rcfile **rcfile) argument
100 f = fopen(filename, mode);
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc.c562 long mode; local
569 mode = PR_RLC;
573 retval = ioctl(procfd, PIOCSET, &mode);
584 retval = ioctl(procfd, PIOCRESET, &mode);
608 long mode; local
615 mode = PR_KLC;
619 retval = ioctl(procfd, PIOCSET, &mode);
630 retval = ioctl(procfd, PIOCRESET, &mode);
652 long mode; local
660 mode
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c331 const char *mode, const char *group, const char *ctag, const char *options,
356 if (mode)
357 strncpy(rc->mode, mode, NSC_MAXPATH);
403 if (!rdcp->mode) {
412 if (strncmp(rdcp->mode, "sync", NSC_MAXPATH) == 0) {
414 } else if (strncmp(rdc->mode, "async", NSC_MAXPATH) == 0) {
489 if (!rdcp->mode) {
498 if (strncmp(rdcp->mode, "sync", NSC_MAXPATH) == 0) {
500 } else if (strncmp(rdc->mode, "asyn
329 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...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c98 dbm_open(char *file, int flags, int mode) argument
122 db->dbm_pagf = open(db->dbm_pagbuf, flags, mode);
134 db->dbm_dirf = open(db->dbm_pagbuf, flags, mode);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcut.c133 cutinit(int mode, char* str, Delim_t* wdelim, Delim_t* ldelim, size_t reclen) argument
157 cut->cflag = (mode&C_CHARS) && cut->mb;
158 cut->nosplit = (mode&(C_BYTES|C_NOSPLIT)) == (C_BYTES|C_NOSPLIT) && cut->mb;
159 cut->sflag = (mode&C_SUPRESS) != 0;
160 cut->nlflag = (mode&C_NONEWLINE) != 0;
580 int mode = 0; local
597 if(mode&C_FIELDS)
604 mode |= C_BYTES;
606 mode |= C_CHARS;
639 if(mode
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c207 * Code for setting or clearing interval mode on US-III and above.
222 * If a handling mode is in effect, apply it; otherwise invoke the
231 int mode, i; local
260 /* get the handling mode */
261 mode = FEX_NOHANDLER;
265 mode = thr_handlers[(int)e].__mode;
271 __fex_mklog(uap, (char *)sip->si_addr, i, e, mode, (void *)handler); local
273 /* handle the exception based on the mode */
274 if (mode == FEX_NOHANDLER)
276 else if (mode
393 int mode, simd_mode[4], i, len, accrued, *ap; local
[all...]
/illumos-gate/usr/src/cmd/ul/
H A Dul.c62 int mode; variable
189 mode |= ALTSET;
193 mode &= ~ALTSET;
200 mode |= SUPERSC;
203 mode &= ~SUBSC;
213 mode |= SUBSC;
216 mode &= ~SUPERSC;
237 obuf[col].c_mode |= UNDERL | mode;
257 obuf[col].c_mode = mode;
263 obuf[col].c_mode |= UNDERL|mode;
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c43 static char mode[RC_MODE_LEN]; variable
182 (void) strncpy(mode, hdr.rs_mode, RC_MODE_LEN);
277 mode, col->col_name, DELTA(lcols_pg_eff),
/illumos-gate/usr/src/cmd/rexd/
H A Don.c87 int HasHelper = 0; /* must kill helpers (interactive mode) */
489 struct rex_ttymode mode; local
492 mode.basic.sg_ispeed = OldFlags.sg_ispeed;
493 mode.basic.sg_ospeed = OldFlags.sg_ospeed;
494 mode.basic.sg_erase = OldFlags.sg_erase;
495 mode.basic.sg_kill = OldFlags.sg_kill;
496 mode.basic.sg_flags = (short) (OldFlags.sg_flags & 0xFFFF);
497 err = (ioctl(0, TIOCGETC, &mode.more) < 0 ||
498 ioctl(0, TIOCGLTC, &mode.yetmore) < 0 ||
499 ioctl(0, TIOCLGET, &mode
[all...]
H A Drpc.rexd.c83 int HasHelper = 0; /* must kill helpers (interactive mode) */
190 * Enable non-blocking mode and maximum record size checks for
577 struct rex_ttymode mode; local
583 (char *)&mode) == FALSE) {
590 SetPtyMode(&mode); /* XXX Fix? */
594 fprintf(stderr, "rexd: mode reply failed");
1150 * use ptys instead of sockets in interactive mode
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c114 tftp_sendfile(int fd, char *name, char *mode) argument
132 convert = (strcmp(mode, "netascii") == 0);
141 if ((size = makerequest(WRQ, name, dp, mode)) == -1) {
241 tftp_recvfile(int fd, char *name, char *mode) argument
259 convert = (strcmp(mode, "netascii") == 0);
265 if ((size = makerequest(RRQ, name, ap, mode)) == -1) {
408 makerequest(int request, char *name, struct tftphdr *tp, char *mode) argument
424 len = strlcpy(cp, mode, cpend - cp) + 1;
651 char *cp, *file, *mode; local
666 if ((mode
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c679 ulong_t mode, access; local
685 mode = getxdr_u_long();
687 (void) sprintf(cp, " Mode=%lu Access=%lu", mode, access);
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c93 int ch, mode; local
173 mode = EXPMODE;
178 mode = EXPMODE;
183 num_arg(*argv, mode);
184 mode = FALSE;
187 mode = LINMODE;
442 * the number and checks for validity. Next num_arg checks the mode
444 * of times. If the mode is not set properly its an error.
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c819 Fdopen(int fildes, char *mode) argument
828 return (fdopen(f, mode));
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c384 (void) strcat(modepname, "-mode");
428 kmdb_parse_mode(const char *mode, struct termios *tip, int in) argument
436 char *m = strdup(mode);
566 char *mode = kmdb_get_ttyio_mode(kav, conout); local
574 if (mode == NULL && strcmp(conout, "ttya") == 0) {
580 if (mode == NULL || kmdb_parse_mode(mode,
595 if (mode != NULL)
596 kmdb_prom_free_ddi_prop(mode);
609 char *mode local
[all...]

Completed in 909 milliseconds

<<11121314151617181920>>