Searched refs:reg_index (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.c160 hdr->reg_index = htonl(hdr->reg_index);
H A Ddnssd_ipc.h181 uint32_t reg_index; // identifier for a record registered via DNSServiceRegisterRecord() on a variable
H A Ddnssd_clientstub.c382 hdr->reg_index = 0;
1921 hdr->reg_index = rref->record_index;
1985 hdr->reg_index = rref->record_index;
2026 hdr->reg_index = RecordRef ? RecordRef->record_index : TXT_RECORD_INDEX;
2059 hdr->reg_index = RecordRef->record_index;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c2360 uchar_t reg_index; local
2369 reg_index = 0xe9; /* config status reg offset on SCB */
2371 reg_index = 0xd7; /* config status reg offset on SCB */
2387 if (scsb_ioc_reg_read(scsb_fd, reg_index, &ioc_read, 1) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c541 reply->mhdr->reg_index = 0;
1257 re->key = request->hdr.reg_index;
1379 extra->ClientID = request->hdr.reg_index;
1509 if (reptr->key == hdr->reg_index)
1529 if (hdr->reg_index == TXT_RECORD_INDEX)
1545 if (hdr->reg_index == TXT_RECORD_INDEX) rr = &i->srs.RR_TXT;
1550 if (e->ClientID == hdr->reg_index) { rr = &e->r; break; }
1574 while (*ptr && (*ptr)->key != request->hdr.reg_index) ptr = &(*ptr)->next;
1575 if (!*ptr) { LogMsg("%3d: DNSServiceRemoveRecord(%u) not found", request->sd, request->hdr.reg_index); return mStatus_BadReferenceErr; }
1604 if (ptr->ClientID == request->hdr.reg_index) // foun
[all...]

Completed in 96 milliseconds