Searched refs:ac_res_t (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/acctadm/
H A Dres.h50 #define AC_BUFSIZE (sizeof (ac_res_t) * (AC_MAX_RES + 1))
52 extern void str2buf(ac_res_t *, char *, int, int);
53 extern char *buf2str(ac_res_t *, size_t, int, int);
H A Dres.c273 resset(ac_res_t *res, int id, int state)
275 ac_res_t *resp;
276 resp = (ac_res_t *)((uintptr_t)res + (sizeof (ac_res_t) * (id - 1)));
285 resget(ac_res_t *res, int id)
287 ac_res_t *resp;
288 resp = (ac_res_t *)((uintptr_t)res + (sizeof (ac_res_t) * (id - 1)));
297 str2buf(ac_res_t *buf, char *str, int state, int type)
345 buf2str(ac_res_t *buffe
[all...]
H A Dmain.c346 ac_res_t *buf;
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dacctctl.c336 ac_res_t *res;
337 ac_res_t *tmp;
344 * integral number of ac_res_t's has been specified.
347 bufsz > sizeof (ac_res_t) * (AC_MAX_RES + 1) ||
348 (bufsz / sizeof (ac_res_t)) * sizeof (ac_res_t) != bufsz)
387 ac_res_t *res;
388 ac_res_t *tmp;
389 size_t ressz = sizeof (ac_res_t) * (maxres + 1);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dacctctl.h155 } ac_res_t; typedef in typeref:struct:ac_res
/opensolaris-onvv-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c520 ac_res_t res[6];
567 ac_res_t res[6];

Completed in 101 milliseconds