HomeSort by: relevance | last modified time | path
    Searched defs:lowest_id (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
keyword-gen.c 654 u_short lowest_id; local
664 lowest_id = ntp_keywords[0].token;
666 id_count = highest_id - lowest_id + 1;
668 printf("#define LOWEST_KEYWORD_ID %d\n\n", lowest_id);
672 id = lowest_id;
677 id - lowest_id, id, symbname(id));
683 id - lowest_id, id, symbname(id),
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 115 uint32_t lowest_id; member in struct:clog_cpg
851 rq->u_rq.seq, entry->lowest_id);
979 * If the server (lowest_id) indicates it is leaving,
989 if (nodeid == match->lowest_id) {
1020 i_am_server = (my_cluster_id == match->lowest_id) ? 1 : 0;
1079 tmp_rq->pit_server = match->lowest_id;
1166 uint32_t lowest = match->lowest_id;
1176 match->lowest_id = joined->nodeid;
1215 /* Find the lowest_id, i.e. the server */
1216 match->lowest_id = member_list[0].nodeid
    [all...]

Completed in 69 milliseconds