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

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

Completed in 44 milliseconds