Searched defs:ag (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_acl.c | 172 int ag, i; local 194 ag = (ace_flags & INHERITED_ACE) ? 199 ag = (ace_flags & INHERITED_ACE) ? 208 ag = SMB_AG_ALW_INHRT; 213 list_insert_tail(&ace_grps[ag], ace);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | acct.c | 104 struct acct_globals *ag; local 106 ag = kmem_alloc(sizeof (*ag), KM_SLEEP); 107 bzero(&ag->acctbuf, sizeof (ag->acctbuf)); 108 mutex_init(&ag->aclock, NULL, MUTEX_DEFAULT, NULL); 109 ag->acctvp = NULL; 112 list_insert_tail(&acct_list, ag); 114 return (ag); 121 struct acct_globals *ag local 142 struct acct_globals *ag = arg; local 206 struct acct_globals *ag; local 263 struct acct_globals *ag; local 385 struct acct_globals *ag; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | output.c | 379 supply_out(struct ag_info *ag) argument 390 if (ag->ag_seqno < update_seqno && (ws.state & WS_ST_FLASH)) 393 dst_h = ag->ag_dst_h; 394 mask = ag->ag_mask; 408 ((ag->ag_state & AGS_RIPV2) && v1_mask != mask)) { 456 wb->n->n_metric = ((stopint || ag->ag_metric < 1 || 457 (ag->ag_ifp && (ag->ag_ifp->int_state & 458 (IS_BROKE|IS_SICK)))) ? HOPCNT_INFINITY : ag->ag_metric); 467 if (ag [all...] |
H A D | table.c | 124 ag_out(struct ag_info *ag, void (*out)(struct ag_info *)) argument 131 if (ag->ag_state & AGS_SPLIT_HZ) 144 ag_cors = ag->ag_cors; 146 ag_cors->ag_mask == (ag->ag_mask << 1) && 147 ag_cors->ag_dst_h == (ag->ag_dst_h & ag_cors->ag_mask)) { 148 ag_cors->ag_state |= ((ag_cors->ag_dst_h == ag->ag_dst_h) ? 158 if (ag->ag_state & AGS_REDUN0) { 159 if (ag->ag_state & AGS_REDUN1) 162 bit = (-ag->ag_mask) >> 1; 163 ag 176 ag_del(struct ag_info *ag) argument 199 ag_find_suppressor(struct ag_info *ag) argument 243 struct ag_info *ag, *ag_cors, *ag_supr; local 326 struct ag_info *ag, *nag, *ag_cors; local 1880 kern_out(struct ag_info *ag) argument 2243 struct ag_info *ag; local [all...] |
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_acl.c | 225 int ag, i; local 247 ag = (ace_flags & INHERITED_ACE) ? 252 ag = (ace_flags & INHERITED_ACE) ? 261 ag = SMB_AG_ALW_INHRT; 266 list_insert_tail(&ace_grps[ag], ace);
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 2524 ASN1_INTEGER *ap = NULL, *ag = NULL, *aq = NULL; local 2528 if ((ag = BN_to_ASN1_INTEGER(g, NULL)) == NULL) 2533 bufsize += i2d_ASN1_INTEGER(ag, NULL); 2545 i2d_ASN1_INTEGER(ag, &tmp); 2555 if (ag != NULL) 2556 ASN1_INTEGER_free(ag);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 5506 AuthGroup *ag; local 5514 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag = ag->next) 5515 for (ar = ag->members; ar; ar = ar->next) 5544 AuthGroup *ag; local 5548 for (ag = m->rrauth.rrauth_hash[slot]; ag; ag [all...] |
H A D | mDNS.c | 253 AuthGroup *ag; local 254 for (ag = r->rrauth_hash[slot]; ag; ag=ag->next) 255 if (ag->namehash == namehash && SameDomainName(ag->name, name)) 257 return(ag); 268 AuthGroup *ag = (AuthGroup*)GetAuthEntity(r, mDNSNULL); local 269 if (!ag) { LogMs 297 AuthGroup *ag; local 313 AuthGroup **ag = &a; local 1072 AuthGroup **ag = &a; local 1099 AuthGroup **ag = &a; local 1122 AuthGroup **ag = &a; local 1488 AuthGroup *ag; local 1580 AuthGroup **ag = &a; local 1761 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr); local 4505 AuthGroup *ag; local 4752 AuthGroup *ag; local 5091 AuthGroup *ag; local 5363 AuthGroup *ag; local 11149 AuthGroup *ag; local [all...] |
H A D | mDNSEmbeddedAPI.h | 1472 union AuthEntity_union { AuthEntity *next; AuthGroup ag; }; member in union:AuthEntity_union
|
Completed in 219 milliseconds