Home
last modified time | relevance | path

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

/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c69 char hpuxcontext[] = variable
72 char hpuxcontext[] = variable
1509 len = min(uap->len, sizeof(hpuxcontext));
1511 error = copyout(hpuxcontext, uap->buf, (u_int)len);
1513 *retval = sizeof(hpuxcontext);