Searched refs:rctl (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm256 # allowunits : allow units (K, M, etc), on rctl values.
768 # Check hashed cache of rctl rules.
788 # Scale values if this is an rctl.
810 'rctl %s has '.
816 'rctl %s has '.
823 'rctl %s value "%s" '.
1004 # exists, and that known attributes are valid. Attributes matching rctl names
1005 # are verified to have valid values given that rctl's global flags and max
1118 # are valid. Attributes matching rctl names are verified to have valid
1119 # values given that rctl'
[all...]
H A DProject.xs14 #include <rctl.h>
256 # For the given rctl name, returns the list
258 # of the system rctl, and $flags are the rctl's
/osnet-11/usr/src/lib/libc/port/sys/
H A Drctlsys.c35 #include <sys/rctl.h>
/osnet-11/usr/src/lib/libc/port/gen/
H A Drctlops.c33 #include <rctl.h>
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c2405 uint32_t rctl; local
2503 rctl = E1000_READ_REG(hw, RCTL);
2504 rctl &= ~E1000_RCTL_SBP;
2505 E1000_WRITE_REG(hw, RCTL, rctl);
2516 rctl = E1000_READ_REG(hw, RCTL);
2517 rctl |= E1000_RCTL_SBP;
2518 E1000_WRITE_REG(hw, RCTL, rctl);
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c32 #include <rctl.h>
227 /* Allocate sufficient memory for rctl blocks */
235 * In order to set the new rctl's local_action, we'll need the
/osnet-11/usr/src/lib/libproc/common/
H A Dlibproc.h56 #include <rctl.h>
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c95 #define DTD_ELEM_RCTL (const xmlChar *) "rctl"
96 #define DTD_ELEM_RCTLVALUE (const xmlChar *) "rctl-value"
213 { "rctl", DTD_ELEM_RCTL },
289 * rctl alias definitions
291 * This holds the alias, the full rctl name, the default priv value, action
292 * and lower limit. The functions that handle rctl aliases step through
294 * the rctl entry as well the limit for validation.
670 * synthetic (like the rctl ones).
4557 "An incompatible rctl already exists for this property"));
4751 * Apply the current rctl setting
4760 struct zone_rctltab rctl; local
7766 struct zone_rctlvaltab rctl; local
[all...]
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc73 #include <rctl.h>

Completed in 65 milliseconds