Searched refs:cid_table (Results 1 – 1 of 1) sorted by relevance
63 static cid_info cid_table[2][CID_TABLE_SIZE]; variable65 #define SCID cid_table[0]66 #define DCID cid_table[1]95 register cid_info *table = cid_table[in]; in add_cid()130 if (cid_table[t][i].cid == cid[t]) { in del_cid()131 cid_table[t][i].handle = 0; in del_cid()132 cid_table[t][i].cid = 0; in del_cid()133 cid_table[t][i].psm = 0; in del_cid()134 cid_table[t][i].num = 0; in del_cid()135 cid_table[t][i].mode = 0; in del_cid()[all …]