HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
validate.h 51 typedef struct candidate { struct
60 } CANDIDATE;
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_sadb.c 100 ipsa_t *retval, *candidate; local
190 candidate = NULL;
194 ASSERT((candidate == NULL) ||
195 MUTEX_HELD(&candidate->ipsa_lock));
338 * is held in reserve (stored in candidate).
340 * For those stored in candidate, take best-match (i.e. given
341 * a choice, candidate should have non-zero ipsa_src).
364 * I found a candidate..
366 if (candidate == NULL) {
370 candidate = retval
    [all...]
ip6_if.c 1408 typedef struct candidate { struct
    [all...]
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/xml/
data.c 1006 xmlNodePtr candidate; local
1018 /* create the candidate node */
1019 candidate = make_xml_node(obj);
1020 if (candidate == NULL) {
1037 xmlFreeNode(candidate);
1059 node = xmlAddNextSibling(prev, candidate);
1061 node = xmlAddPrevSibling(node, candidate);
1064 node = xmlAddChild(node, candidate);
1068 /* Failed, free the candidate node. */
1069 xmlFreeNode(candidate);
    [all...]
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
output.c 207 * symbol to be a candidate, it must:
215 * If such a candidate is global, then we assume we've found it. The
244 int candidate = 0; local
278 candidate = 1;
289 if (candidate) {
  /onnv/onnv-gate/usr/src/cmd/svc/svccfg/
svccfg_tmpl.c 3086 pgroup_t *candidate; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
pplex.c 543 sfprintf(sfstderr, "%7d: macro candidates\n", pp.counter.candidate);
1325 count(candidate);
    [all...]
pplib.h 205 int candidate; /* macro candidates */ member in struct:counter
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
regexec.c 1300 Idx candidate = edests->elems[i]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CPAN.pm     [all...]

Completed in 2649 milliseconds