Home
last modified time | relevance | path

Searched refs:aps (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c407 register ap_session_t *aps; local
431 KMALLOC(aps, ap_session_t *);
432 if (!aps) {
439 bzero((char *)aps, sizeof(*aps));
440 aps->aps_p = fin->fin_p;
441 aps->aps_data = NULL;
442 aps->aps_apr = apr;
443 aps->aps_psiz = 0;
445 if ((*apr->apr_new)(fin, aps, nat, apr->apr_private) == -1) {
446 if ((aps->aps_data != NULL) && (aps->aps_psiz != 0)) {
[all …]
H A Dip_nat.c1193 ap_session_t *aps; local
1234 aps = nat->nat_aps;
1235 if (aps != NULL) {
1237 if (aps->aps_data != 0)
1238 ng.ng_sz += aps->aps_psiz;
1263 ap_session_t *aps; local
1328 aps = nat->nat_aps;
1330 if (aps != NULL) {
1333 if (outsize < sizeof(*aps)) {
1339 bcopy((char *)aps, s, sizeof(*aps));
[all …]
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_h323_pxy.c129 int ippr_h323_new(fin, aps, nat, private) in ippr_h323_new() argument
131 ap_session_t *aps;
138 aps->aps_data = NULL;
139 aps->aps_psiz = 0;
145 void ippr_h323_del(aps, private, ifs) in ippr_h323_del() argument
146 ap_session_t *aps; in ippr_h323_del()
153 if (aps->aps_data) {
154 for (i = 0, ipn = aps->aps_data;
155 i < (aps->aps_psiz / sizeof(ipnat_t));
170 KFREES(aps->aps_data, aps->aps_psiz);
[all …]
H A Dip_rcmd_pxy.c77 int ippr_rcmd_new(fin, aps, nat, private) in ippr_rcmd_new() argument
79 ap_session_t *aps;
88 aps->aps_psiz = sizeof(u_32_t);
89 KMALLOCS(aps->aps_data, u_32_t *, sizeof(u_32_t));
90 if (aps->aps_data == NULL) {
96 *(u_32_t *)aps->aps_data = 0;
97 aps->aps_sport = tcp->th_sport;
98 aps->aps_dport = tcp->th_dport;
120 int ippr_rcmd_portmsg(fin, aps, nat, ifsrcmd) in ippr_rcmd_portmsg() argument
122 ap_session_t *aps;
[all …]
H A Dip_ipsec_pxy.c111 int ippr_ipsec_new(fin, aps, nat, private) in ippr_ipsec_new() argument
113 ap_session_t *aps;
142 aps->aps_psiz = sizeof(*ipsec);
143 KMALLOCS(aps->aps_data, ipsec_pxy_t *, sizeof(*ipsec));
144 if (aps->aps_data == NULL)
147 ipsec = aps->aps_data;
218 int ippr_ipsec_inout(fin, aps, nat, private) in ippr_ipsec_inout() argument
220 ap_session_t *aps;
237 ipsec = aps->aps_data;
300 int ippr_ipsec_match(fin, aps, nat, private) in ippr_ipsec_match() argument
[all …]
H A Dip_raudio_pxy.c72 int ippr_raudio_new(fin, aps, nat, private) in ippr_raudio_new() argument
74 ap_session_t *aps;
80 KMALLOCS(aps->aps_data, void *, sizeof(raudio_t));
81 if (aps->aps_data == NULL)
87 bzero(aps->aps_data, sizeof(raudio_t));
88 rap = aps->aps_data;
89 aps->aps_psiz = sizeof(raudio_t);
96 int ippr_raudio_out(fin, aps, nat, private) in ippr_raudio_out() argument
98 ap_session_t *aps;
102 raudio_t *rap = aps->aps_data;
[all …]
H A Dip_ftp_pxy.c153 int ippr_ftp_new(fin, aps, nat, private) in ippr_ftp_new() argument
155 ap_session_t *aps;
169 aps->aps_data = ftp;
170 aps->aps_psiz = sizeof(ftpinfo_t);
1042 ap_session_t *aps; local
1073 aps = nat->nat_aps;
1075 sel = aps->aps_sel[1 - rv];
1076 sel2 = aps->aps_sel[rv];
1078 seqoff = aps->aps_seqoff[sel];
1079 if (aps->aps_seqmin[sel] > seqoff + thseq)
[all …]
H A Dip_pptp_pxy.c106 int ippr_pptp_new(fin, aps, nat, private) in ippr_pptp_new() argument
108 ap_session_t *aps;
125 aps->aps_psiz = sizeof(*pptp);
126 KMALLOCS(aps->aps_data, pptp_pxy_t *, sizeof(*pptp));
127 if (aps->aps_data == NULL) {
138 pptp = aps->aps_data;
493 int ippr_pptp_inout(fin, aps, nat, private) in ippr_pptp_inout() argument
495 ap_session_t *aps;
512 pptp = (pptp_pxy_t *)aps->aps_data;
518 return ippr_pptp_nextmessage(fin, nat, (pptp_pxy_t *)aps->aps_data,
[all …]
H A Dip_netbios_pxy.c95 int ippr_netbios_out(fin, aps, nat, private) in ippr_netbios_out() argument
97 ap_session_t *aps;
107 aps = aps; /* LINT */
H A Dip_irc_pxy.c248 int ippr_irc_new(fin, aps, nat, private) in ippr_irc_new() argument
250 ap_session_t *aps;
263 aps->aps_data = irc;
264 aps->aps_psiz = sizeof(ircinfo_t);
447 int ippr_irc_out(fin, aps, nat, private) in ippr_irc_out() argument
449 ap_session_t *aps;
453 aps = aps; /* LINT */
H A Dip_rpcb_pxy.c170 ippr_rpcb_new(fin, aps, nat, private) in ippr_rpcb_new() argument
172 ap_session_t *aps;
188 aps->aps_data = rs;
202 ippr_rpcb_del(aps, private, ifs) in ippr_rpcb_del() argument
203 ap_session_t *aps; in ippr_rpcb_del()
208 rs = (rpcb_session_t *)aps->aps_data;
232 ippr_rpcb_in(fin, aps, nat, private) in ippr_rpcb_in() argument
234 ap_session_t *aps;
249 rs = (rpcb_session_t *)aps->aps_data;
302 ippr_rpcb_out(fin, aps, nat, private) in ippr_rpcb_out() argument
[all …]
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dtroff.sh35 dev=aps
42 -Taps) dev=aps ;;
58 aps)
H A DREADME56 aps Autologic APS-5 phototypesetter
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintaps.c18 void printaps(aps, opts) in printaps() argument
19 ap_session_t *aps; in printaps()
28 if (kmemcpy((char *)&ap, (long)aps, sizeof(ap)))
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c63 while ((ap = hdl->aps) != NULL) { in ri_fini()
64 hdl->aps = ap->next; in ri_fini()
164 if (ap_list_pack(hdl->aps, &buf, &size, encoding) != 0 || in ri_pack()
587 if (ap_list_unpack(buf, size, &ri_hdl->aps) != 0) in ri_unpack()
627 ap_list_unpack(char *buf, size_t size, ri_ap_t **aps) in ap_list_unpack() argument
669 *aps = aplist; in ap_list_unpack()
977 return ((ap == NULL) ? hdl->aps : ap->next); in ri_ap_next()
H A Drsrc_info_impl.h78 ri_ap_t *aps; member
H A Dri_init.c1780 if ((tmp = hdl->aps) == NULL) { in ri_ap_alloc()
1781 hdl->aps = ap; in ri_ap_alloc()
/titanic_41/usr/src/cmd/lp/filter/postscript/postscript/
H A DMakefile36 aps.ps \
/titanic_41/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c1102 nvme_auto_power_state_t *aps; in nvme_print_feat_auto_pst() local
1110 aps = buf; in nvme_print_feat_auto_pst()
1115 if (aps[i].apst_itps == 0 && aps[i].apst_itpt == 0) in nvme_print_feat_auto_pst()
1120 (uint16_t)aps[i].apst_itps, NULL, NULL); in nvme_print_feat_auto_pst()
1122 aps[i].apst_itpt, NULL, "ms"); in nvme_print_feat_auto_pst()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c878 fmd_asru_t *ap, **aps, **app; in fmd_asru_hash_apply() local
883 aps = app = fmd_alloc(ahp->ah_count * sizeof (fmd_asru_t *), FMD_SLEEP); in fmd_asru_hash_apply()
891 ASSERT(app == aps + apc); in fmd_asru_hash_apply()
895 if (aps[i]->asru_fmri != NULL) in fmd_asru_hash_apply()
896 func(aps[i], arg); in fmd_asru_hash_apply()
897 fmd_asru_hash_release(ahp, aps[i]); in fmd_asru_hash_apply()
900 fmd_free(aps, apc * sizeof (fmd_asru_t *)); in fmd_asru_hash_apply()
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A DREADME135 dpost -e2 -Tpostaps -C/usr/lib/postscript/aps.ps file >file.ps
137 where aps.ps is additional PostScript code (pulled in using the -C option) that
/titanic_41/usr/src/pkg/manifests/
H A Dprint-lp-filter-postscript-lp-filter.mf38 file path=usr/lib/lp/postscript/aps.ps group=lp mode=0555
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c711 wl_ess_list_t *aps = arg; in wifi_read_ap() local
719 end = (uint8_t *)aps - WIFI_BUF_OFFSET + MAX_BUF_LEN - in wifi_read_ap()
721 conf = &aps->wl_ess_list_ess[aps->wl_ess_list_num]; in wifi_read_ap()
811 aps->wl_ess_list_num++; in wifi_read_ap()