Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c187 while (!smbd.s_shutting_down) { in main()
211 smbd.s_shutting_down = B_TRUE; in main()
550 smbd.s_shutting_down = B_TRUE; in smbd_service_fini()
585 if (smbd.s_shutting_down) in smbd_refresh_handler()
644 return (smbd.s_initialized && !smbd.s_shutting_down); in smbd_online()
H A Dsmbd.h81 boolean_t s_shutting_down; /* shutdown control */ member
H A Dsmbd_spool.c167 while (!smbd.s_shutting_down && (error_retry_cnt > 0)) { in smbd_spool_monitor()