Searched refs:sd_val (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dsd.h6 void init_system_file_sd(int sys_file_no, u8 **sd_val, int *sd_val_len);
7 void init_root_sd(u8 **sd_val, int *sd_val_len);
8 void init_secure_sds(char *sd_val);
H A Dsd.c18 * The sd is returned in *@sd_val and has length *@sd_val_len.
20 * Do NOT free *@sd_val as it is static memory. This also means that you can
21 * only use *@sd_val until the next call to this function.
23 void init_system_file_sd(int sys_file_no, u8 **sd_val, int *sd_val_len) argument
32 *sd_val = NULL;
36 *sd_val = sd_array;
169 void init_root_sd(u8 **sd_val, int *sd_val_len) argument
178 *sd_val = (u8*)&sd_array;
398 void init_secure_sds(char *sd_val) argument
410 sds = (SECURITY_DESCRIPTOR_HEADER*)((char*)sd_val);
[all...]

Completed in 19 milliseconds