Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c709 if (smbd.s_kbound) { in smbd_kernel_bind()
726 smbd.s_kbound = B_TRUE; in smbd_kernel_bind()
771 smbd.s_kbound = B_FALSE; in smbd_kernel_unbind()
865 if ((last_gmtoff != gmtoff) && smbd.s_kbound) { in smbd_localtime_monitor()
H A Dsmbd.h83 boolean_t s_kbound; /* B_TRUE if bound to kernel */ member