Home
last modified time | relevance | path

Searched refs:winreg_keylist (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwinreg_svc.c92 typedef struct winreg_keylist { struct
97 static winreg_keylist_t winreg_keylist; argument
203 list_create(&winreg_keylist.kl_list, sizeof (winreg_subkey_t), in winreg_initialize()
205 winreg_keylist.kl_count = 0; in winreg_initialize()
249 list_insert_tail(&winreg_keylist.kl_list, key); in winreg_add_predefined()
250 ++winreg_keylist.kl_count; in winreg_add_predefined()
428 if (list_is_empty(&winreg_keylist.kl_list)) in winreg_s_CreateKey()
434 key = list_head(&winreg_keylist.kl_list); in winreg_s_CreateKey()
446 } while ((key = list_next(&winreg_keylist.kl_list, key)) != NULL); in winreg_s_CreateKey()
463 list_insert_tail(&winreg_keylist.kl_list, key); in winreg_s_CreateKey()
[all …]