Searched refs:itmp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c196 char itmp[16]; local
272 (void) spcs_s_inttostring(_sd_cache_config.blk_size, itmp,
273 sizeof (itmp), 0);
274 spcs_s_add(spcs_kstatus, SDBC_ESIZE, itmp);
281 (void) spcs_s_inttostring(_sd_cache_config.blk_size, itmp,
282 sizeof (itmp), 0);
283 spcs_s_add(spcs_kstatus, SDBC_ESIZE, itmp);
301 _SD_SELF_HOST : _SD_MIRROR_HOST), itmp, sizeof (itmp), 0);
304 spcs_s_add(spcs_kstatus, SDBC_EINVHOSTID, itmp, itmp
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c583 devplcysys_t *itmp; local
608 itmp = kmem_zalloc(alloced, KM_SLEEP);
610 itmp[0].dps_rdp = dfltpolicy->dp_rdp;
611 itmp[0].dps_wrp = dfltpolicy->dp_wrp;
612 itmp[0].dps_maj = DEVPOLICY_DFLT_MAJ;
618 itmp[ind].dps_maj = devpolicy[i].t_major;
619 itmp[ind].dps_rdp = de->dpe_plcy->dp_rdp;
620 itmp[ind].dps_wrp = de->dpe_plcy->dp_wrp;
622 (void) strcpy(itmp[ind].dps_minornm,
625 (void) strcpy(itmp[in
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c185 register int itmp; local
188 itmp = filepos;
190 gzip_filepos = itmp;
193 itmp = filemax;
195 gzip_filemax = itmp;
198 itmp = fsmax;
200 gzip_fsmax = itmp;
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c2422 char itmp[10]; local
2428 uparms->options, itmp, sizeof (itmp), 1);
2429 spcs_s_add(kstatus, RDC_EEINVAL, itmp);
2437 uparms->options, itmp, sizeof (itmp), 1);
2438 spcs_s_add(kstatus, RDC_EEINVAL, itmp);
2446 uparms->options, itmp, sizeof (itmp), 1);
2447 spcs_s_add(kstatus, RDC_EEINVAL, itmp);
4551 char itmp[10]; local
[all...]

Completed in 71 milliseconds