Changeset View
Changeset View
Standalone View
Standalone View
sys/compat/freebsd32/syscalls.master
| Show First 20 Lines • Show All 1,132 Lines • ▼ Show 20 Lines | 561 AUE_NULL STD { int freebsd32_cpuset_getdomain(cpulevel_t level, \ | ||||
| size_t domainsetsize, domainset_t *mask, \ | size_t domainsetsize, domainset_t *mask, \ | ||||
| int *policy); } | int *policy); } | ||||
| 562 AUE_NULL STD { int freebsd32_cpuset_setdomain(cpulevel_t level, \ | 562 AUE_NULL STD { int freebsd32_cpuset_setdomain(cpulevel_t level, \ | ||||
| cpuwhich_t which, uint32_t id1, uint32_t id2, \ | cpuwhich_t which, uint32_t id1, uint32_t id2, \ | ||||
| size_t domainsetsize, domainset_t *mask, \ | size_t domainsetsize, domainset_t *mask, \ | ||||
| int policy); } | int policy); } | ||||
| 563 AUE_NULL NOPROTO { int getrandom(void *buf, size_t buflen, \ | 563 AUE_NULL NOPROTO { int getrandom(void *buf, size_t buflen, \ | ||||
| unsigned int flags); } | unsigned int flags); } | ||||
| 564 AUE_NULL NOPROTO { int getfhat( int fd, char *path, \ | |||||
brooks: Don't include the _In_ annotation here, this file isn't annotated. | |||||
| struct fhandle *fhp, int flags); } | |||||
| 565 AUE_NULL NOPROTO { int fhlink( struct fhandle *fhp, const char *to ); } | |||||
| 566 AUE_NULL NOPROTO { int fhlinkat( struct fhandle *fhp, int tofd, \ | |||||
| const char *to); } | |||||
| 567 AUE_NULL NOPROTO { int fhreadlink( struct fhandle *fhp, char *buf, \ | |||||
| size_t bufsize); } | |||||
| ; vim: syntax=off | ; vim: syntax=off | ||||
Don't include the _In_ annotation here, this file isn't annotated.