Searched defs:mode (Results 401 - 425 of 1040) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_data.c56 static void data_accept_connection_v3(void *cookie, int fd, ulong_t mode);
1243 * mode (input) - select mode.
1250 data_accept_connection_v3(void *cookie, int fd, ulong_t mode) argument
2007 * Return the mover mode
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c119 static char pos[SSIZE], op[SSIZE], mode[SSIZE], count[SSIZE]; variable
432 getstring(mode, sizeof (mode));
433 DEBUG2("rmtd: O %s %s\n", device, mode);
436 * assignment of mode bits between
443 (atoi(mode) & (O_RDONLY|O_WRONLY|O_RDWR)));
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h193 db_lockmode_t mode; /* Lock mode. */ member in struct:__cursor
H A Dlock.h142 db_lockmode_t mode; /* What sort of lock. */ member in struct:__db_lock
H A Dlog.h135 int mode; /* Log file mode. */ member in struct:__log_persist
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1432 int mode; local
1801 mode = S_IWOTH;
1806 mode |= S_IWGRP;
1808 if (bitset(mode, st.st_mode))
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c374 parse_entry_list(aclent_t **aclpp, int *aclcntp, char *listp, int mode) argument
384 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1)
391 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1)
405 convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode) argument
435 if (parse_entry(entryp, &tmpacl, mode) == -1)
446 switch (mode) {
488 gettext("Unrecognized mode: internal error\n"));
497 if (mode == DELETE) {
603 parse_entry(char *fieldp, aclent_t *aclentp, int mode) argument
671 if (mode !
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c151 case 'N': /* new object selection mode */
852 * This includes checking the name (mode is TRUE) against the
857 * .call proc_file(fname, mode).
859 * .arg mode - TRUE if checking adherence to file name format.
865 proc_file(char *fname, int mode) argument
888 if (check_file(fcb, mode)) { /* check file name */
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c231 rmtopen(char *tape, int mode) argument
237 (void) snprintf(buf, sizeof (buf), "O%s\n%d\n", tape, mode);
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c108 static int mode_err = 0; /* mode conversion error flag */
117 mode_t mode, p_umask; local
181 /* suppress message if we printed a mode error */
191 * octal or symbolic file mode.
198 ((sscanf(modebits, "%lo", &mode) == 1) ||
199 ((mode = newmode(modebits, 0, p_umask,
207 ((sscanf(modebits, "%lo", &mode) == 1) ||
208 ((mode = newmode(modebits, 0, p_umask,
270 (void) chmod(dest, mode & 0777);
522 * from here) which tells us whether or not a valid mode ha
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c141 char *mode = "w"; local
151 mode = "a";
154 if ((fp = fopen(file, mode)) == NULL) {
535 add_comment(Mode mode, char *str) argument
537 char *tag = (mode == MsgCommentMode) ? mctag : sctag;
538 char **comment = (mode == MsgCommentMode)
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c93 def(wchar_t **ap, int c, int mode) argument
112 install(ap[1], arg(2), mode);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c136 uint_t mode = (LA_SER_LIBPATH | PD_FLG_UNIQUE); local
143 mode |= LA_SER_CONFIG;
145 DBG_CALL(Dbg_libs_path(lml, rpl_libpath, mode,
176 &rpl_libdirs, AL_CNT_SEARCH, mode,
190 uint_t mode = local
193 DBG_CALL(Dbg_libs_path(lml, prm_libpath, mode,
217 &prm_libdirs, AL_CNT_SEARCH, mode,
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c149 int mode; local
168 mode = DEFAULT;
193 if (mode != DEFAULT) usage();
194 mode = CCACHE;
197 if (mode != DEFAULT) usage();
198 mode = KEYTAB;
230 if (mode == DEFAULT || mode == CCACHE) {
279 if (mode == DEFAULT || mode
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c244 ushort_t mode; local
365 mode = ip->i_mode;
388 ufs_ifree(ip, ip->i_number, mode);
1080 * nlink <= 0 and mode != 0 means deleted
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c206 nm_ioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, int *rvalp, argument
209 return (VOP_IOCTL(VTONM(vp)->nm_filevp, cmd, arg, mode, cr, rvalp, ct));
239 * Standard access() like check. Figure out which mode bits apply
240 * to the caller then pass the missing mode bits to the secpolicy function.
243 nm_access_unlocked(void *vnp, int mode, cred_t *crp) argument
256 mode));
285 * Change ownership/group/time/access mode of mounted file
296 * If request to change mode, copy new
297 * mode into existing attribute structure.
330 * Check mode permissio
336 nm_access(vnode_t *vp, int mode, int flags, cred_t *crp, caller_context_t *ct) argument
358 nm_create(vnode_t *dvp, char *name, vattr_t *vap, enum vcexcl 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/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/avs/ns/nsctl/
H A Dnsctl.c518 _nscopen(dev_t dev, intptr_t arg, int mode, int *rvp) argument
530 if (ddi_copyin((void *)arg, op, sizeof (*op), mode) < 0) {
553 mode |= (op->mode - FOPEN);
555 if (mode & (FWRITE|FEXCL)) {
717 _nscpartsize(dev_t dev, intptr_t arg, int mode) argument
746 sizeof (partsize), mode) < 0) {
757 nscioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *crp, int *rvp) argument
767 rc = _nscopen(dev, arg, mode, rvp);
779 rc = _nscpartsize(dev, arg, mode);
[all...]
/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/crypto/io/
H A Ddca_rsa.c57 static int dca_pkcs1_unpadding(char *buf, int *tlen, int flen, int mode);
59 static int dca_x509_unpadding(char *buf, int tlen, int flen, int mode);
60 static int decrypt_error_code(int mode, int decrypt, int verify, int def);
64 crypto_req_handle_t req, int mode)
82 if (mode == DCA_RSA_ENC || mode == DCA_RSA_SIGN ||
83 mode == DCA_RSA_SIGNR) {
104 rv = decrypt_error_code(mode, CRYPTO_ENCRYPTED_DATA_LEN_RANGE,
113 if (len < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC ||
114 mode
63 dca_rsastart(crypto_ctx_t *ctx, crypto_data_t *in, crypto_data_t *out, crypto_req_handle_t req, int mode) argument
630 dca_rsaatomic(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, int kmflag, crypto_req_handle_t req, int mode) argument
716 dca_pkcs1_unpadding(char *buf, int *tlen, int flen, int mode) argument
798 dca_x509_unpadding(char *buf, int tlen, int flen, int mode) argument
815 decrypt_error_code(int mode, int decrypt, int verify, int def) argument
[all...]
/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/inet/sockmods/
H A Dsocksdp.c956 sosdp_ioctl(struct sonode *so, int cmd, intptr_t arg, int mode, argument
967 (mode & (int)FKIOCTL))) {
981 (mode & (int)FKIOCTL))) {
999 (mode & (int)FKIOCTL))) {
1011 sizeof (pid_t), (mode & (int)FKIOCTL)))
1021 (mode & (int)FKIOCTL)))
1034 mode & (int)FKIOCTL))
1041 sizeof (int32_t), (mode & (int)FKIOCTL)))
1062 (mode & (int)FKIOCTL)))
/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c1664 * mode mode bits (see ioctl(9e))
1674 h1394_ioctl(void *sl_private, int cmd, intptr_t arg, int mode, cred_t *cred_p, argument
1684 status = s1394_ioctl((s1394_hal_t *)sl_private, cmd, arg, mode,
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/1394/targets/av1394/
H A Dav1394.c397 av1394_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *cr, int *rvalp) argument
405 ret = av1394_isoch_ioctl(avp, cmd, arg, mode, rvalp);
407 ret = av1394_async_ioctl(avp, cmd, arg, mode, rvalp);

Completed in 114 milliseconds

<<11121314151617181920>>