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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd.h82 boolean_t s_shutting_down; /* shutdown control */ member in struct:smbd
H A Dsmbd_main.c187 while (!smbd.s_shutting_down) {
211 smbd.s_shutting_down = B_TRUE;
567 smbd.s_shutting_down = B_TRUE;
603 if (smbd.s_shutting_down)
662 return (smbd.s_initialized && !smbd.s_shutting_down);
H A Dsmbd_spool.c167 while (!smbd.s_shutting_down && (error_retry_cnt > 0)) {

Completed in 57 milliseconds