Searched refs:mode (Results 1151 - 1175 of 1589) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h423 intptr_t data, int mode, cred_t *credp, int *rval);
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c640 tsalarm_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, argument
660 sizeof (ts_aldata_t), mode) != 0) {
685 sizeof (ts_aldata_t), mode) != 0) {
696 sizeof (ts_aldata_t), mode) != 0) {
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h50 * LDC Reliable mode - initial packet seqid
424 ldc_mode_t mode; /* Channel mode */ member in struct:ldc_chan
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c453 update_config(sm_mux_state_t *ms, char *path, io_mode_t mode, int cmd) argument
455 sm_dbg('I', ("update_config: path %s io %d\n", path ? path : "", mode));
463 if ((mode & FORINPUT) && ms->sm_ialias != NULL)
465 if ((mode & FOROUTPUT) && ms->sm_oalias != NULL)
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalwd.c81 static int xcalwd_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c38 #include <sys/mode.h>
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h267 * states for bringing up the link in auto-negotiation mode
466 int mode; member in struct:eri
482 int macfdx; /* mac full-duplex mode */
569 #define ERI_SET_LOOP_MODE (ERIIOC|1) /* Set Rio Loopback mode */
575 * can be placed in loopback mode.
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_mem.c303 if (ddi_model_convert_from(mode & FMODELS) == DDI_MODEL_ILP32) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h103 /* Display extended mode page information. */
230 #include <sys/scsi/generic/mode.h>
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c179 * If the port was set in alert mode by the curren process then
180 * remove the alert mode.
183 /* check alert mode of the port */
322 vap->va_mode = 0; /* file access mode */
364 port_access(struct vnode *vp, int mode, int flags, cred_t *cr, argument
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1197 show_audio_ports(private_t *pri, const char *mode, argument
1202 (void) printf("%s\t%s\t%s=", pri->pname, mode, field);
1207 if (*mode == 'p')
1225 show_audio_prinfo(private_t *pri, const char *mode, struct audio_prinfo *au_pr) argument
1234 pri->pname, mode,
1249 (void) printf("%s\t%s\tencoding=%s\n", pri->pname, mode, s);
1252 pri->pname, mode, au_pr->encoding);
1261 pri->pname, mode,
1264 show_audio_ports(pri, mode, "port", au_pr->port);
1265 show_audio_ports(pri, mode, "avail_port
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c1501 args->mode = fsm_DN;
1504 args->mode = fsm_DR;
1507 args->mode = fsm_DW;
1510 args->mode = fsm_DRW;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c120 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
623 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
750 ((struct checkpt*)shp->jmplist)->mode = SH_JMPERREXIT;
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h114 #define IN_hosted (1<<7) /* saved mode&HOSTED */
239 long mode; /* uncoupled pp state flags */ \
262 long ro_mode; /* readonly mode */ \
274 unsigned char arg_mode; /* arg mode */ \
452 #define setmode(m,v) ((v)?(pp.mode|=(m)):(pp.mode&=~(m)))
483 #define FSM_COMPATIBILITY 1 /* compatibility mode */
/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/libc/port/gen/
H A Dndbm.c159 dbm_open(const char *file, int flags, mode_t mode) argument
183 db->dbm_pagf = open64(db->dbm_pagbuf, flags, mode);
195 db->dbm_dirf = open64(db->dbm_pagbuf, flags, mode);
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/rexd/
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.sbin/
H A Din.telnetd.c251 static int SYNCHing = 0; /* we are in TELNET SYNCH mode */
266 static void mode(int, int);
321 modenegotiated, /* last time operating mode negotiated */
2209 * standalone mode.
3068 * some clients (MIT KRB5 telnet) have quirky 'kludge mode' support
3069 * that has them turn off local echo mode if SGA is not received first.
3260 char mode; local
3317 * binary mode of telnet daemon. binary_in and
3318 * binary_out are 0 if not in binary mode.
3323 mode
4196 mode(int on, int off) function
[all...]
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c310 * file.Z: Compressed form of file with same mode, owner, and utimes
1581 mode_t mode; local
1647 mode = ifstat->st_mode & 07777;
1648 if (chmod(ofname, mode)) { /* Copy modes */
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c284 mode_t mode; local
290 mode = (modestr[0] == 'r') ? 0 : S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH;
307 if ((fd = open(filename, oflags, mode)) == -1)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c557 uint_t mode = 0; local
567 mode |= cmp->cm_bits;
578 pp->cp_value.cpv_num = mode;
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c44 mode_t mode; member in struct:modeinfo
70 #define INIT_MODEFILE() INIT_TEMPFILE(modefile, "mode")
112 * If genmode is requested, save mode, owner, and times for all
648 * Set the mode, owner, and times for all new or changed directories
667 vprintf(stdout, gettext("Set directory mode, owner, and times.\n"));
675 gettext("cannot open mode file %s\n"), modefile);
677 gettext("directory mode, owner, and times not set\n"));
708 reply(gettext("set owner/mode for '.'")) == FAIL) {
731 if (chmod(cp, node.mode) < 0 && !complained_chmod) {
859 * If requested, save its pertinent mode, owne
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c41 * chmod option mode files
43 * mode is [ugoa][+-=][rwxXlstugo] or an octal number
44 * mode is [<+|->A[# <number] ]<aclspec>
45 * mode is S<attrspec>
84 static char *ms; /* Points to the mode argument */
147 static int chmodr(char *dir, char *path, mode_t mode, mode_t umsk,
329 chmodr(char *dir, char *path, mode_t mode, mode_t umsk, sec_args_t *secp, argument
361 } else if (chmod(dir, newmode_common(ms, mode, umsk, dir, path,
473 "usage:\tchmod [-fR] <absolute-mode> file ...\n"));
483 "\tchmod [-fR] <symbolic-mode
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c110 #define TALKABLE 0220 /* tty is writable if this mode */
176 void catfile(char *s, mode_t mode, int trunc_at_nl);
731 * the uid is known (which it isn't in quick mode)
1387 catfile(char *s, mode_t mode, int trunc_at_nl) argument
1389 if (S_ISFIFO(mode)) {

Completed in 286 milliseconds

<<41424344454647484950>>