Searched refs:author (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_rts.c83 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 Dip_rts.c83 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 Dplain.c105 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/lib/libslp/javalib/
H A DMakefile59 cd $(SLPJAVASRC); $(JAVADOC) -public -author -version -classpath $(SLPCLASSPATH) -d $(DOC) $(PKGNAME)
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c285 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...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh422 printf $"<br />## author: %s" "${item["author"]}"
436 dc:creator | author) item["author"]="${callbacks["textbuf"]}" ; callbacks["textbuf"]="" ;;
631 [-author?Roland Mainz <roland.mainz@sun.com>]
632 [-author?Roland Mainz <roland.mainz@nrubsig.org>]
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2142 % @author should come last, but may come many times.
2145 \parseargdef\author{%

Completed in 114 milliseconds