Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c144 (void) ht_remove_item(handle, item->hi_key); in ht_destroy_table()
289 (void) ht_remove_item(handle, key); in ht_replace_item()
308 ht_remove_item(HT_HANDLE *handle, const char *key) in ht_remove_item() function
H A Dmapfile-vers60 ht_remove_item;
/titanic_44/usr/src/uts/common/smbsrv/
H A Dhash_table.h168 extern void *ht_remove_item(HT_HANDLE *handle, const char *key);
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1402 (void) ht_remove_item(smb_shr_cache.sc_cache, sharename); in smb_shr_cache_delent()