Searched defs:author (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_rts.c | 83 const in6_addr_t *author, const in6_addr_t *ifaddr, const ill_t *ill, 140 sin6->sin6_addr = *author; 198 const in6_addr_t *source, const in6_addr_t *author, 210 &ipv6_all_zeros, &ipv6_all_zeros, author, NULL, mp, NULL); 80 rts_fill_msg_v6(int type, int rtm_addrs, const in6_addr_t *dst, const in6_addr_t *mask, const in6_addr_t *gateway, const in6_addr_t *src_addr, const in6_addr_t *brd_addr, const in6_addr_t *author, const in6_addr_t *ifaddr, const ill_t *ill, mblk_t *mp, const tsol_gc_t *gc) argument 196 ip_rts_change_v6(int type, const in6_addr_t *dst_addr, const in6_addr_t *gw_addr, const in6_addr_t *net_mask, const in6_addr_t *source, const in6_addr_t *author, int flags, int error, int rtm_addrs, ip_stack_t *ipst) argument
|
H A D | ip_rts.c | 83 ipaddr_t author, ipaddr_t ifaddr, const ill_t *ill, mblk_t *mp, 1715 ipaddr_t gateway, ipaddr_t src_addr, ipaddr_t brd_addr, ipaddr_t author, 1773 sin->sin_addr.s_addr = author; 1910 ipaddr_t source, ipaddr_t author, int flags, int error, int rtm_addrs, 1922 author, 0, NULL, mp, NULL); 1714 rts_fill_msg(int type, int rtm_addrs, ipaddr_t dst, ipaddr_t mask, ipaddr_t gateway, ipaddr_t src_addr, ipaddr_t brd_addr, ipaddr_t author, ipaddr_t ifaddr, const ill_t *ill, mblk_t *mp, const tsol_gc_t *gc) argument 1909 ip_rts_change(int type, ipaddr_t dst_addr, ipaddr_t gw_addr, ipaddr_t net_mask, ipaddr_t source, ipaddr_t author, int flags, int error, int rtm_addrs, ip_stack_t *ipst) argument
|
/illumos-gate/usr/src/lib/sasl_plugins/plain/ |
H A D | plain.c | 105 const char *author; local 116 /* should have received author-id NUL authen-id NUL password */ 118 /* get author */ 119 author = clientin; 125 "Can only find author (no password)"); 127 SETERROR(params->utils, "Can only find author (no password)"); 140 "Can only find author/en (no password)"); 143 "Can only find author/en (no password)"); 180 if (!author || !*author) [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | contract.c | 285 ctflags_t flags, proc_t *author, int canfail) 290 ASSERT(author == curproc); 311 ct->ct_regent = author->p_ct_process ? 312 &author->p_ct_process->conp_contract : NULL; 316 ct->ct_owner = author; 324 mutex_enter(&author->p_lock); 327 author->p_task->tk_proj->kpj_rctls, author, 1, 331 mutex_exit(&author->p_lock); 336 ct->ct_proj = author 284 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data, ctflags_t flags, proc_t *author, int canfail) argument [all...] |
Completed in 74 milliseconds