Home
last modified time | relevance | path

Searched refs:srvinfo (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/smbclnt/test/
H A DMakefile29 PROG= srvenum srvinfo tconn
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c2660 service_info *srvinfo = rstate->service_registration; in handle_add_request() local
2663 if (!srvinfo) { LogMsg("handle_add_request called with NULL service_registration"); return(-1); } in handle_add_request()
2675 (srvinfo->instances) ? srvinfo->instances->srs.RR_SRV.resrec.name->c : NULL, DNSTypeName(rrtype)); in handle_add_request()
2677 for (i = srvinfo->instances; i; i = i->next) in handle_add_request()
2716 service_info *srvinfo = rstate->service_registration; in handle_update_request() local
2744 if (!srvinfo) { result = mStatus_BadReferenceErr; goto end; } in handle_update_request()
2745 for (i = srvinfo->instances; i; i = i->next) in handle_update_request()
2763 (srvinfo->instances) ? srvinfo->instances->srs.RR_SRV.resrec.name->c : NULL, in handle_update_request()
2944 service_info *srvinfo = rstate->service_registration; in handle_removerecord_request() local
2950 else if (!srvinfo) LogOperation("%3d: DNSServiceRemoveRecord (bad ref)", rstate->sd); in handle_removerecord_request()
[all …]