Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysteminfo.c58 long strcnt, getcnt; in systeminfo() local
138 getcnt = count - 1; in systeminfo()
139 if (subyte(buf + getcnt, 0) < 0) in systeminfo()
142 getcnt = strcnt + 1; in systeminfo()
144 if (copyout(kstr, buf, getcnt)) in systeminfo()
201 getcnt = count - 1; in systeminfo()
202 if (subyte((buf + getcnt), 0) < 0) in systeminfo()
205 getcnt = strcnt + 1; in systeminfo()
207 if (copyout(tmp, buf, getcnt)) in systeminfo()