Searched refs:AUE_LSTAT (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/sys/bsm/ |
| D | audit_kevents.h | 70 #define AUE_LSTAT 17 macro 622 #define AUE_O_LSTAT AUE_LSTAT /* Darwin */
|
| /freebsd-9-stable/contrib/openbsm/sys/bsm/ |
| D | audit_kevents.h | 69 #define AUE_LSTAT 17 macro 621 #define AUE_O_LSTAT AUE_LSTAT /* Darwin */
|
| /freebsd-9-stable/sys/i386/linux/ |
| D | linux_sysent.c | 105 …{ AS(linux_lstat_args), (sy_call_t *)linux_lstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 84… 128 …{ AS(linux_newlstat_args), (sy_call_t *)linux_newlstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC },… 217 …{ AS(linux_lstat64_args), (sy_call_t *)linux_lstat64, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| D | linux_proto.h | 1485 #define LINUX_SYS_AUE_linux_lstat AUE_LSTAT 1502 #define LINUX_SYS_AUE_linux_newlstat AUE_LSTAT 1572 #define LINUX_SYS_AUE_linux_lstat64 AUE_LSTAT
|
| /freebsd-9-stable/sys/amd64/linux32/ |
| D | linux32_sysent.c | 106 …{ AS(linux_lstat_args), (sy_call_t *)linux_lstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 84… 129 …{ AS(linux_newlstat_args), (sy_call_t *)linux_newlstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC },… 218 …{ AS(linux_lstat64_args), (sy_call_t *)linux_lstat64, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| D | linux32_proto.h | 1472 #define LINUX_SYS_AUE_linux_lstat AUE_LSTAT 1487 #define LINUX_SYS_AUE_linux_newlstat AUE_LSTAT 1557 #define LINUX_SYS_AUE_linux_lstat64 AUE_LSTAT
|
| /freebsd-9-stable/sys/i386/ibcs2/ |
| D | ibcs2_sysent.c | 111 …{ AS(ibcs2_lstat_args), (sy_call_t *)ibcs2_lstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 91…
|
| D | ibcs2_proto.h | 404 #define IBCS2_SYS_AUE_ibcs2_lstat AUE_LSTAT
|
| /freebsd-9-stable/sys/kern/ |
| D | init_sysent.c | 77 { compat(AS(olstat_args),lstat), AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 40 = old lstat */ 227 …{ AS(lstat_args), (sy_call_t *)sys_lstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 190 = lsta… 317 …{ AS(nlstat_args), (sy_call_t *)sys_nlstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 280 = nl…
|
| /freebsd-9-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 90 …{ compat(AS(ofreebsd32_lstat_args),freebsd32_lstat), AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /*… 240 …{ AS(freebsd32_lstat_args), (sy_call_t *)freebsd32_lstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC … 330 …{ AS(nlstat_args), (sy_call_t *)sys_nlstat, AUE_LSTAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 280 = nl…
|
| D | freebsd32_proto.h | 1076 #define FREEBSD32_SYS_AUE_ofreebsd32_lstat AUE_LSTAT 1113 #define FREEBSD32_SYS_AUE_freebsd32_lstat AUE_LSTAT
|
| /freebsd-9-stable/contrib/openbsm/etc/ |
| D | audit_event | 42 17:AUE_LSTAT:lstat(2):fa
|
| /freebsd-9-stable/sys/security/audit/ |
| D | audit_bsm.c | 735 case AUE_LSTAT: in kaudit_to_bsm()
|
| /freebsd-9-stable/sys/sys/ |
| D | sysproto.h | 2445 #define SYS_AUE_olstat AUE_LSTAT 2570 #define SYS_AUE_lstat AUE_LSTAT 2622 #define SYS_AUE_nlstat AUE_LSTAT
|