Searched refs:idv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c53 int *idv = mdb_zalloc(sizeof (int) * (argc + 1), UM_SLEEP | UM_GC); local
62 idv[idc++] = (int)(intptr_t)addr;
66 * idv, and compute a group of bits to set and a group to clear.
112 idv[idc++] = (int)(intmax_t)
117 idv[idc++] = (int)(intmax_t)argv->a_un.a_val;
137 int id = *idv++;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1127 struct sdev_node *idv = NULL; local
1288 for (idv = SDEV_FIRST_ENTRY(odv); idv;
1289 idv = SDEV_NEXT_ENTRY(odv, idv)) {
1290 SDEV_HOLD(idv);
1291 error = sdev_rnmnode(odv, idv,
1293 idv->sdev_name, cred);
1294 SDEV_RELE(idv);
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c297 * idv - returned array of contained objects
300 smbios_info_contains(smbios_hdl_t *shp, id_t id, uint_t idc, id_t *idv) argument
327 idv[i] = *((uint8_t *)(uintptr_t)cp + (i * 2));
329 idv[i] = *((uint8_t *)(uintptr_t)cp + (i * 3));

Completed in 69 milliseconds