[driver] cosmetic changes
none (or all) functions should be static. making all function non-static. consistent format of function args (ie each argument on its own line). adding __notnull for our fcb, fobx, vnetroot, netroot context pointers. removed some non-implemented function from our redirector functions table. left some no-op functions that are just required: flush, isvaliddir, deallocatefcb. not sure about completebufferingstate function. 80char lines corrections
This commit is contained in:
parent
24ca1023bf
commit
0e272630a3
3 changed files with 727 additions and 865 deletions
|
|
@ -57,6 +57,7 @@ const char *opcode2string(int opcode);
|
|||
void print_open_error(int on, int status);
|
||||
void print_wait_status(int on, const char *str, NTSTATUS status,
|
||||
const char *opcode, PVOID entry, int xid);
|
||||
void print_acl_args(SECURITY_INFORMATION info);
|
||||
|
||||
#define DbgEn() DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL, \
|
||||
"--> [%s] [%d] %s\n", _DRIVER_NAME_, IoGetCurrentProcess(), \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue