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

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dclock.c71 int c_id; /* Unique identifier */ member in struct:callout
139 cpnew->c_id = CID_ALLOC();
160 return cpnew->c_id;
172 if (cp2->c_id == id) {
191 plog(XLOG_WARNING, "job %d rescheduled to run immediately", cp->c_id);
193 cp->c_id, (long) (cp->c_time - now));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c1920 backsql_entryID *c_id = NULL; local
1942 c_id = (backsql_entryID *)op->o_tmpcalloc( 1,
1945 ber_str2bv_x( row.cols[ 0 ], 0, 1, &c_id->eid_id,
1947 ber_str2bv_x( row.cols[ 1 ], 0, 1, &c_id->eid_keyval,
1950 if ( lutil_atoulx( &c_id->eid_id, row.cols[ 0 ], 0 ) != 0 ) {
1953 if ( lutil_atoulx( &c_id->eid_keyval, row.cols[ 1 ], 0 ) != 0 ) {
1957 c_id->eid_oc = bsi->bsi_oc;
1958 c_id->eid_oc_id = bsi->bsi_oc->bom_id;
1960 c_id->eid_dn = pdn;
1961 c_id
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Ddbcool.c1843 uint8_t c_id, d_id, r_id; local
1846 c_id = dc->dc_readreg(dc, DBCOOL_COMPANYID_REG);
1858 if ((c_id == 0) && (d_id == 0) && (r_id == 0)) {
1865 c_id = dc->dc_readreg(dc, DBCOOL_COMPANYID_REG);
1871 if ((c_id == chip_table[i].company) &&
1880 aprint_verbose("dbcool_chip_ident: addr 0x%02x c_id 0x%02x d_id 0x%02x"
1881 " r_id 0x%02x: No match.\n", dc->dc_addr, c_id, d_id,
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c1138 uint64_t a_id, b_id, c_id; local
1167 c_id = heap->files[c]->id;
1168 if (c_id < b_id) {
1170 b_id = c_id;

Completed in 186 milliseconds