Searched refs:hier (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl509 my $hier = shift;
511 my @cpus = $l->cpus($lgrp, $hier);
526 my $hier = shift;
528 my $memory = $l->mem_size($lgrp, LGRP_MEM_SZ_INSTALLED, $hier);
530 my $freemem = $l->mem_size($lgrp, LGRP_MEM_SZ_FREE, $hier) || 0;
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1702 * sa_get_derived_optionset(object, proto, hier)
1713 sa_get_derived_optionset(void *object, char *proto, int hier) argument
1719 if (hier &&
1722 hier);
1791 * sa_get_all_security_types(object, proto, hier)
1799 * If hier is 0, only look at object. If non-zero, walk up the tree.
1802 sa_get_all_security_types(void *object, char *proto, int hier) argument
1811 if (hier &&
1813 options = sa_get_all_security_types((void *)group, proto, hier);
1860 * sa_get_derived_security(object, sectype, proto, hier)
1869 sa_get_derived_security(void *object, char *sectype, char *proto, int hier) argument
[all...]
H A Dplugin.c436 * sa_proto_legacy_format(proto, group, hier)
443 sa_proto_legacy_format(char *proto, sa_group_t group, int hier) argument
449 ret = ops->sa_legacy_format(group, hier);
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c1151 pg_cmt_hier_sort(pg_cmt_t **hier, int size) argument
1156 pg_t **h = (pg_t **)hier;
1200 pg_cmt_hier_rank(hier[j],
1201 (pg_cmt_t *)tmp) == hier[j]) {
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1429 * nfs_format_options(group, hier)
1432 * string. If hier is non-zero, walk up the tree to get inherited
1437 nfs_format_options(sa_group_t group, int hier) argument
1462 options = sa_get_derived_optionset(group, "nfs", hier);
1498 "nfs", hier);
1506 group, sectype, "nfs", hier);
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1998 * smb_format_resource_options(resource, hier)
2001 * string. If hier is non-zero, walk up the tree to get inherited
2006 smb_format_options(sa_group_t group, int hier) argument
2027 options = sa_get_derived_optionset(group, "smb", hier);

Completed in 109 milliseconds