Searched refs:rwflag (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem.h389 typedef int pem_password_cb (char *buf, int size, int rwflag, void *userdata);
392 typedef int pem_password_cb (char *buf, int size, int rwflag);
446 int PEM_def_callback(char *buf, int num, int rwflag, void *userdata);
H A Dpem_lib.c85 int PEM_def_callback(char *buf, int num, int rwflag, void *userdata) argument
103 * rwflag == 0 means decryption
104 * rwflag == 1 means encryption
109 min_len = rwflag ? MIN_LENGTH : 0;
111 i = EVP_read_pw_string_min(buf, min_len, num, prompt, rwflag);
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil.c479 ipfuiomove(buf, len, rwflag, uio)
481 int len, rwflag;
488 if (rwflag == UIO_READ) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c1144 if ((args->rwflag & 0xffff0000) == 0xc0ed0000) {
1149 if (args->rwflag & LINUX_MS_RDONLY)
1151 if (args->rwflag & LINUX_MS_NOSUID)
1153 if (args->rwflag & LINUX_MS_NOEXEC)
1155 if (args->rwflag & LINUX_MS_REMOUNT)
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c501 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
H A Dtls_openssl.c3626 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c5155 procfs_set_watchpoint (ptid_t ptid, CORE_ADDR addr, int len, int rwflag, argument
5169 switch (rwflag) { /* FIXME: need an enum! */
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c1341 iarg[3] = p->rwflag; /* l_ulong */
H A Dlinux_proto.h581 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member in struct:linux_mount_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c170 iarg[3] = p->rwflag; /* l_ulong */
H A Dlinux32_proto.h105 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member in struct:linux_mount_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c170 iarg[3] = p->rwflag; /* l_ulong */
H A Dlinux_proto.h105 char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)]; member in struct:linux_mount_args
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5593 int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp,
5665 } else if (rwflag == NFSV4OPEN_ACCESSREAD)
5592 nfscl_doflayoutio(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, struct nfscllayout *lyp, struct nfsclflayout *flp, uint64_t off, uint64_t len, int docommit, struct ucred *cred, NFSPROC_T *p) argument

Completed in 330 milliseconds