Home
last modified time | relevance | path

Searched refs:smbd (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c93 smbd_t smbd; variable
121 smbd.s_fg = 1; in main()
166 if (smbd.s_fg) { in main()
222 if (smbd.s_fg) { in main()
252 rc = smb_init_daemon_priv(PU_RESETGROUPS, smbd.s_uid, smbd.s_gid); in smbd_daemonize_init()
609 smbd.s_refreshes++; in smbd_refresh_handler()
667 return (smbd.s_initialized && !smbd.s_shutting_down); in smbd_online()
778 rc = smb_kmod_start(smbd.s_door_opipe, smbd.s_door_lmshr, in smbd_kernel_start()
963 smbd.s_debug++; in smbd_setup_options()
966 smbd.s_fg = 1; in smbd_setup_options()
[all …]
H A Dsmbd_join.c48 extern smbd_t smbd;
71 if (smbd.s_secmode != SMB_SECMODE_DOMAIN) in smbd_dc_monitor_init()
76 rc = pthread_create(&smbd.s_dc_monitor_tid, &attr, smbd_dc_monitor, in smbd_dc_monitor_init()
97 smbd.s_dc_changed = B_TRUE; in smbd_dc_monitor_refresh()
126 if (smbd.s_dc_changed) { in smbd_dc_monitor()
127 smbd.s_dc_changed = B_FALSE; in smbd_dc_monitor()
178 smbd.s_dc_monitor_tid = 0; in smbd_dc_monitor()
H A Dsmbd_authsvc.c167 rc = pthread_create(&tid, &attr, smbd_authsvc_listen, &smbd); in smbd_authsvc_start()
174 smbd.s_authsvc_tid = tid; in smbd_authsvc_start()
182 if (smbd.s_authsvc_tid != 0) { in smbd_authsvc_stop()
183 (void) pthread_kill(smbd.s_authsvc_tid, SIGTERM); in smbd_authsvc_stop()
184 smbd.s_authsvc_tid = 0; in smbd_authsvc_stop()
213 smbd.s_authsvc_sock = sock; in smbd_authsock_create()
222 if ((fid = smbd.s_authsvc_sock) != -1) { in smbd_authsock_destroy()
223 smbd.s_authsvc_sock = -1; in smbd_authsock_destroy()
262 if (smbd.s_debug) { in authsock_has_priv()
292 ls = smbd.s_authsvc_sock; in smbd_authsvc_listen()
H A Dsmbd_spool.c99 extern smbd_t smbd;
116 rc = pthread_create(&smbd.s_spool_tid, &attr, smbd_spool_monitor, NULL); in smbd_spool_start()
134 if (pthread_self() == smbd.s_spool_tid) in smbd_spool_stop()
137 for (i = 0; i < 3 && smbd.s_spool_tid != 0; ++i) { in smbd_spool_stop()
138 if (pthread_kill(smbd.s_spool_tid, SIGTERM) == ESRCH) in smbd_spool_stop()
168 while (!smbd.s_shutting_down && (error_retry_cnt > 0)) { in smbd_spool_monitor()
186 smbd.s_spool_tid = 0; in smbd_spool_monitor()
H A Dsmbd_syslog.c43 if (smbd.s_debug == 0 && pri == LOG_DEBUG) in smb_svc_log()
97 if (smbd.s_debug >= 3) in smb_trace()
H A DMakefile28 PROG= smbd
51 SVCMETHOD= svc-smbd
H A Dsmbd.h76 typedef struct smbd { struct
107 extern smbd_t smbd; argument
H A Dsmbd_nicmon.c52 extern smbd_t smbd;
H A Dsmbd_pipesvc.c299 if (smbd.s_debug) { in pipe_has_priv()
/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A DMakefile28 SRCS= smbd-all.d smbd-authsvc.d smbd-doorsvc.d smbd-pipesvc.d \
H A Dsmbd-doorsvc.d30 pid$target:*smbd:smbd_door_dispatch_op:entry
38 pid$target:*smbd::entry,
81 pid$target:*smbd::return,
92 pid$target:*smbd:smbd_door_dispatch_op:return
H A Dsmbd-authsvc.d33 pid$target:*smbd:smbd_authsvc_work:entry
41 pid$target:*smbd::entry,
90 pid$target:*smbd::return,
101 pid$target:*smbd:smbd_authsvc_work:return
H A Dsmbd-pipesvc.d33 pid$target:*smbd:pipesvc_worker:entry
41 pid$target:*smbd::entry,
93 pid$target:*smbd::return,
113 pid$target:*smbd:pipesvc_worker:return
H A Dsmbd-all.d30 pid$target:*smbd::entry,
43 pid$target:*smbd::entry,
117 pid$target:*smbd::return,
128 pid$target:*smbd::return,
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DMakefile52 SRCS= ${OBJS_SMBD:%.o=../smbd/%.c} \
61 INCS += -I../smbd
108 %.o: ../smbd/%.c
H A Dfksmbd_log.c47 if (smbd.s_debug == 0 && pri > LOG_INFO) in smb_vsyslog()
74 if (smbd.s_debug == 0 && (flags & SL_NOTE)) in fakekernel_putlog()
H A Dfksmbd_kmod.c109 smb_kmod_bind(boolean_t smbd) in smb_kmod_bind() argument
113 if (!smbd) in smb_kmod_bind()
H A DREADME22 where the fksmbd program corresponds to the real smbd, the library
63 dtrace -s smbd-authsvc.d -p `pgrep fksmbd` -o output
64 dtrace -s smbd-pipesvc.d -p `pgrep fksmbd` -o output
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-file-system-smb.p5m40 file path=lib/svc/method/svc-smbd mode=0555
79 file path=usr/lib/smbsrv/dtrace/smbd-all.d mode=0555
80 file path=usr/lib/smbsrv/dtrace/smbd-authsvc.d mode=0555
81 file path=usr/lib/smbsrv/dtrace/smbd-doorsvc.d mode=0555
82 file path=usr/lib/smbsrv/dtrace/smbd-pipesvc.d mode=0555
89 file path=usr/lib/smbsrv/smbd mode=0555
101 file path=usr/share/man/man8/smbd.8
/illumos-gate/usr/src/cmd/smbsrv/
H A DMakefile28 SUBDIRS = smbadm smbd smbstat dtrace fksmbd bind-helper \
/illumos-gate/usr/src/cmd/
H A DMakefile.check129 smbsrv/smbd \
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c59 smb_kmod_bind(boolean_t smbd) in smb_kmod_bind() argument
66 if (smbd) { in smb_kmod_bind()
/illumos-gate/exception_lists/
H A Dcddlchk47 usr/src/cmd/smbsrv/smbd/eventlog.dll
/illumos-gate/usr/src/man/man8/
H A DMakefile437 smbd.8 \
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt470 6244:AUE_smbd_session:smbd(8) session setup:lo
471 6245:AUE_smbd_logoff:smbd(8) session logoff:lo

12