Searched refs:aid (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libsctp/common/
H A Dsctp.c308 uint32_t timetolive, uint32_t context, sctp_assoc_t aid, int flags)
340 sinfo->sinfo_assoc_id = aid;
371 * of the new association is returned in aid.
374 sctp_connectx(int sd, struct sockaddr *addrs, int addrcnt, sctp_assoc_t *aid) argument
404 /* Need to return the aid created for 1-N style socket. */
405 if (aid != NULL)
406 *aid = ctx.sctx_aid;
545 sctp_assoc_t aid = 0; local
582 if (sctp_connectx(sd, addrs, addrcnt, &aid) != 0)
608 sndv.ssndv_aid = aid;
306 sctp_send_common(int s, const void *msg, size_t len, const struct sockaddr *to, socklen_t tolen, uint32_t ppid, uint32_t sinfo_flags, uint16_t stream_no, uint32_t timetolive, uint32_t context, sctp_assoc_t aid, int flags) argument
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_auth.c602 ami_algid *aid; local
630 aid = *ami_rsa_aid;
633 NULL, NULL, 0, aid, &sig_out, &sig_out_len))
725 ami_algid *aid; local
731 aid = *ami_rsa_aid;
734 aid = *ami_dsa_aid;
769 aid, sig, siglen)) != AMI_OK) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c320 dt_ident_t *aid; local
347 aid = anp->dn_ident;
349 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
351 "undefined aggregation: @%s\n", aid->di_name);
362 dt_ident_t *aid; local
396 aid = anp->dn_ident;
398 if (aid->di_gen == dtp->dt_gen && !(aid->di_flags & DT_IDFLG_MOD)) {
400 "undefined aggregation: @%s\n", aid
425 dt_ident_t *aid; local
491 dt_ident_t *aid, *fid; local
1076 dt_ident_t *aid, *fid; local
[all...]
H A Ddt_map.c364 dt_ident_t *aid; local
368 aid = sdp->dtsd_aggdata;
369 agg->dtagd_name = aid->di_name;
370 agg->dtagd_varid = aid->di_id;
H A Ddt_aggregate.c1705 dt_ident_t *aid; local
1710 aid = sdp->dtsd_aggdata;
1711 isp = (dt_idsig_t *)aid->di_data;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL48 B<pl2pm> is a tool to aid in the conversion of Perl4-style .pl
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c802 char *aname = NULL, *aid = NULL, *fs; local
849 if ((aid = topo_mod_strdup(mod, starti)) == NULL)
858 *serial = topo_mod_strdup(mod, aid);
860 *devid = topo_mod_strdup(mod, aid);
863 *parent_serial = topo_mod_strdup(mod, aid);
866 *part = topo_mod_strdup(mod, aid);
869 *rev = topo_mod_strdup(mod, aid);
875 aid);
878 (void) nvlist_add_string(na, aname, aid);
882 topo_mod_strfree(mod, aid);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm85 As a debugging aid, you can force Carp to treat a croak as a confess
H A DAutoSplit.pm124 used as the file name, these warnings can aid in portability to such
H A DMemoize.pm697 aid in the debugging of old programs that use it. Old programs should
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm259 As an aid to help with this, colored() takes a scalar as the first argument
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure1043 running configure, to aid debugging if configure makes a mistake.
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2154 running configure, to aid debugging if configure makes a mistake.
[all...]

Completed in 120 milliseconds