Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c79 char **warning, **inactive, **expire, **flag; in _nss_ldap_shadow2str() local
174 inactive = __ns_ldap_getAttr(result->entry, _S_INACTIVE); in _nss_ldap_shadow2str()
175 if (inactive == NULL || inactive[0] == NULL) in _nss_ldap_shadow2str()
178 inactive_str = inactive[0]; in _nss_ldap_shadow2str()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c130 long inactive; /* Lapsed days of inactivity before lock */ member
686 ppasswd->inactive = 0L; in applypasswd()
721 ppasswd->inactive = psp->sp_inact; in applypasswd()
886 pwdinfo->inactive, pwdinfo->expdate); in writeunformatted()
965 pwdinfo->inactive, pwdinfo->expdate); in writeformatted()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c571 char *active, *inactive, *unusable; in sfunc_group_interfaces() local
579 inactive = alloca(bufsize); in sfunc_group_interfaces()
580 inactive[0] = '\0'; in sfunc_group_interfaces()
598 (void) strlcat(inactive, " ", bufsize); in sfunc_group_interfaces()
599 (void) strlcat(inactive, ifinfop->if_name, bufsize); in sfunc_group_interfaces()
616 (void) strlcat(buf, inactive, bufsize); in sfunc_group_interfaces()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h126 void (*inactive)(); /* pointer to inactive function */ member
166 #define a_nfs_inactive a_args.a_inactive_args.inactive
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_acct_mgmt.c203 if (acctResp.AcctUsableResp.more_info.inactive) in get_account_mgmt()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab167 INACTIVE # inactive conditional branch
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h346 int inactive; member
H A Dns_reads.c5435 inactive = (rValue != 0) ? 1 : 0; in get_new_acct_more_info()
5638 int inactive, reset, expired; in parse_acct_cont_resp_msg() local
5693 if (ber_scanf(ber, "{bbb", &inactive, &reset, &expired) in parse_acct_cont_resp_msg()
5703 (acctResp->AcctUsableResp).more_info.inactive = in parse_acct_cont_resp_msg()
5704 ((inactive == 0) ? 0 : 1); in parse_acct_cont_resp_msg()
5733 (acctResp->AcctUsableResp).more_info.inactive = 0; in parse_acct_cont_resp_msg()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c837 ipsec_swap_policy(ipsec_policy_head_t *active, ipsec_policy_head_t *inactive, in ipsec_swap_policy() argument
843 rw_enter(&inactive->iph_lock, RW_WRITER); in ipsec_swap_policy()
847 r2 = inactive->iph_rulebyid; in ipsec_swap_policy()
849 inactive->iph_rulebyid = r1; in ipsec_swap_policy()
855 h2 = inactive->iph_root[dir].ipr_hash; in ipsec_swap_policy()
857 inactive->iph_root[dir].ipr_hash = h1; in ipsec_swap_policy()
863 t2 = inactive->iph_root[dir].ipr_nonhash[af]; in ipsec_swap_policy()
865 inactive->iph_root[dir].ipr_nonhash[af] = t1; in ipsec_swap_policy()
868 &(inactive->iph_root[dir].ipr_nonhash[af]); in ipsec_swap_policy()
878 inactive->iph_gen++; in ipsec_swap_policy()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c1938 rx_ring->rx_buf_area->inactive = 1; in qede_free_rx_ring_phys()
2210 if (rx_buf_area->inactive && (rx_buf_area->buf_upstream == 0)) { in qede_recycle_rx_buffer()
2273 if (rx_buf_area->inactive && (rx_buf_area->buf_upstream == 0)) { in qede_recycle_copied_rx_buffer()
2412 rx_buf_area->inactive = 0; in qede_alloc_rx_ring_phys()
H A Dqede.h455 u32 inactive; member
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt2104 comment=Operation applied to active policy (1 is active, 0 is inactive):
2114 comment=Operation applied to active policy (1 is active, 0 is inactive):
2124 comment=Operation applied to active policy (1 is active, 0 is inactive):
2134 comment=Operation applied to active policy (1 is active, 0 is inactive):
2144 comment=Operation applied to active policy (1 is active, 0 is inactive):
2154 comment=Operation applied to active policy (1 is active, 0 is inactive):
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME251 group - and hence inactive (due to cable being unplugged or inability to
278 to be inactive when they are not part of the current priority grouping,
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c347 PRINT_VOPSTAT(niceflag, inactive); in vop_display()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1912 void (*inactive)(vnode_t *, cred_t *, caller_context_t *)) in nfs_async_inactive()
1929 args->a_nfs_inactive = inactive; in nfs_async_inactive()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c1567 VOPSTATS_UPDATE(vp, inactive); in fop_inactive()
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c102 _FEMOPDEF(INACTIVE, inactive),
156 _FEMGUARD(INACTIVE, inactive),
H A Dvnode.c3959 VOPSTATS_UPDATE(vp, inactive); in fop_inactive()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex839 …This VPORT will be inactive after sending this ramrod, i.e., until enabling it via a vport update …
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt2021 2. Problem: When final-cleanup sent on inactive function FW may send delete
/illumos-gate/usr/src/cmd/spell/
H A Dlist11630 inactive
/illumos-gate/usr/src/cmd/look/
H A Dwords11632 inactive