Searched defs:tmp_id (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dalarm.c60 timeout_id_t tmp_id; local
72 while ((tmp_id = p->p_alarmid) != 0) {
75 del = untimeout(tmp_id);
H A Dlwp_timer.c182 callout_id_t tmp_id; local
185 while ((tmp_id = lwptp->lwpt_id) != 0) {
188 tim = untimeout_default(tmp_id, 0);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_create.c150 static uint16_t tmp_id = 10000; local
156 ++tmp_id;
158 bcc += snprintf(name, SMB_CREATE_NAMEBUF_SZ, "tt%05d.tmp", tmp_id);
H A Dsmb_print.c65 static uint32_t tmp_id = 10000; local
75 new_id = atomic_inc_32_nv(&tmp_id);
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c334 timeout_id_t tmp_id; local
470 if ((tmp_id = p->p_alarmid) != 0) {
472 (void) untimeout(tmp_id);
497 while ((tmp_id = p->p_itimerid) != 0) {
500 (void) untimeout(tmp_id);
H A Dtimers.c336 timeout_id_t tmp_id; local
383 while ((tmp_id = p->p_itimerid) != 0) {
393 (void) untimeout(tmp_id);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c69 int tmp_id; local
72 tmp_id = get_id(pnode);
75 if ((tmp_id == id) &&
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c232 uint32_t tmp_id = 0; local
271 ec = cache_lookup(&lc, &tmp_id, cb_clone_attrs);
273 if (ec == 0 && tmp_id == 0) {
282 ec = register_assoc(obj, &tmp_id);
300 attr1->value.ui = tmp_id;
309 *m_id = tmp_id;
323 uint32_t tmp_id; local
331 tmp_id = is_obj_there(&lc);
333 if (tmp_id == 0) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c475 uint64_t tmp_id; local
526 status = md_get_prop_val(mdp, listp[idx], "id", &tmp_id);
533 if (tmp_id != id)
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c694 int curr_id, tmp_id; local
705 tmp_id = bbstypes->ids[nb]->id;
706 if (tmp_id == curr_id) {
730 uint16_t chassis_id, tmp_id; local
755 tmp_id = chstypes->ids[i]->id;
756 if (tmp_id == chassis_id) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c705 char tmp_id[CFGA_LOG_EXT_LEN + 1]; local
729 memcpy(tmp_id, dat.ap_log_id, CFGA_LOG_EXT_LEN);
730 tmp_id[CFGA_LOG_EXT_LEN] = '\0';
731 for (z = 0; z < strlen(tmp_id); z++) {
732 if (tmp_id[z] == '.')
733 tmp_id[z] = '/';
735 log_printf("/%-8s ", tmp_id, 0);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1262 timeout_id_t tmp_id = 0; local
1264 while ((asc->asc_scan_timer != 0) && (tmp_id != asc->asc_scan_timer)) {
1265 tmp_id = asc->asc_scan_timer;
1266 (void) untimeout(tmp_id);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1044 timeout_id_t tmp_id = 0; local
1046 while ((sc->sc_cal_timer != 0) && (tmp_id != sc->sc_cal_timer)) {
1047 tmp_id = sc->sc_cal_timer;
1048 (void) untimeout(tmp_id);
1379 timeout_id_t tmp_id = 0; local
1381 while ((sc->sc_scan_timer != 0) && (tmp_id != sc->sc_scan_timer)) {
1382 tmp_id = sc->sc_scan_timer;
1383 (void) untimeout(tmp_id);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c6475 timeout_id_t tmp_id = 0; local
6478 (tmp_id != bgep->asf_timeout_id)) {
6479 tmp_id = bgep->asf_timeout_id;
6480 (void) untimeout(tmp_id);

Completed in 106 milliseconds