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

/illumos-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...]
/illumos-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...]
/illumos-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...]
/illumos-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;
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3141 size_t vres = 0; local
3154 vres = vsnprintf(bfr, 1, a_format, ap);
3157 assert(vres > 0);
3161 mbPath = (char *)calloc(1, vres+2);
3167 vres = vsnprintf(mbPath, vres+1, a_format, ap);
3170 assert(vres > 0);
3735 size_t vres = 0; local
3747 vres = vsnprintf(bfr, 1, a_format, ap);
3750 assert(vres >
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h474 struct t4_virt_res vres; member in struct:adapter
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3357 dfc_vport_resource_t *vres; local
3377 vres = (dfc_vport_resource_t *)dfc->buf1;
3378 bzero(vres, sizeof (dfc_vport_resource_t));
3385 vres->vpi_max = min(hba->sli.sli4.VPICount, MAX_VPORTS) - 1;
3388 for (i = 0; i < vres->vpi_max; i++) {
3393 vres->vpi_inuse = (port->vpip->vfip == NULL) ? 0 :
3395 vres->rpi_max = hba->sli.sli4.RPICount;
3396 vres->rpi_inuse = total_rpi;
3426 vres->vpi_max = mb->un.varRdConfig.max_vpi;
3427 vres
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1509 auth_cb(const char *auth, void *ctxt, void *vres) argument
1512 int *pret = vres;

Completed in 103 milliseconds