HomeSort by relevance Sort by last modified time
    Searched defs:policy (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/common/zfs/
zfs_comutil.c 71 nvlist_t *policy; local
88 if (nvpair_value_nvlist(elem, &policy) == 0)
89 zpool_get_rewind_policy(policy, zrpp);
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
ldap_tkt_policy.h 36 /* policy specific mask */
42 /* policy object structure */
45 char *policy; member in struct:_krb5_ldap_policy_params
princ_xdr.h 41 char *policy; member in struct:_osa_princ_ent_t
ldap_pwd_policy.c 48 * Function to create password policy object.
52 krb5_ldap_create_password_policy (context, policy)
54 osa_policy_ent_t policy;
68 if (policy == NULL || policy->name == NULL)
74 st = krb5_ldap_name_to_policydn (context, policy->name, &policy_dn);
82 krb5_set_error_message(context, st, gettext("Invalid password policy DN syntax"));
95 (signed) policy->pw_max_life)) != 0)
97 (signed) policy->pw_min_life)) != 0)
99 (signed) policy->pw_min_classes)) != 0
386 char *policy=NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
pcy_cache.c 80 POLICYINFO *policy; local
88 policy = sk_POLICYINFO_value(policies, i);
89 data = policy_data_new(policy, NULL, crit);
92 /* Duplicate policy OIDs are illegal: reject if matches
v3_pci.c 69 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
71 pci->proxyPolicy->policy->data);
77 ASN1_OCTET_STRING **policy)
111 else if (strcmp(val->name, "policy") == 0)
115 if (!*policy)
117 *policy = ASN1_OCTET_STRING_new();
118 if (!*policy)
133 tmp_data = OPENSSL_realloc((*policy)->data,
134 (*policy)->length + val_len + 1)
224 ASN1_OCTET_STRING *policy = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
audit_allocate.c 92 int policy; /* audit policy */ local
109 if (auditon(A_GETPOLICY, (caddr_t)&policy, 0) < 0) {
130 if (policy & AUDIT_GROUP) { /* add optional group token */
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/
res.h 48 char* policy; member in struct:_SapResource
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
ldapaddrbac.c 255 data.policy = ecol[1].ec_value.ec_value_val;
266 data.name, data.policy, data.type, data.id);
274 data.name, data.policy, data.type, data.id);
279 data.name, data.policy, data.type, data.id);
293 char **policy; local
299 policy = __ns_ldap_getAttr(res->entry, "SolarisKernelSecurityPolicy");
304 policy == NULL || policy[0] == NULL ||
311 (void) fprintf(stdout, "%s", policy[0]);
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_work.c 50 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
64 * If the buffering policy is set to anything other than
68 if (policy != DTRACEOPT_BUFPOLICY_SWITCH &&
253 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
280 policy != DTRACEOPT_BUFPOLICY_SWITCH) {
  /onnv/onnv-gate/usr/src/cmd/audit/
audit.c 304 * zone unless the perzone audit policy is set.
315 long policy; local
317 if (auditon(A_GETPOLICY, (char *)&policy, 0) == -1) {
320 "%s: Cannot read audit policy: %s\n"),
324 if (policy & AUDIT_PERZONE)
  /onnv/onnv-gate/usr/src/cmd/auditconfig/
audit_scf.h 63 #define ASI_PGROUP_POLICY "policy"
65 char *policy; member in struct:policy_sw
94 * fit in the uint32_t audit policy mask.
  /onnv/onnv-gate/usr/src/cmd/smserverd/
myaudit.c 81 int policy; local
83 if (auditon(A_GETPOLICY, (caddr_t)&policy, sizeof (policy))) {
86 door_dp->audit_policy = policy;
  /onnv/onnv-gate/usr/src/cmd/krb5/ldap_util/
kdb5_ldap_policy.c 39 * Create / Delete / Modify / View / List policy objects.
99 * This function will create a ticket policy object with the
124 /* Allocate memory for policy parameters structure */
272 } else { /* Any other argument must be policy DN */
273 /* First check if policy DN is already provided --
275 if (policyparams->policy != NULL)
278 /* If not present already, fill up policy DN */
279 policyparams->policy = strdup(argv[i]);
280 if (policyparams->policy == NULL) {
282 com_err(me, retval, gettext("while creating policy object"))
343 char *policy = NULL; local
449 char *policy = NULL; local
707 char *policy = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
sched.c 52 validate_policy(int policy)
54 switch (policy) {
65 lx_debug("validate_policy: illegal policy: %d", policy);
72 * policy, based on Linux' demand that such commands fail with errno set to
122 ltos_sparam(int policy, struct lx_sched_param *lsp, struct sched_param *sp)
125 int smin = sched_get_priority_min(policy);
126 int smax = sched_get_priority_max(policy);
166 stol_sparam(int policy, struct sched_param *sp, struct lx_sched_param *lsp)
169 int smin = sched_get_priority_min(policy);
349 int policy, ret; local
383 int err, policy; local
463 int policy, rv; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
server_internal.h 71 char *policy; member in struct:_osa_princ_ent_t
84 kadm5_policy_ent_t policy,
adb.h 8 * Data Types for policy and principal information that
67 char *policy; member in struct:_osa_princ_ent_t
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/srv/
server_acl.h 118 char *policy; member in struct:_restriction
  /onnv/onnv-gate/usr/src/lib/libc/port/rt/
sched.c 77 * Don't let a manufactured policy number duplicate
78 * the class of one of our base policy numbers.
84 int policy; local
86 for (policy = 0, pccp = sched_class;
87 policy < _SCHED_NEXT;
88 policy++, pccp++) {
96 * Cache priocntl information on scheduling class by policy.
99 get_info_by_policy(int policy)
101 pcclass_t *pccp = &sched_class[policy];
106 if ((uint_t)policy >= NPOLICY || pccp->pcc_state < 0)
184 int policy; local
303 int policy; local
347 int policy; local
396 int policy; local
457 int policy; local
569 int policy; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
pthread.c 49 _thr_setparam(pthread_t tid, int policy, int prio)
58 if (policy == ulwp->ul_policy &&
59 (policy == SCHED_FIFO || policy == SCHED_RR) &&
69 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) {
72 if (policy == SCHED_FIFO || policy == SCHED_RR)
77 ulwp->ul_policy = policy;
107 (ap->policy == SCHED_SYS ||
108 (pccp = get_info_by_policy(ap->policy)) == NULL |
233 int policy; local
256 int policy; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/syscall/
lx_sched.c 131 lx_sched_setscheduler(l_pid_t pid, int policy, struct lx_sched_param *param)
154 if (policy < 0) {
164 * get the current policy
173 policy = LX_SCHED_OTHER;
175 policy = ((rtparms_t *)pcparm.pc_clparms)->rt_tqnsecs ==
184 switch (policy) {
198 policy == LX_SCHED_RR ? RT_TQDEF : RT_TQINF;
222 * finally set scheduling policy and parameters
236 int policy; local
254 * get the class info and identify the equivalent linux policy
283 int policy; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/fipe/
fipe_drv.c 32 #include <sys/policy.h>
91 fipe_pm_policy_t policy; local
126 policy = fipe_get_pmpolicy();
128 rc = ddi_copyout(&policy, (void *)arg,
129 sizeof (policy), mode);
  /onnv/onnv-gate/usr/src/uts/common/io/aggr/
aggr_ctl.c 32 #include <sys/policy.h>
42 uint32_t policy; local
53 policy = modify_arg->lu_policy;
72 return (aggr_grp_modify(modify_arg->lu_linkid, modify_mask, policy,
87 uint32_t policy; local
99 policy = create_arg->lc_policy;
117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer,
142 uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy,
156 grp.lg_policy = policy;
  /onnv/onnv-gate/usr/src/cmd/modload/
update_drv.c 98 char *policy = NULL; local
155 policy = optarg;
183 !m_flag && !i_flag && priv == NULL && policy == NULL)) {
189 * -m 'permission', -p 'policy' or -P 'priv' should be specified
191 if (m_flag || i_flag || policy != NULL || priv != NULL) {
226 if (policy != NULL && (policy = check_plcy_entry(policy, driver_name,
282 if (policy != NULL) {
284 policy, B_TRUE)) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
ipaddrsel.c 49 * The size of the table we initially use to retrieve the kernel's policy
140 * with the address selection policy table specified in filename.
331 * selection policy table pointed to by new_policy. count should be
349 * Queries the kernel for the current address selection policy using
357 ip6_asp_t policy[KERN_POLICY_SIZE]; local
358 ip6_asp_t *policy_ptr = policy;
383 * policy table, so the minimum acceptable value of
387 "IPv6 address selection policy is empty.\n"), myname);
409 if (policy_ptr != policy)

Completed in 840 milliseconds

1 2 3 4