| /src/external/bsd/am-utils/dist/amd/ |
| clock.c | 67 int c_id; /* Unique identifier */ member in struct:callout 135 cpnew->c_id = CID_ALLOC(); 156 return cpnew->c_id; 168 if (cp2->c_id == id) { 187 plog(XLOG_WARNING, "job %d rescheduled to run immediately", cp->c_id); 189 cp->c_id, (long) (cp->c_time - now));
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| search.c | 2004 backsql_entryID *c_id = NULL; local 2026 c_id = (backsql_entryID *)op->o_tmpcalloc( 1, 2029 ber_str2bv_x( row.cols[ 0 ], 0, 1, &c_id->eid_id, 2031 ber_str2bv_x( row.cols[ 1 ], 0, 1, &c_id->eid_keyval, 2034 if ( BACKSQL_STR2ID( &c_id->eid_id, row.cols[ 0 ], 0 ) != 0 ) { 2037 if ( BACKSQL_STR2ID( &c_id->eid_keyval, row.cols[ 1 ], 0 ) != 0 ) { 2041 c_id->eid_oc = bsi->bsi_oc; 2042 c_id->eid_oc_id = bsi->bsi_oc->bom_id; 2044 c_id->eid_dn = pdn; 2045 c_id->eid_ndn = ndn [all...] |
| /src/sys/dev/i2c/ |
| dbcool.c | 1858 uint8_t c_id, d_id, r_id; local 1861 c_id = dc->dc_readreg(dc, DBCOOL_COMPANYID_REG); 1873 if ((c_id == 0) && (d_id == 0) && (r_id == 0)) { 1880 c_id = dc->dc_readreg(dc, DBCOOL_COMPANYID_REG); 1886 if ((c_id == chip_table[i].company) && 1895 aprint_debug("dbcool_chip_ident: addr 0x%02x c_id 0x%02x d_id 0x%02x" 1896 " r_id 0x%02x: No match.\n", dc->dc_addr, c_id, d_id,
|
| /src/sys/dev/iscsi/ |
| iscsi_globals.h | 351 uint16_t c_id; member in struct:connection_s 544 conn ? conn->c_id : -1); printf x ;}}
|
| /src/sys/dev/pci/ |
| ips.c | 384 int c_id; /* command id */ member in struct:ips_ccb 1332 "seccnt %d\n", device_xname(sc->sc_dev), ccb->c_id, ccb->c_flags, 1336 cmd->id = ccb->c_id; 1398 device_xname(sc->sc_dev), ccb->c_id, ccb->c_flags, ccb->c_xfer)); 1614 device_xname(sc->sc_dev), ccb->c_id, ccb->c_state, 1919 ccb[i].c_id = i;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_xar.c | 1294 uint64_t a_id, b_id, c_id; local 1323 c_id = heap->files[c]->id; 1324 if (c_id < b_id) { 1326 b_id = c_id;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 9804 uint64_t c_id; local 9807 SAFE_BYTE_GET_AND_INC (c_id, cie_scan, off_size, 9810 ? c_id == 0 9811 : ((off_size == 4 && c_id == DW_CIE_ID) 9812 || (off_size == 8 && c_id == DW64_CIE_ID)))
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 9721 uint64_t c_id; local 9724 SAFE_BYTE_GET_AND_INC (c_id, cie_scan, off_size, 9727 ? c_id == 0 9728 : ((off_size == 4 && c_id == DW_CIE_ID) 9729 || (off_size == 8 && c_id == DW64_CIE_ID)))
|