Searched refs:mode (Results 776 - 800 of 1589) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/head/rpcsvc/
H A Drex.x49 const REX_INTERACTIVE = 1; /* interactive mode */
98 const CBREAK = 0x00000002; /* half-cooked mode */
164 unsigned mode;
/illumos-gate/usr/src/cmd/rexd/
H A Drex.x43 const REX_INTERACTIVE = 1; /* interactive mode */
92 const CBREAK = 0x00000002; /* half-cooked mode */
158 unsigned mode;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c284 (void) puts("running in standalone mode...");
748 * If running in secure mode, we map all errors to EACCESS
776 char *mode; local
784 mode = next_field(filename, &buf.data[size]);
785 cp = (mode != NULL) ? next_field(mode, &buf.data[size]) : NULL;
792 readmode ? "RRQ" : "WRQ", filename, mode);
797 if (strcasecmp(pf->f_mode, mode) == 0)
826 * fail later if we are running in secure mode because of
972 validate_filename(int mode) argument
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_service.c278 int mode = RPC_SVC_MT_USER; local
289 if (rpc_control(RPC_SVC_MTMODE_SET, &mode) == FALSE) {
290 _msgout(gettext("cannot set MT_USER mode for RPC service"));
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c185 int err, prog, mode = RPC_SVC_MT_USER; local
189 if (rpc_control(RPC_SVC_MTMODE_SET, &mode) == FALSE)
190 fmd_panic("failed to enable user-MT rpc mode");
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1392 safe_open_common(const char *filename, int mode, int perms, int device) argument
1430 working_mode = mode & (O_WRONLY|O_RDWR|O_RDONLY);
1540 if (mode & O_TRUNC) {
1559 if (mode & O_RDONLY) {
1577 safe_file_open(const char *filename, int mode, int perms) argument
1579 return (safe_open_common(filename, mode, perms, 0));
1586 safe_device_open(const char *filename, int mode, int perms) argument
1588 return (safe_open_common(filename, mode, perms, 1));
1612 msg(gettext("internal error: safe_fopen: invalid mode `%s'\n"),
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c79 Dbg_dl_dlopen(Rt_map *clmp, const char *name, int *in_nfavl, int mode) argument
102 conv_dl_mode(mode, 0, &dl_mode_buf));
/illumos-gate/usr/src/cmd/sh/
H A Dio.c127 chkopen(unsigned char *idf, int mode) argument
131 if ((rc = open((char *)idf, mode, 0666)) < 0)
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h180 extern int _opendevtab __P((char *mode));
192 extern int _opendgrptab __P((char *mode));
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c451 revokedevaccess(char *dev, uid_t uid, gid_t gid, mode_t mode) argument
460 (void) acl_strip(dev, uid, gid, mode);
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c86 int mode,
94 if (mode & (VEXEC | VREAD))
112 * Just checks to make sure the mode bits are set, and that the
84 ctfs_ctl_access( vnode_t *vp, int mode, int flags, cred_t *cr, caller_context_t *cct) argument
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c318 * Compare the uid/gid/mode changes requested for a setattr
426 * - mode supplied by ddi_create_priv_minor_node
530 dcmn_err5(("%s persisting mode 0%o\n",
708 devfs_unlocked_access(void *vdv, int mode, struct cred *cr) argument
722 dv->dv_attr->va_mode << shift, mode));
726 devfs_access(struct vnode *vp, int mode, int flags, struct cred *cr, argument
742 res = devfs_unlocked_access(dv, mode, cr);
744 res = VOP_ACCESS(dv->dv_attrvp, mode, flags, cr, ct);
829 int mode, struct vnode **vpp, struct cred *cred, int flag,
840 else if (vp->v_type == VDIR && (mode
828 devfs_create(struct vnode *dvp, char *nm, struct vattr *vap, vcexcl_t excl, int mode, struct vnode **vpp, struct cred *cred, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c49 static int door_access(struct vnode *vp, int mode, int flags,
156 vap->va_mode = 0777; /* file access mode */
243 door_access(struct vnode *vp, int mode, int flags, struct cred *cr, argument
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_proc.c196 * mode - 0 (read), 1 (write).
204 nsc_do_lock(int mode, void **lockp) argument
233 nsk->data2 = (uint64_t)mode;
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c71 unsigned int mode, struct desparams *desp);
300 * CBC mode encryption
304 cbc_crypt(char *key, char *buf, size_t len, unsigned int mode, char *ivec) argument
311 err = common_crypt(key, buf, len, mode, &dp);
318 * ECB mode encryption
322 ecb_crypt(char *key, char *buf, size_t len, unsigned int mode) argument
328 err = common_crypt(key, buf, len, mode, &dp);
338 common_crypt(char *key, char *buf, size_t len, unsigned int mode, argument
347 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT;
349 desdev = mode
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Dbnxe_fw_funcs.c8 /* Vnics per mode */
20 /* Vnics per mode */
23 /* COS offset for port1 in E3 B0 4port mode */
50 /* update parameters for 4port mode */
94 void ecore_dcb_config_qm(struct _lm_device_t *pdev, enum cos_mode mode, argument
103 if (mode != STATIC_COS) {
104 /* required only in OVERRIDE_COS mode */
130 * ram according to the appropriate port mode.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h314 /* This functions sets the update window mode. We work in two modes:
319 #define LM_TCP_SET_UPDATE_WINDOW_MODE(lmdev, mode) (lmdev)->toe_info.update_window_mode = mode
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c219 ath_setcurmode(ath_t *asc, enum ieee80211_phymode mode) argument
227 rt = asc->asc_rates[mode];
235 asc->asc_curmode = mode;
242 asc->asc_protrix = (mode == IEEE80211_MODE_11G ? 1 : 0);
245 /* Set correct parameters for a certain mode */
260 "mode =%d RX filter 0x%x, MC filter %08x:%08x\n",
447 enum ieee80211_phymode mode; local
453 mode = ieee80211_chan2mode(ic, chan);
454 if (mode != asc->asc_curmode)
455 ath_setcurmode(asc, mode);
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.h70 * - SGL DMA operations in asynchronous mode (a.k.a post/poll)
71 * SGL DMA operations in asynchronous mode only lock the
92 #define DMAE_COMPLETION_VAL 0xD1AE // local completion word value with edianity mode 2 (for regular command)
93 #define DMAE_COMPLETION_VAL_SWAPPED 0xAED10000 // local completion word value with edianity mode 3
229 lm_dmae_mode_t mode; member in struct:_lm_dmae_context_t
259 * memory depends on the endianness mode of the command, so
291 lm_dmae_mode_t mode; member in struct:_lm_dmae_operation_t
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c228 int valid, mode; local
230 (void) prom_translate_virt(vaddr, &valid, &paddr, &mode);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c146 * We currently only support read-only ("r" mode) opens and unbuffered I/O.
149 fopen(const char *filename, const char *mode) argument
163 for (t = mode; t != NULL && *t != '\0'; t++) {
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c45 * preferred apic timer mode, allow tuning from the /etc/system file.
74 int mode; member in struct:apic_timer
85 * For the one-shot mode request case, the function returns the
87 * If one-shot mode capability is not available, the return value
137 * here, APIC_TIMER_DEADLINE is also an one_shot mode.
168 apic_timer.mode = timer_mode;
195 * periodic timer mode ops
218 /* time is the interval for periodic mode */
228 * oneshot timer mode ops
286 * deadline timer mode op
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgentty.c303 syioctl(dev_t dev, int cmd, intptr_t arg, int mode, struct cred *cr, argument
329 error = VOP_IOCTL(sp->s_vp, cmd, arg, mode, cr, rvalp, NULL);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c50 iscsi_ioctl_copyin(caddr_t arg, int mode, size_t size) argument
59 if (ddi_copyin(arg, data, size, mode) != 0) {
70 iscsi_ioctl_copyout(void *data, size_t size, caddr_t arg, int mode) argument
75 if (ddi_copyout(data, arg, size, mode) == 0) {
86 iscsi_ioctl_conn_oid_list_get_copyin(caddr_t arg, int mode) argument
96 if (ddi_copyin(arg, cl_tmp, sizeof (*cl_tmp), mode) == 0) {
119 int mode)
133 if (ddi_copyout(cl, arg, alloc_len, mode) == 0) {
118 iscsi_ioctl_conn_oid_list_get_copyout(iscsi_conn_list_t *cl, caddr_t arg, int mode) argument
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_clnt.c221 dst->mode = src->mode;

Completed in 212 milliseconds

<<31323334353637383940>>