Home
last modified time | relevance | path

Searched refs:list_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/sys/
H A Drctlsys.c54 rctllist(char *list_buf, size_t list_bufsz) in rctllist() argument
59 error = __systemcall(&rval, SYS_rctlsys, 2, NULL, list_buf, NULL, in rctllist()
/titanic_41/usr/src/cmd/stat/kstat/
H A Dkstat.c1254 char *list_buf; in short_array_to_string() local
1258 (void) asprintf(&list_buf, "%hd,", *shortp); in short_array_to_string()
1260 (void) asprintf(&list_buf, "%s%hd,", list, *shortp); in short_array_to_string()
1263 list = list_buf; in short_array_to_string()
1266 (void) asprintf(&list_buf, "%s%hd", list, *shortp); in short_array_to_string()
1268 return (list_buf); in short_array_to_string()