Searched defs:smbd (Results 1 – 4 of 4) sorted by relevance
76 typedef struct smbd { struct77 const char *s_version; /* smbd version string */ argument78 const char *s_pname; /* basename to use for messages */79 pid_t s_pid; /* process-ID of current daemon */80 uid_t s_uid; /* UID of current daemon */81 gid_t s_gid; /* GID of current daemon */105 } smbd_t; argument107 extern smbd_t smbd; argument
93 smbd_t smbd; variable
109 smb_kmod_bind(boolean_t smbd) in smb_kmod_bind()
59 smb_kmod_bind(boolean_t smbd) in smb_kmod_bind()