Searched refs:mode (Results 1251 - 1275 of 1589) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c111 static const char no_nonblock_str[] = "could not set transport blocking mode";
162 /* Default size of the IO buffer used in non blocking mode */
175 * Change the mode of the underlying fd.
183 * If the underlying fd is already in the required mode,
1330 /* Handle the non-blocking mode */
1335 * mode is non blocking, we return RPC_CANTSEND.
1569 set_flush_mode(struct ct_data *ct, int mode) argument
1571 switch (mode) {
1578 ct->ct_blocking_mode = mode;
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1196 * if this is a socket in asynchronous mode, the FASYNC flag.
1376 fassign(vnode_t **vpp, int mode, int *fdp) argument
1382 if (error = falloc((vnode_t *)NULL, mode, &fp, &fd))
1384 if (error = VOP_OPEN(vpp, mode, fp->f_cred, NULL)) {
1534 * Called from fchownat() and fchmodat() to set ownership and mode.
H A Ddamap.c103 * mode: style of address reports: per-address or fullset
121 damap_create(char *name, damap_rptmode_t mode, int map_opts, argument
137 mapp->dam_rptmode = mode;
154 damap_rptmode_t, mode, int, map_opts, int, stable_usec);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h591 * The target is in a transition mode since
604 * state as we progress through reprogramming the HBA from target mode into
605 * initiator mode.
1282 uint8_t type, int mode);
1284 uint8_t type, int mode);
1329 int mode);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c77 * bucket the lock must be entered in RW_WRITER mode. When both (mutex and
926 smb_node_start_crit(smb_node_t *node, krw_t mode) argument
928 rw_enter(&node->n_lock, mode);
929 nbl_start_crit(node->vp, mode);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c956 * that determine the hardware's default PAUSE (flow control) mode,
1023 /* Save off the requested flow control mode for use later. Depending
1024 * on the link partner's capabilities, we may or may not use this mode.
1965 * logic in hardware only works when mode is set to "on"
1966 * so it must be changed accordingly when the mode is
1971 u32 mode = (hw->mac.ledctl_mode2 >> i) & local
1976 (mode == E1000_LEDCTL_MODE_LED_ON)) ||
1978 (mode == E1000_LEDCTL_MODE_LED_OFF))) {
2129 DEBUGOUT("Not in Adaptive IFS mode!\n");
2157 DEBUGOUT("Not in Adaptive IFS mode!\
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c310 zfsctl_common_access(vnode_t *vp, int mode, int flags, cred_t *cr, argument
314 if (mode & ACE_ALL_WRITE_PERMS)
317 if (mode & VWRITE)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c51 #include <sys/mode.h>
1073 * mode, and one for long mode, sigh.
3208 praccess(vnode_t *vp, int mode, int flags, cred_t *cr, caller_context_t *ct) argument
3219 if ((mode & VWRITE) && vn_is_readonly(vp))
3236 if ((type == PR_OBJECT && (mode & VWRITE)) ||
3238 (type == PR_FD && (vmode & mode) != mode &&
3241 return (VOP_ACCESS(rvp, mode, flags, cr, ct));
3268 error = priv_proc_cred_perm(cr, p, NULL, mode);
3423 prcreate(vnode_t *dp, char *comp, vattr_t *vap, vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile395 mode.h \
924 mode.h \
934 mode.h \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h246 krb5_error_code krb5_db_open( krb5_context kcontext, char **db_args, int mode );
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c945 dladm_wlan_mode2str(dladm_wlan_mode_t *mode, char *buf) argument
947 return (dladm_wlan_val2str((uint_t)*mode, mode_vals,
1035 dladm_wlan_str2mode(const char *str, dladm_wlan_mode_t *mode) argument
1042 *mode = (dladm_wlan_mode_t)val;
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc229 lock_container(lock_mode_t mode, fru_nodehdl_t handle) argument
250 switch (mode) {
1424 int mode)
1480 if ((mode == UPDATE_MODE) && (abs_path_flg != 1)) {
1412 get_payload(fru_nodehdl_t container, const char *seg_name, int instance, const char *field_path, PathDef **pathDef, Ancestor **ancestors, Ancestor **correct, int *tagInstance, int *instLeft, uint8_t **payload, size_t *payloadLen, int mode) argument
/illumos-gate/usr/src/lib/libtnfctl/
H A Dutil.c89 * NOT to be called in kernel mode.
99 assert(hndl->mode != KERNEL_MODE);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1659 db_dictionary::delete_table_aux(char *tab, int mode) argument
1677 if (mode != INMEMORY_ONLY) {
1733 // This mode is used when the table is first created.
1736 // updated. This mode is used when the database gets loaded and the internal
1740 db_dictionary::add_table_aux(char *tab, table_obj* tobj, int mode) argument
1767 if (mode != INMEMORY_ONLY) {
2227 * Set deferred commit mode. To do this, we make a copy of the table
2325 * Unset deferred commit mode and roll back changes; doesn't recover the
2363 * the table has been removed while we were in deferred mode, and
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h70 #define PKGSERV_MODE "pkg-server-mode="
89 DEFAULTMODE = TIMEOUT /* The default mode, must come last */
337 #define CURMODE BADMODE /* current mode has been specified */
389 * The next three mean that no mode, owner or group was specified or that the
406 extern FILE *epopen(char *cmd, char *mode);
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h152 /* what mode should user files be allowed to have upon creation? */
156 /* what mode should public files have upon creation? */
159 /* what mode should log files have upon creation? */
162 /* what mode should C. files have upon creation? */
165 /* what mode should D. files have upon creation? */
171 /* what mode should public directories have upon creation? */
272 * and a window exists during which the file is mode 666.
497 char mode[64]; /* uucico mode */ member in struct:limits
512 EXTERN mode_t Dev_mode; /* save device mode her
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c93 sendport = -1; /* tri-state variable. start out in "automatic" mode. */
207 (void) strcpy(modename, "stream"), mode = MODE_S;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c128 pfatal("INTERNAL ERROR: GOT TO reply() in preen mode");
2248 file_id(fsck_ino_t inum, mode_t mode) argument
2256 if ((mode & IFMT) == IFDIR) {
2258 } else if ((mode & IFMT) == IFATTRDIR) {
2260 } else if ((mode & IFMT) == IFSHAD) {
2316 * No one should call dirty() in read only mode.
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h108 /* what mode should user files be allowed to have upon creation? */
112 /* what mode should public files have upon creation? */
115 /* what mode should log files have upon creation? */
118 /* what mode should C. files have upon creation? */
121 /* what mode should D. files have upon creation? */
127 /* what mode should public directories have upon creation? */
434 char mode[64]; /* uucico mode */ member in struct:limits
449 EXTERN mode_t Dev_mode; /* save device mode here */
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c98 static int nsmb_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c287 kssl_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *c, argument
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c33 #include <sys/scsi/generic/mode.h>
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h169 /* Disable shadow mode. */
172 /* Enable shadow mode (mode contains ORed XEN_DOMCTL_SHADOW_ENABLE_* flags). */
186 /* Equiv. to ENABLE with no mode flags. */
188 /* Equiv. to ENABLE with mode flag ENABLE_LOG_DIRTY. */
190 /* Equiv. to ENABLE with mode flags ENABLE_REFCOUNT and ENABLE_TRANSLATE. */
226 uint32_t mode; /* XEN_DOMCTL_SHADOW_ENABLE_* */ member in struct:xen_domctl_shadow_op
554 /* SYSCALL from 32-bit mode and SYSENTER callback information. */
555 /* NB. SYSCALL from 64-bit mode is contained in vcpu_guest_context_t */
701 * mode
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c782 xpv_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cr, argument
/illumos-gate/usr/src/uts/common/io/
H A Dtphci.c231 tphci_ioctl(dev_t dev, int cmd, intptr_t data, int mode, argument

Completed in 284 milliseconds

<<51525354555657585960>>