Searched refs:vres (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlog.c84 size_t vres = 0; local
134 vres = vsnprintf(bfr, 1, a_format, ap);
139 rstr = (char *)malloc(vres+2);
144 vres = vsnprintf(rstr, vres+1, a_format, ap);
H A Dsml.c1157 size_t vres = 0; local
1174 vres = vsnprintf(bfr, 1, a_format, ap);
1177 assert(vres > 0);
1181 rstr = (char *)calloc(1, vres+2);
1187 vres = vsnprintf(rstr, vres+1, a_format, ap);
1190 assert(vres > 0);
1324 size_t vres = 0; local
1339 vres = vsnprintf(fbfr, 1, format, ap);
1342 assert(vres >
1390 size_t vres = 0; local
1541 size_t vres = 0; local
1926 size_t vres = 0; local
1986 size_t vres = 0; local
3268 size_t vres = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libinstzones/common/
H A Dzones_args.c123 size_t vres = 0; local
152 vres = vsnprintf(bfr, sizeof (bfr), a_format, ap);
160 if (vres < sizeof (bfr)) {
166 rstr = (char *)_z_malloc(vres+2);
171 vres = vsnprintf(rstr, vres+1, a_format, ap);
H A Dzones_str.c446 size_t vres = 0; local
458 vres = vsnprintf(bfr, 1, a_format, ap);
461 assert(vres > 0);
462 assert(vres < LINE_MAX);
466 rstr = (char *)_z_calloc(vres+2);
471 vres = vsnprintf(rstr, vres+1, a_format, ap);
474 assert(vres > 0);
475 assert(vres < LINE_MAX);
507 size_t vres local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c226 size_t vres = 0; local
238 vres = vsnprintf(a_buf, a_bufLen-1, a_format, ap);
241 assert(vres > 0);
242 assert(vres < a_bufLen);
269 size_t vres = 0; local
281 vres = vsnprintf(bfr, 1, a_format, ap);
284 assert(vres > 0);
285 assert(vres < LINE_MAX);
289 rstr = (char *)calloc(1, vres+2);
298 vres
[all...]
H A Druncmd.c675 size_t vres = 0; local
701 vres = vsnprintf(bfr, sizeof (bfr), a_format, ap);
705 if (vres < sizeof (bfr)) {
709 progerr(ERR_MALLOC, strerror(errno), vres+2,
716 rstr = (char *)malloc(vres+2);
718 progerr(ERR_MALLOC, strerror(errno), vres+2,
726 vres = vsnprintf(rstr, vres+1, a_format, ap);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3143 size_t vres = 0; local
3156 vres = vsnprintf(bfr, 1, a_format, ap);
3159 assert(vres > 0);
3163 mbPath = (char *)calloc(1, vres+2);
3169 vres = vsnprintf(mbPath, vres+1, a_format, ap);
3172 assert(vres > 0);
3737 size_t vres = 0; local
3749 vres = vsnprintf(bfr, 1, a_format, ap);
3752 assert(vres >
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c250 ggp_callback(const char *prof, kva_t *attr, void *ctxt, void *vres) argument
252 priv_set_t *res = vres;
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c2810 dfc_vport_resource_t vres; local
2830 bzero(&vres, sizeof (dfc_vport_resource_t));
2843 vres.vpi_max = hba->sli.sli4.VPICount - 1;
2844 vres.vpi_inuse = (port->VFIp == NULL) ? 0 :
2846 vres.rpi_max = hba->sli.sli4.RPICount;
2847 vres.rpi_inuse = total_rpi;
2849 if (ddi_copyout((void *)&vres, (void *)dfc->buf1,
2887 vres.vpi_max = mb->un.varRdConfig.max_vpi;
2888 vres.vpi_inuse =
2893 vres
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1508 auth_cb(const char *auth, void *ctxt, void *vres) argument
1511 int *pret = vres;

Completed in 193 milliseconds