Searched defs:iolhead (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c978 list_t iolhead; local
987 error = oprgetmap(p, &iolhead);
992 error = pr_iol_copyout_and_free(&iolhead,
2605 list_t iolhead; local
2617 error = oprgetmap32(p, &iolhead);
2622 error = pr_iol_copyout_and_free(&iolhead,
3518 oprgetmap(proc_t *p, list_t *iolhead) argument
3532 pr_iol_initlist(iolhead, sizeof (*mp), avl_numnodes(&as->a_segtree));
3550 mp = pr_iol_newbuf(iolhead, sizeof (*mp));
3578 oprgetmap32(proc_t *p, list_t *iolhead) argument
[all...]
H A Dprsubr.c1505 pr_iol_initlist(list_t *iolhead, size_t itemsize, int n) argument
1510 list_create(iolhead, sizeof (piol_t), offsetof(piol_t, piol_link));
1512 ASSERT(list_head(iolhead) == NULL);
1525 list_insert_head(iolhead, iol);
1531 pr_iol_newbuf(list_t *iolhead, size_t itemsize) argument
1537 ASSERT(list_head(iolhead) != NULL);
1539 iol = (piol_t *)list_tail(iolhead);
1552 list_insert_after(iolhead, iol, newiol);
1553 iol = list_next(iolhead, iol);
1563 pr_iol_copyout_and_free(list_t *iolhead, caddr_ argument
1584 pr_iol_uiomove_and_free(list_t *iolhead, uio_t *uiop, int errin) argument
1612 prgetmap(proc_t *p, int reserved, list_t *iolhead) argument
1723 prgetmap32(proc_t *p, int reserved, list_t *iolhead) argument
4002 prgetxmap(proc_t *p, list_t *iolhead) argument
4198 prgetxmap32(proc_t *p, list_t *iolhead) argument
[all...]
H A Dprvnops.c880 list_t iolhead; local
904 error = prgetxmap(p, &iolhead);
907 error = prgetmap(p, 1, &iolhead);
910 error = prgetmap(p, 0, &iolhead);
918 error = pr_iol_uiomove_and_free(&iolhead, uiop, error);
2011 list_t iolhead; local
2040 error = prgetxmap32(p, &iolhead);
2043 error = prgetmap32(p, 1, &iolhead);
2046 error = prgetmap32(p, 0, &iolhead);
2053 error = pr_iol_uiomove_and_free(&iolhead, uio
[all...]

Completed in 95 milliseconds