HomeSort by: relevance | last modified time | path
    Searched refs:current_id (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/x68k/stand/libsa/
sdcd.c 39 static int current_id = -1; variable
102 if (current_id == id)
105 current_id = -1;
166 if (current_id == id)
168 current_id = -1;
225 current_id = id;
288 if (current_id != id) {
330 error = IOCS_S_WRITE(start, nblks, current_id,
333 error = IOCS_S_READ(start, nblks, current_id,
337 error = IOCS_S_WRITEEXT(start, nblks, current_id,
    [all...]
  /src/libexec/talkd/
table.c 186 static uint32_t current_id = 0; local
188 current_id = (current_id + 1) % MAX_ID;
190 if (current_id == 0)
191 current_id = 1;
192 return (current_id);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 100 enum bdb_block_id current_id; local
108 current_id = *(base + index);
115 if (current_id == section_id)
1071 u8 current_id; local
1087 current_id = *(data + index);
1100 if (current_id == panel_id) {
  /src/sys/dev/iscsi/
iscsi_ioctl.c 44 static uint16_t current_id = 0; /* Global session ID counter */ variable
1139 ++current_id;
1140 } while (!current_id || find_session(current_id) != NULL);
1141 par->session_id = sess->s_id = current_id;
  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 114 static unsigned current_id; variable
241 head->id = current_id++;
737 current_id = 0;
779 current_id = old_length;
genmatch.cc 1757 static unsigned current_id; variable
1811 pos (pos_), value_match (false), for_id (current_id) {}
1966 && true_node->for_id != current_id
2188 current_id = s->id;
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 114 static unsigned current_id; variable
241 head->id = current_id++;
737 current_id = 0;
779 current_id = old_length;
genmatch.cc 1607 static unsigned current_id; variable
1661 pos (pos_), value_match (false), for_id (current_id) {}
1810 && true_node->for_id != current_id
2032 current_id = s->id;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 50 int current_id = gpu_processor_id_low; local
53 return current_id;

Completed in 46 milliseconds