Searched refs:audit_fdsend (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sad.h | 211 void audit_fdsend(int, struct file *, int);
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit.h | 591 void audit_fdsend(int, struct file *, int);
|
H A D | audit.c | 1600 audit_fdsend(int fd, struct file *fp, int error) in audit_fdsend() function
|
/illumos-gate/usr/src/uts/sparc/ml/ |
H A D | modstubs.S | 861 NO_UNLOAD_STUB(c2audit, audit_fdsend, nomod_zero);
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | modstubs.S | 756 NO_UNLOAD_STUB(c2audit, audit_fdsend, nomod_zero);
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 853 audit_fdsend(fds[i], fp, 0); in fdbuf_create()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 5417 audit_fdsend((int)arg, fp, error); in strioctl()
|