/dflybsd-src/contrib/wpa_supplicant/src/wps/ |
H A D | wps_attr_process.c | 83 static int wps_process_cred_network_idx(struct wps_credential *cred, in wps_process_cred_network_idx() 98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, in wps_process_cred_ssid() 121 static int wps_process_cred_auth_type(struct wps_credential *cred, in wps_process_cred_auth_type() 138 static int wps_process_cred_encr_type(struct wps_credential *cred, in wps_process_cred_encr_type() 155 static int wps_process_cred_network_key_idx(struct wps_credential *cred, in wps_process_cred_network_key_idx() 168 static int wps_process_cred_network_key(struct wps_credential *cred, in wps_process_cred_network_key() 194 static int wps_process_cred_mac_addr(struct wps_credential *cred, in wps_process_cred_mac_addr() 210 static int wps_workaround_cred_key(struct wps_credential *cred) in wps_workaround_cred_key() 247 struct wps_credential *cred) in wps_process_cred() 267 struct wps_credential *cred) in wps_process_ap_settings()
|
/dflybsd-src/sys/kern/ |
H A D | kern_caps.c | 63 caps_check_cred(struct ucred *cred, int cap) in caps_check_cred() 79 struct ucred *cred; in sys_syscap_get() local 143 struct ucred *cred; in sys_syscap_set() local 228 struct ucred *cred; in caps_exec() local 269 caps_get(struct ucred *cred, int cap) in caps_get() 289 struct ucred *cred; in caps_set_locked() local 311 caps_priv_check(struct ucred *cred, int cap) in caps_priv_check() 341 struct ucred *cred; in caps_priv_check_td() local
|
H A D | vfs_helper.c | 81 struct ucred *cred = ap->a_cred; in vop_helper_access() local 173 uid_t uid, struct ucred *cred) in vop_helper_setattr_flags() 208 struct ucred *cred, mode_t *modep) in vop_helper_create_uid() 224 vop_helper_chmod(struct vnode *vp, mode_t new_mode, struct ucred *cred, in vop_helper_chmod() 250 struct ucred *cred, in vop_helper_chown()
|
H A D | sys_socket.c | 71 soo_read(struct file *fp, struct uio *uio, struct ucred *cred, int fflags) in soo_read() 98 soo_write(struct file *fp, struct uio *uio, struct ucred *cred, int fflags) in soo_write() 129 struct ucred *cred, struct sysmsg *msg) in soo_ioctl() 196 soo_stat(struct file *fp, struct stat *ub, struct ucred *cred) in soo_stat()
|
H A D | vfs_vopops.c | 270 vop_open(struct vop_ops *ops, struct vnode *vp, int mode, struct ucred *cred, in vop_open() 329 struct ucred *cred) in vop_access() 401 struct ucred *cred, struct file *fp) in vop_setattr() 426 struct ucred *cred, struct file *fp) in vop_read() 452 struct ucred *cred, struct file *fp) in vop_write() 509 int fflag, struct ucred *cred, struct sysmsg *msg) in vop_ioctl() 535 vop_poll(struct vop_ops *ops, struct vnode *vp, int events, struct ucred *cred) in vop_poll() 580 vop_mmap(struct vop_ops *ops, struct vnode *vp, int fflags, struct ucred *cred) in vop_mmap() 806 struct ucred *cred, int *eofflag, int *ncookies, off_t **cookies, in vop_readdir() 835 struct ucred *cred) in vop_readlink() [all …]
|
H A D | vfs_vfsops.c | 84 vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in vfs_mount() 160 struct ucred *cred) in vfs_quotactl() 175 vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in vfs_statfs() 190 vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in vfs_statvfs() 310 struct ucred *cred) in vfs_extattrctl()
|
H A D | vfs_vnops.c | 106 struct ucred *cred = nd->nl_cred; in vn_open() local 630 struct ucred *cred, int *aresid) in vn_rdwr() 675 struct ucred *cred, int *aresid) in vn_rdwr_inchunks() 723 vn_read(struct file *fp, struct uio *uio, struct ucred *cred, int flags) in vn_read() 760 vn_write(struct file *fp, struct uio *uio, struct ucred *cred, int flags) in vn_write() 813 vn_statfile(struct file *fp, struct stat *sb, struct ucred *cred) in vn_statfile() 827 vn_stat(struct vnode *vp, struct stat *sb, struct ucred *cred) in vn_stat()
|
/dflybsd-src/contrib/wpa_supplicant/src/tls/ |
H A D | tlsv1_cred.c | 23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc() local 29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free() 194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert() 258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert() 415 static int pkcs12_keybag(struct tlsv1_credentials *cred, in pkcs12_keybag() 423 static int pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, in pkcs12_pkcs8_keybag() 443 static int pkcs12_certbag(struct tlsv1_credentials *cred, in pkcs12_certbag() 622 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag() 700 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents() 745 static int pkcs12_parse_content_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_data() [all …]
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | interworking.c | 144 struct wpa_cred *cred; in cred_with_roaming_consortium() local 160 struct wpa_cred *cred; in cred_with_3gpp() local 172 struct wpa_cred *cred; in cred_with_nai_realm() local 188 struct wpa_cred *cred; in cred_with_domain() local 203 struct wpa_cred *cred; in cred_with_min_backhaul() local 218 struct wpa_cred *cred; in cred_with_conn_capab() local 695 struct wpa_cred *cred, in nai_realm_find_eap() 881 struct wpa_cred *cred, struct wpa_bss *bss) in already_connected() 907 struct wpa_cred *cred, in remove_duplicate_network() 969 struct wpa_cred *cred, in interworking_connect_3gpp() [all …]
|
/dflybsd-src/usr.sbin/sysvipcd/ |
H A D | perm.c | 37 is_root(struct cmsgcred *cred) { in is_root() 42 is_grpmember(gid_t gid, struct cmsgcred *cred) { in is_grpmember() 57 ipcperm(struct cmsgcred *cred, struct ipc_perm *perm, int mode) { in ipcperm()
|
H A D | shmd.c | 370 int segnum, struct cmsgcred *cred) in shmget_existing() 402 int mode, struct cmsgcred *cred) in shmget_allocate_segment() 522 struct cmsgcred *cred ) { in handle_shmget() 577 struct cmsgcred *cred ) { in handle_shmat() 707 struct cmsgcred *cred ) { in handle_shmctl()
|
/dflybsd-src/sys/sys/ |
H A D | file2.h | 47 struct ucred *cred, in fo_read() 62 struct ucred *cred, in fo_write() 78 struct ucred *cred, in fo_ioctl() 90 fo_stat(struct file *fp, struct stat *sb, struct ucred *cred) in fo_stat()
|
H A D | vfsops.h | 1036 #define VOP_OPEN(vp, mode, cred, fpp) \ argument 1040 #define VOP_ACCESS(vp, mode, cred) \ argument 1042 #define VOP_EACCESS(vp, mode, cred) \ argument 1044 #define VOP_ACCESS_FLAGS(vp, mode, flags, cred) \ argument 1052 #define VOP_SETATTR_FP(vp, vap, cred, fp) \ argument 1054 #define VOP_SETATTR(vp, vap, cred) \ argument 1056 #define VOP_READ_FP(vp, uio, ioflag, cred, fp) \ argument 1058 #define VOP_READ(vp, uio, ioflag, cred) \ argument 1060 #define VOP_WRITE_FP(vp, uio, ioflag, cred, fp) \ argument 1062 #define VOP_WRITE(vp, uio, ioflag, cred) \ argument [all …]
|
/dflybsd-src/sys/vfs/autofs/ |
H A D | autofs_vfsops.c | 114 autofs_mount(struct mount *mp, char *mntpt, caddr_t data, struct ucred *cred) in autofs_mount() 282 autofs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in autofs_statfs() 296 autofs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in autofs_statvfs()
|
/dflybsd-src/sys/vfs/nullfs/ |
H A D | null_vfsops.c | 76 nullfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in nullfs_mount() 292 struct ucred *cred) in nullfs_quotactl() 298 nullfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in nullfs_statfs() 399 int attrnamespace, const char *attrname, struct ucred *cred) in nullfs_extattrctl()
|
/dflybsd-src/sys/vfs/smbfs/ |
H A D | smbfs_io.c | 79 smbfs_readvdir(struct vnode *vp, struct uio *uio, struct ucred *cred) in smbfs_readvdir() 177 smbfs_readvnode(struct vnode *vp, struct uio *uiop, struct ucred *cred) in smbfs_readvnode() 235 struct ucred *cred, int ioflag) in smbfs_writevnode() 540 struct ucred *cred; in smbfs_putpages() local
|
H A D | smbfs_vfsops.c | 108 smbfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in smbfs_mount() 266 struct ucred *cred; in smbfs_root() local 318 smbfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in smbfs_statfs()
|
/dflybsd-src/sys/vfs/nfs/ |
H A D | nfs_serv.c | 212 struct ucred *cred = &nfsd->nd_cr; in nfsrv3_access() local 282 struct ucred *cred = &nfsd->nd_cr; in nfsrv_getattr() local 336 struct ucred *cred = &nfsd->nd_cr; in nfsrv_setattr() local 491 struct ucred *cred = &nfsd->nd_cr; in nfsrv_lookup() local 682 struct ucred *cred = &nfsd->nd_cr; in nfsrv_readlink() local 797 struct ucred *cred = &nfsd->nd_cr; in nfsrv_read() local 1001 struct ucred *cred = &nfsd->nd_cr; in nfsrv_write() local 1225 struct ucred *cred; in nfsrv_writegather() local 1595 struct ucred *cred = &nfsd->nd_cr; in nfsrv_create() local 1890 struct ucred *cred = &nfsd->nd_cr; in nfsrv_mknod() local [all …]
|
/dflybsd-src/sys/vfs/procfs/ |
H A D | procfs_vfsops.c | 65 procfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in procfs_mount() 128 procfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in procfs_statfs()
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vfsops.c | 98 dirfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in dirfs_mount() 290 dirfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in dirfs_statfs() 309 dirfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in dirfs_statvfs()
|
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_subr.c | 524 struct namecache *ncp, struct ucred *cred, char *target) in tmpfs_alloc_file() 1103 tmpfs_chflags(struct vnode *vp, u_long vaflags, struct ucred *cred) in tmpfs_chflags() 1140 tmpfs_chmod(struct vnode *vp, mode_t vamode, struct ucred *cred) in tmpfs_chmod() 1187 tmpfs_chown(struct vnode *vp, uid_t uid, gid_t gid, struct ucred *cred) in tmpfs_chown() 1236 tmpfs_chsize(struct vnode *vp, u_quad_t size, struct ucred *cred) in tmpfs_chsize() 1293 int vaflags, struct ucred *cred) in tmpfs_chtimes()
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_balloc.c | 61 struct ucred *cred, struct buf **bpp, int flags) in ext2_ext_balloc() 72 ext2_balloc(struct inode *ip, e2fs_lbn_t lbn, int size, struct ucred *cred, in ext2_balloc()
|
/dflybsd-src/sys/vfs/ntfs/ |
H A D | ntfs_vfsops.c | 122 ntfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in ntfs_mount() 284 struct ucred *cred) in ntfs_mountfs() 606 ntfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in ntfs_statfs() 633 ntfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in ntfs_statvfs()
|
/dflybsd-src/sys/netinet/ |
H A D | in_pcb.c | 346 struct inpcb *inp, u_short lport, struct ucred *cred, int wild) in in_pcbporthash_update() 369 in_pcbsetlport(struct inpcb *inp, int wild, struct ucred *cred) in in_pcbsetlport() 514 struct inpcbporthead *porthash, int wild, struct ucred *cred, in in_pcbbind_laddrport_check() 567 struct ucred *cred = NULL; in in_pcbsrcaddr_check() local 631 struct ucred *cred = NULL; in in_pcbbind() local 731 struct ucred *cred) in in_pcblookup_localremote() 792 struct ucred *cred) in in_pcbporthash_update4() 823 struct ucred *cred = NULL; in in_pcbbind_remote() local 947 struct ucred *cred = NULL; in in_pcbladdr_find() local 1470 u_int lport_arg, int wild_okay, struct ucred *cred) in in_pcblookup_local() [all …]
|
/dflybsd-src/lib/libc/sysvipc/ |
H A D | sockets.c | 256 char cred[CMSG_SPACE(sizeof(struct cmsgcred))]; in send_msg_with_cred() member 284 struct cmsgcred *cred) in receive_msg_with_cred() 293 char cred[CMSG_SPACE(sizeof(struct cmsgcred))]; in receive_msg_with_cred() member
|