Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_logon.c374 smb_audit_t **ppe; in smbd_audit_unlink() local
377 ppe = &smbd_audit_list; in smbd_audit_unlink()
379 while (*ppe) { in smbd_audit_unlink()
380 entry = *ppe; in smbd_audit_unlink()
389 *ppe = entry->sa_next; in smbd_audit_unlink()
394 ppe = &(*ppe)->sa_next; in smbd_audit_unlink()