Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c188 while (!smbd.s_shutting_down) { in main()
212 smbd.s_shutting_down = B_TRUE; in main()
569 smbd.s_shutting_down = B_TRUE; in smbd_service_fini()
606 if (smbd.s_shutting_down) in smbd_refresh_handler()
667 return (smbd.s_initialized && !smbd.s_shutting_down); in smbd_online()
H A Dsmbd.h86 boolean_t s_shutting_down; /* shutdown control */ member
H A Dsmbd_spool.c168 while (!smbd.s_shutting_down && (error_retry_cnt > 0)) { in smbd_spool_monitor()