Searched defs:inactive (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getspent.c | 79 char **warning, **inactive, **expire, **flag; local 174 inactive = __ns_ldap_getAttr(result->entry, _S_INACTIVE); 175 if (inactive == NULL || inactive[0] == NULL) 178 inactive_str = inactive[0];
|
/illumos-gate/usr/src/cmd/logins/ |
H A D | logins.c | 133 long inactive; /* Lapsed days of inactivity before lock */ member in struct:pwdinfo 689 ppasswd->inactive = 0L; 716 * the number of days a login can be inactive before 724 ppasswd->inactive = psp->sp_inact; 889 pwdinfo->inactive, pwdinfo->expdate); 968 pwdinfo->inactive, pwdinfo->expdate);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 571 char *active, *inactive, *unusable; local 579 inactive = alloca(bufsize); 580 inactive[0] = '\0'; 598 (void) strlcat(inactive, " ", bufsize); 599 (void) strlcat(inactive, ifinfop->if_name, bufsize); 616 (void) strlcat(buf, inactive, bufsize);
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 5265 * +b: TRUE if inactive due to account inactivation 5308 /* inactive */ 5312 inactive = (rValue != 0) ? 1 : 0; 5478 * inactive [0] BOOLEAN DEFAULT FALSE, 5494 * - it's been made inactive in the LDAP server 5515 int inactive, reset, expired; local 5570 if (ber_scanf(ber, "{bbb", &inactive, &reset, &expired) 5574 "inactive/reset/expired")); 5580 (acctResp->AcctUsableResp).more_info.inactive = 5581 ((inactive [all...] |
H A D | ns_sldap.h | 345 int inactive; member in struct:AcctUsableMoreInfo 362 * inactive [0] BOOLEAN DEFAULT FALSE,
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 126 void (*inactive)(); /* pointer to inactive function */ member in struct:nfs_inactive_req 166 #define a_nfs_inactive a_args.a_inactive_args.inactive
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 832 * Lock inactive policy, then active policy, then exchange policy root 836 ipsec_swap_policy(ipsec_policy_head_t *active, ipsec_policy_head_t *inactive, argument 842 rw_enter(&inactive->iph_lock, RW_WRITER); 846 r2 = inactive->iph_rulebyid; 848 inactive->iph_rulebyid = r1; 854 h2 = inactive->iph_root[dir].ipr_hash; 856 inactive->iph_root[dir].ipr_hash = h1; 862 t2 = inactive->iph_root[dir].ipr_nonhash[af]; 864 inactive->iph_root[dir].ipr_nonhash[af] = t1; 867 &(inactive [all...] |
Completed in 123 milliseconds