Changeset View
Changeset View
Standalone View
Standalone View
sys/kern/syscalls.master
Context not available. | |||||
unsigned int flags | unsigned int flags | ||||
); | ); | ||||
} | } | ||||
564 AUE_NULL STD { | |||||
int getfhat( | |||||
int fd, | |||||
_In_ char *path, | |||||
brooks: _In_z_ | |||||
_Out_ struct fhandle *fhp, | |||||
int flags | |||||
); | |||||
} | |||||
565 AUE_NULL STD { | |||||
int fhlink( | |||||
struct fhandle *fhp, | |||||
brooksUnsubmitted Done Inline Actions_In_ brooks: _In_ | |||||
const char *to | |||||
brooksUnsubmitted Done Inline Actions_In_z_ brooks: _In_z_ | |||||
); | |||||
} | |||||
566 AUE_NULL STD { | |||||
int fhlinkat( | |||||
struct fhandle *fhp, | |||||
brooksUnsubmitted Done Inline Actions_In_ brooks: _In_ | |||||
int tofd, | |||||
const char *to, | |||||
brooksUnsubmitted Done Inline Actions_In_z_ brooks: _In_z_ | |||||
int flags, | |||||
brooksUnsubmitted Done Inline ActionsIndentation looks like it is wrong. brooks: Indentation looks like it is wrong. | |||||
); | |||||
} | |||||
567 AUE_NULL STD { | |||||
int fhreadlink( | |||||
struct fhandle *fhp, | |||||
brooksUnsubmitted Done Inline Actions_In_ brooks: _In_ | |||||
char *buf, | |||||
brooksUnsubmitted Done Inline Actions_Out_writes_(bufsize) brooks: _Out_writes_(bufsize) | |||||
size_t bufsize | |||||
); | |||||
} | |||||
; Please copy any additions and changes to the following compatability tables: | ; Please copy any additions and changes to the following compatability tables: | ||||
; sys/compat/freebsd32/syscalls.master | ; sys/compat/freebsd32/syscalls.master | ||||
Context not available. |
_In_z_