find_workgroup_on_subnet 3881 source3/include/proto.h struct work_record *find_workgroup_on_subnet(struct subnet_record *subrec, 
find_workgroup_on_subnet   42 source3/nmbd/nmbd_become_dmb.c 	work = find_workgroup_on_subnet(subrec, failname);
find_workgroup_on_subnet   85 source3/nmbd/nmbd_become_dmb.c 	work = find_workgroup_on_subnet( subrec, regname);
find_workgroup_on_subnet  182 source3/nmbd/nmbd_become_dmb.c 	if((work = find_workgroup_on_subnet( subrec, wg_name )) == NULL) {
find_workgroup_on_subnet  280 source3/nmbd/nmbd_become_dmb.c 		struct work_record *work = find_workgroup_on_subnet(subrec, workgroup_name);
find_workgroup_on_subnet  324 source3/nmbd/nmbd_become_dmb.c 	work = find_workgroup_on_subnet(unicast_subnet, workgroup_name);
find_workgroup_on_subnet   80 source3/nmbd/nmbd_become_lmb.c 	if((work = find_workgroup_on_subnet( subrec, workgroup_name)) == NULL) {
find_workgroup_on_subnet  335 source3/nmbd/nmbd_become_lmb.c 	work = find_workgroup_on_subnet( subrec, regname);
find_workgroup_on_subnet  419 source3/nmbd/nmbd_become_lmb.c 	work = find_workgroup_on_subnet( subrec, failname);
find_workgroup_on_subnet  442 source3/nmbd/nmbd_become_lmb.c 	struct work_record *work = find_workgroup_on_subnet( subrec, work_name);
find_workgroup_on_subnet  480 source3/nmbd/nmbd_become_lmb.c 	struct work_record *work = find_workgroup_on_subnet(subrec, work_name);
find_workgroup_on_subnet   36 source3/nmbd/nmbd_browsesync.c 	if( !(work = find_workgroup_on_subnet(unicast_subnet, browc->work_group)) ) {
find_workgroup_on_subnet  173 source3/nmbd/nmbd_browsesync.c 	struct work_record *work = find_workgroup_on_subnet( subrec, userdata->data);
find_workgroup_on_subnet  284 source3/nmbd/nmbd_browsesync.c 	if( !(work = find_workgroup_on_subnet(subrec, qname)) ) {
find_workgroup_on_subnet  454 source3/nmbd/nmbd_browsesync.c 				if((work = find_workgroup_on_subnet( subrec, qname)) == NULL) {
find_workgroup_on_subnet  584 source3/nmbd/nmbd_browsesync.c 	if((work = find_workgroup_on_subnet( unicast_subnet, lp_workgroup())) == NULL) {
find_workgroup_on_subnet  630 source3/nmbd/nmbd_browsesync.c 	work = find_workgroup_on_subnet(unicast_subnet, lp_workgroup());
find_workgroup_on_subnet   92 source3/nmbd/nmbd_elections.c 	work = find_workgroup_on_subnet(subrec, workgroup_name);
find_workgroup_on_subnet  281 source3/nmbd/nmbd_elections.c 	if(( work = find_workgroup_on_subnet(subrec, workgroup_name)) == NULL) {
find_workgroup_on_subnet  154 source3/nmbd/nmbd_incomingdgrams.c 	work = find_workgroup_on_subnet(subrec, work_name);
find_workgroup_on_subnet  227 source3/nmbd/nmbd_incomingdgrams.c 	if ((work = find_workgroup_on_subnet(subrec, workgroup_announce_name))==NULL) {
find_workgroup_on_subnet  291 source3/nmbd/nmbd_incomingdgrams.c 	if ((work = find_workgroup_on_subnet(subrec, work_name))==NULL) {
find_workgroup_on_subnet  386 source3/nmbd/nmbd_incomingdgrams.c 	if((work = find_workgroup_on_subnet(subrec, lp_workgroup())) == NULL) {
find_workgroup_on_subnet  494 source3/nmbd/nmbd_incomingdgrams.c 	work = find_workgroup_on_subnet(subrec, work_name);
find_workgroup_on_subnet  668 source3/nmbd/nmbd_incomingdgrams.c 	if((work = find_workgroup_on_subnet(search_subrec, workgroup_name)) == NULL) {
find_workgroup_on_subnet  796 source3/nmbd/nmbd_incomingdgrams.c 	if((work = find_workgroup_on_subnet(subrec, workgroup_name)) == NULL) {
find_workgroup_on_subnet  836 source3/nmbd/nmbd_incomingdgrams.c 	if(find_workgroup_on_subnet(subrec, workgroup_name) == NULL) {
find_workgroup_on_subnet   40 source3/nmbd/nmbd_logonnames.c 	work = find_workgroup_on_subnet(subrec, failname);
find_workgroup_on_subnet   81 source3/nmbd/nmbd_logonnames.c 	work = find_workgroup_on_subnet( subrec, reg_name);
find_workgroup_on_subnet  153 source3/nmbd/nmbd_logonnames.c 		struct work_record *work = find_workgroup_on_subnet(subrec, lp_workgroup());
find_workgroup_on_subnet  270 source3/nmbd/nmbd_sendannounce.c 		struct work_record *work = find_workgroup_on_subnet(subrec, lp_workgroup());
find_workgroup_on_subnet  328 source3/nmbd/nmbd_sendannounce.c 		struct work_record *work = find_workgroup_on_subnet(subrec, lp_workgroup());
find_workgroup_on_subnet  550 source3/nmbd/nmbd_sendannounce.c 	if((work = find_workgroup_on_subnet(FIRST_SUBNET, lp_workgroup())) == NULL) {   
find_workgroup_on_subnet  264 source3/nmbd/nmbd_serverlistdb.c 		if(find_workgroup_on_subnet( ssub, work->work_group) != NULL)
find_workgroup_on_subnet  352 source3/nmbd/nmbd_serverlistdb.c 	if((work = find_workgroup_on_subnet(FIRST_SUBNET, lp_workgroup())) == NULL) { 
find_workgroup_on_subnet  374 source3/nmbd/nmbd_serverlistdb.c 			if((work = find_workgroup_on_subnet( subrec, lp_workgroup() )) == NULL)
find_workgroup_on_subnet  214 source3/nmbd/nmbd_synclists.c 		if((work=find_workgroup_on_subnet(unicast_subnet, sname))) {
find_workgroup_on_subnet  230 source3/nmbd/nmbd_synclists.c 	work = find_workgroup_on_subnet(unicast_subnet, s->workgroup);