Searched refs:mode (Results 1101 - 1125 of 1589) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in70 --force-lba force GRUB to use LBA mode even for a buggy
/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/filesync/
H A Dbase.c890 * to convert between a file type (as found in a mode word)
894 * mode word -> character
895 * character -> mode word
899 static char showtype(int mode) argument
901 return (types[ (mode & S_IFMT) >> 12 ]);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c631 * setuid/setgid bits in the mode to avoid setuid nobody
790 ar_select(int *pairp, unsigned long mode) argument
796 while (--n >= 0 && (mode & *ap++) == 0)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c84 nap->mode = vap->va_mode;
173 nap->mode = vap->va_mode;
226 * of setattr args - size, mode, uid/gid, times. Eventually we should generalize
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c484 objfs_data_access(vnode_t *vp, int mode, int flags, cred_t *cr, argument
487 if (mode & (VWRITE|VEXEC))
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c1143 smb_mode2rights(int mode) argument
1145 mode = mode & SMB_AM_OPENMODE;
1150 if ((mode == SMB_AM_OPENREAD) ||
1151 (mode == SMB_AM_OPENRW)) {
1157 if ((mode == SMB_AM_OPENWRITE) ||
1158 (mode == SMB_AM_OPENRW)) {
1165 if (mode == SMB_AM_OPENEXEC) {
1330 NULL, /* granted mode p */
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c393 socket_ioctl(struct sonode *so, int cmd, intptr_t arg, int mode, argument
396 return (SOP_IOCTL(so, cmd, arg, mode, cr, rvalp));
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1260 spec_ioctl(struct vnode *vp, int cmd, intptr_t arg, int mode, struct cred *cr, argument
1279 error = strioctl(vp, cmd, arg, mode, U_TO_K, cr, rvalp);
1281 error = cdev_ioctl(dev, cmd, arg, mode, cr, rvalp);
1423 int mode,
1436 return (VOP_ACCESS(realvp, mode, flags, cr, ct));
1452 int mode,
1468 if (mode && (error = spec_access(dvp, mode, 0, cr, ct)))
1421 spec_access( struct vnode *vp, int mode, int flags, struct cred *cr, caller_context_t *ct) argument
1447 spec_create( struct vnode *dvp, char *name, vattr_t *vap, enum vcexcl excl, int mode, struct vnode **vpp, struct cred *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c422 _rdc_link_down(void *arg, int mode, spcs_s_info_t kstatus, int *rvp) argument
429 if (ddi_copyin(arg, host, MAX_RDC_HOST_SIZE, mode))
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_misc.c578 s1394_ioctl(s1394_hal_t *hal, int cmd, intptr_t arg, int mode, cred_t *cred_p, argument
599 return (ndi_devctl_ioctl(self, cmd, arg, mode, 0));
863 * NOTE: the callers may have the list locked in either write mode or read
864 * mode. Currently, there is no ddi-compliant way we can assert on the lock
865 * being held in write mode.
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h439 full-screen DGA-like mode. */
688 unsigned long mode; /**< AGP mode */ member in struct:drm_agp_mode
723 unsigned long mode; member in struct:drm_agp_info
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c156 * Note that PIO mode here means that the PMCS firmware
621 pmcs_run_sata_cmd(pmcs_hw_t *pwp, pmcs_phy_t *pptr, fis_t fis, uint32_t mode, argument
642 msg[4] = LE_32(mode | ddir);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h129 #define MBA_POINT_TO_POINT 0x8030 /* Point to point mode. */
138 #define MBA_CHG_IN_CONNECTION 0x8036 /* Change in connection mode. */
374 #define LOOPBACK_MODE(mode) ((mode & LOOPBACK_MODE_FIELD_MASK) << \
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h232 * Defines used to record the device mode to which Hermon driver has been
234 * come up in the "maintenance mode". In this mode, no InfiniBand interfaces
238 * normal HCA mode. In this mode, all necessary InfiniBand interfaces are
245 * Used to determine if the device is operational, or not in maintenance mode.
247 * device in hermon compatibility mode, or against a hermon device in full HCA
248 * mode.
250 #define HERMON_IS_OPERATIONAL(mode) \
251 (mode
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddrctl.c588 int cmd, intptr_t arg, int mode, cred_t *cred_p, int *rval_p)
590 _NOTE(ARGUNUSED(dev, mode, cred_p, rval_p))
587 drctl_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cred_p, int *rval_p) argument
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c452 * 3D mode should be enabled only if a dual-
968 * Ignoring return in non DEBUG mode because success is checked by
2005 fd_rawioctl(struct fcu_obj *fjp, int unit, caddr_t arg, int mode) argument
2023 switch (ddi_model_convert_from(mode & FMODELS)) {
2028 if (ddi_copyin(arg, &fdr32, sizeof (fdr32), mode))
2042 if (ddi_copyin(arg, &fdr, sizeof (fdr), mode))
2068 (size_t)fdr.fdr_nbytes, mode)) {
2096 mode)) {
2136 if (ddi_copyout(fdr.fdr_addr, uaddr, ucount, mode)) {
2140 if (ddi_copyout(fdr.fdr_result, arg_result, sizeof (fdr.fdr_cmd), mode))
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c71 mode_t fa_mode; /* mode for open() */
570 mode_t mode)
588 fap->fa_mode = mode;
565 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t *file_actions, int filedes, const char *path, int oflag, mode_t mode) argument
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c151 bootfs_access(vnode_t *vp, int mode, int flags, cred_t *cr, argument
164 bpn->bvn_attr.va_mode << shift, mode));
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c313 open_cur_file(int mode) argument
318 switch (mode) {
333 err_print("Error: Invalid mode option for opening "
352 * Use of this is restricted to interactive mode only.
363 * We must be in interactive mode to use the fdisk command
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun48 def __init__(self, filename, mode='a', encoding=None, delay=0, max_tries=5):
51 WatchedFileHandler.__init__(self, filename, mode, encoding, delay)
225 os.makedirs(self.outputdir, mode=0777)
667 os.makedirs(self.outputdir, mode=0777)
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;
459 state->mode = SYNC; /* force an otherwise impossible situation */
495 /* force mode error by mucking with state */
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S68 * (called 'packet') or CHS mode, whether to force a drive number,
168 .code16 # This runs in real mode
405 #ifdef SIO /* SIO mode, use ascii values */
407 #else /* console mode -- use scancodes */
559 * Don't use packet mode for a floppy.
569 jz 1f # Yes, use CHS mode
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h486 extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
488 extern int vn_openat(char *path, int x1, int oflags, int mode, vnode_t **vpp,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1086 krb5_ktfileint_open(krb5_context context, krb5_keytab id, int mode)
1095 (mode == KRB5_LOCKMODE_EXCLUSIVE) ?
1098 if ((mode == KRB5_LOCKMODE_EXCLUSIVE) && (errno == ENOENT)) {
1124 if ((kerror = krb5_lock_file(context, fileno(KTFILEP(id)), mode))) {
1083 krb5_ktfileint_open(krb5_context context, krb5_keytab id, int mode) argument

Completed in 728 milliseconds

<<41424344454647484950>>