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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h51 typedef struct candidate { struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c100 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
[all...]
H A Dip6_if.c1443 /* source address candidate */
1444 typedef struct candidate { struct
1446 /* The properties of this candidate */
1486 * ipif_select_source_v6(). Each rule compares a current candidate (cc)
1487 * against the best candidate (bc). Each rule has three possible outcomes;
1488 * the candidate is preferred over the best candidate (CAND_PREFER), the
1489 * candidate is not preferred over the best candidate (CAND_AVOID), or the
1490 * candidate i
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.c49 vm_offset_t candidate; local
54 candidate = addr + length - (LINUX_CL_OFFSET + max_cmdline_size);
55 if (candidate > LINUX_OLD_REAL_MODE_ADDR)
56 candidate = LINUX_OLD_REAL_MODE_ADDR;
57 if (candidate < addr)
60 if (candidate > *result || *result == (vm_offset_t)-1)
61 *result = candidate;
70 vm_offset_t candidate = -1; local
75 return (candidate);
84 test_addr(smap[i].base, smap[i].length, &candidate);
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c1012 xmlNodePtr candidate; local
1024 /* create the candidate node */
1025 candidate = make_xml_node(obj);
1026 if (candidate == NULL) {
1043 xmlFreeNode(candidate);
1065 node = xmlAddNextSibling(prev, candidate);
1067 node = xmlAddPrevSibling(node, candidate);
1070 node = xmlAddChild(node, candidate);
1074 /* Failed, free the candidate node. */
1075 xmlFreeNode(candidate);
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c205 * symbol to be a candidate, it must:
213 * If such a candidate is global, then we assume we've found it. The
242 int candidate = 0; local
276 candidate = 1;
287 if (candidate) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c3086 pgroup_t *candidate; local
3104 while ((candidate = next_pattern_pg(iter)) != NULL) {
3107 if (strcmp(prop_pattern_name, candidate->sc_pgroup_name) != 0)
3109 c = find_astring_value_in_pg(candidate,
3116 *prop_pattern = candidate;
3117 if (candidate == NULL)
3145 pgroup_t *cpg; /* candidate property group */
3155 /* Generate candidate names for pg_pattern property groups. */
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplex.c543 sfprintf(sfstderr, "%7d: macro candidates\n", pp.counter.candidate);
1325 count(candidate);
1581 count(candidate);
H A Dpplib.h205 int candidate; /* macro candidates */ member in struct:counter

Completed in 89 milliseconds