Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/prctl/
H A Dprctl.c800 rctlblkB, RCTL_INSERT) != 0) { in main()
933 RCTL_INSERT) != 0) { in main()
1849 new_rblk, RCTL_INSERT)) { in prctl_setrctl()
1856 } else if (flags == RCTL_INSERT) { in prctl_setrctl()
1858 new_rblk, RCTL_INSERT)) { in prctl_setrctl()
/titanic_44/usr/src/uts/common/sys/
H A Drctl.h85 #define RCTL_INSERT 0x00000000 macro
/titanic_44/usr/src/uts/common/syscall/
H A Drctlsys.c408 if (action != RCTL_INSERT && in rctlsys_set()
674 } else if (action == RCTL_INSERT) { in rctlsys_set()
/titanic_44/usr/src/lib/libproject/common/
H A Dsetproject.c402 NULL, blk, RCTL_INSERT) == -1) { in rctl_set()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c2621 } else if (action == RCTL_INSERT) in prt_rsf()
/titanic_44/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3816 if (pr_setrctl(p.pr, rname, NULL, rblk, RCTL_INSERT)) { in zonecfg_apply_rctls()