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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c149 AgentIdList agentList = NULL; local
165 if ((agentList = (AgentIdList)
194 /* insert the agents into agentList in "most to least willing" order */
195 while ((j < current) && (agentList[j].willingness > *agentWillingness))
198 (void) bcopy((char *) &agentList[j], (char *) &agentList[j+1],
201 agentList[j].id = agents[current++];
202 agentList[j].willingness = *agentWillingness;
223 return(agentList);
227 if (agentList !
243 AgentIdList agentList = NULL; local
[all...]

Completed in 61 milliseconds