Searched defs:thelist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1815 struct thelist { struct
1816 struct thelist *next;
1818 } thelist, *ptl; local
1824 thelist.next = NULL;
1853 ptl = malloc(sizeof (struct thelist));
1861 ptl->next = thelist.next;
1862 thelist.next = ptl;
1878 for (ptl = thelist.next; ptl; ptl = thelist.next) {
1879 thelist
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c7128 mDNSlocal void ClearKeepaliveProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist, const mDNSInterfaceID InterfaceID) argument
7132 m->CurrentRecord = thelist;
7157 mDNSlocal void ClearIdenticalProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist) argument
7161 m->CurrentRecord = thelist;
7180 mDNSlocal void ClearProxyRecords(mDNS *const m, const OwnerOptData *const owner, AuthRecord *const thelist) argument
7184 m->CurrentRecord = thelist;
9466 mDNSlocal void ScheduleWakeupForList(mDNS *const m, mDNSInterfaceID InterfaceID, mDNSEthAddr *e, AuthRecord *const thelist) argument
9477 m->CurrentRecord = thelist;

Completed in 221 milliseconds