/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getspent.c | 79 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 D | logins.c | 130 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 D | ipmpstat.c | 571 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 D | nfs_clnt.h | 126 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 D | ldap_acct_mgmt.c | 205 if (acctResp.AcctUsableResp.more_info.inactive) in get_account_mgmt()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.tab | 167 INACTIVE # inactive conditional branch
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 346 int inactive; member
|
H A D | ns_reads.c | 5435 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 D | spd.c | 837 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 D | qede_main.c | 1938 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 D | qede.h | 455 u32 inactive; member
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 2104 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 D | README | 251 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 D | fsstat.c | 347 PRINT_VOPSTAT(niceflag, inactive); in vop_display()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 1912 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 D | fake_vnode.c | 1596 VOPSTATS_UPDATE(vp, inactive); in fop_inactive()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 102 _FEMOPDEF(INACTIVE, inactive), 156 _FEMGUARD(INACTIVE, inactive),
|
H A D | vnode.c | 3959 VOPSTATS_UPDATE(vp, inactive); in fop_inactive()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 839 …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 D | release.txt | 2021 2. Problem: When final-cleanup sent on inactive function FW may send delete
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 11630 inactive
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 11632 inactive
|