Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dlgrp_user.h63 #define LGRP_SYS_AFFINITY_GET 4 /* lgrp_affinity_set() */ macro
/titanic_44/usr/src/lib/liblgrp/common/
H A Dlgrp.c92 return (_lgrpsys(LGRP_SYS_AFFINITY_GET, 0, (void *)&args)); in lgrp_affinity_get()
/titanic_44/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c692 Pargdp->arg_value = LGRP_SYS_AFFINITY_GET; in Plgrp_affinity_get()
/titanic_44/usr/src/uts/common/syscall/
H A Dlgrpsys.c2064 case LGRP_SYS_AFFINITY_GET: in lgrpsys()