Searched refs:nds (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_ops.c30 * returning NULL, it should set the nds->error to indicate what went
124 nds_initialize(ndr_stream_t *nds, unsigned pdu_size_hint, argument
129 assert(nds);
132 bzero(nds, sizeof (*nds));
133 nds->ndo = &nds_ops;
134 nds->heap = (struct ndr_heap *)heap;
137 nds->error = NDR_ERR_BOUNDS_CHECK;
138 nds->error_ref = __LINE__;
139 NDS_TATTLE_ERROR(nds, NUL
164 nds_finalize(ndr_stream_t *nds, ndr_fraglist_t *frags) argument
208 nds_destruct(ndr_stream_t *nds) argument
220 nds_show_state(ndr_stream_t *nds) argument
239 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) argument
251 ndo_free(ndr_stream_t *nds, char *p, ndr_ref_t *ref) argument
268 ndo_grow_pdu(ndr_stream_t *nds, unsigned long want_end_offset, ndr_ref_t *ref) argument
297 ndo_pad_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, ndr_ref_t *ref) argument
320 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
350 ndo_put_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
369 ndo_tattle(ndr_stream_t *nds, char *what, ndr_ref_t *ref) argument
375 ndo_tattle_error(ndr_stream_t *nds, ndr_ref_t *ref) argument
405 ndo_reset(ndr_stream_t *nds) argument
425 ndo_destruct(ndr_stream_t *nds) argument
456 ndo_printf(ndr_stream_t *nds, ndr_ref_t *ref, const char *fmt, ...) argument
485 ndo_fmt(ndr_stream_t *nds, ndr_ref_t *ref, char *note) argument
[all...]
H A Dndr_marshal.c42 ndr_encode_decode_common(ndr_stream_t *nds, unsigned opnum, argument
50 if (ndo_operation(nds, ti, opnum, datum))
53 switch (nds->error) {
71 if (nds->m_op == NDR_M_OP_MARSHALL)
183 ndr_stream_t *nds = &mxa->recv_nds; local
186 if (!NDR_MODE_MATCH(nds, NDR_MODE_CALL_RECV))
189 rc = ndr_encode_decode_common(nds, mxa->opnum,
201 ndr_stream_t *nds = &mxa->send_nds; local
204 if (!NDR_MODE_MATCH(nds, NDR_MODE_RETURN_SEND))
207 rc = ndr_encode_decode_common(nds, mx
219 ndr_stream_t *nds = &mxa->send_nds; local
237 ndr_stream_t *nds = &mxa->recv_nds; local
253 ndr_stream_t *nds = &mxa->recv_nds; local
271 ndr_decode_hdr_common(ndr_stream_t *nds, ndr_common_header_t *hdr) argument
322 ndr_decode_pac_hdr(ndr_stream_t *nds, ndr_pac_hdr_t *hdr) argument
366 ndr_decode_frag_hdr(ndr_stream_t *nds, ndr_common_header_t *hdr) argument
411 ndr_remove_frag_hdr(ndr_stream_t *nds) argument
454 ndr_stream_t *nds = &mxa->send_nds; local
500 ndr_stream_t *nds = encl_ref->stream; local
592 ndr_stream_t *nds = encl_ref->stream; local
[all...]
H A Dndr_process.c241 ndo_process(ndr_stream_t *nds, ndr_typeinfo_t *ti, char *datum) argument
246 myref.stream = nds;
255 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) argument
260 myref.stream = nds;
289 ndr_stream_t *nds; local
302 nds = top_ref->stream;
308 assert(nds->outer_queue_tailp && !*nds->outer_queue_tailp);
309 assert(!nds->outer_current);
371 outer_ref->pdu_offset = nds
399 ndr_stream_t *nds = arg_ref->stream; local
427 ndr_run_outer_queue(ndr_stream_t *nds) argument
583 ndr_stream_t *nds = outer_ref->stream; local
651 ndr_stream_t *nds = outer_ref->stream; local
741 ndr_stream_t *nds = outer_ref->stream; local
832 ndr_stream_t *nds = outer_ref->stream; local
960 ndr_stream_t *nds = outer_ref->stream; local
1092 ndr_stream_t *nds = ref->stream; local
1161 ndr_stream_t *nds = outer_ref->stream; local
1373 ndr_stream_t *nds = outer_ref->stream; local
1408 ndr_stream_t *nds = outer_ref->stream; local
1447 ndr_stream_t *nds = outer_ref->stream; local
1489 ndr_stream_t *nds = outer_ref->stream; local
1627 ndr_stream_t *nds = arg_ref->stream; local
1679 ndr_stream_t *nds = arg_ref->stream; local
1819 ndr_stream_t *nds = ref->stream; local
1920 ndr_stream_t *nds = encl_ref->stream; local
2008 ndr_mbstowcs(ndr_stream_t *nds, smb_wchar_t *wcs, const char *mbs, size_t nwchars) argument
2040 ndr_mbtowc(ndr_stream_t *nds, smb_wchar_t *wcharp, const char *mbchar, size_t nbytes) argument
[all...]
H A Dndr_server.c508 ndr_stream_t *nds = &mxa->recv_nds; local
537 saved_offset = nds->pdu_scan_offset;
538 saved_size = nds->pdu_size;
540 nds->pdu_scan_offset = hdr->frag_length;
541 nds->pdu_size = nds->pdu_max_size;
546 nds_show_state(nds);
550 nds->pdu_scan_offset = saved_offset;
551 nds->pdu_size = saved_size;
595 ndr_stream_t *nds local
976 ndr_stream_t *nds = &mxa->send_nds; local
1033 ndr_stream_t *nds = &mxa->send_nds; local
1138 ndr_build_frag(ndr_stream_t *nds, uint8_t *buf, uint32_t len) argument
[all...]
H A Dndr_client.c296 ndr_stream_t *nds = &mxa->recv_nds; local
303 nds_show_state(nds);
310 if (frag_size > (nds->pdu_size - nds->pdu_scan_offset)) {
311 nds_show_state(nds);
315 ndr_remove_frag_hdr(nds);
316 nds->pdu_scan_offset += frag_size - NDR_RSP_HDR_SIZE;
330 ndr_stream_t *nds = &mxa->recv_nds; local
334 available = nds->pdu_size - nds
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c121 #define dapli_tavor_qp_send_doorbell(ia_uar, nda, nds, qpn, fence, nopcode) \
127 ((uint64_t)qpn << TAVOR_QPSNDDB_QPN_SHIFT) | nds)
137 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode)
146 ((uint64_t)qpn << TAVOR_QPSNDDB_QPN_SHIFT) | nds;
174 #define dapli_tavor_qp_recv_doorbell(ia_uar, nda, nds, qpn, credits) \
178 ((uint64_t)nds << TAVOR_QPRCVDB_NDS_SHIFT) | \
189 uint32_t nds, uint32_t qpn, uint32_t credits)
196 ((uint64_t)nds << TAVOR_QPRCVDB_NDS_SHIFT) |
299 uint32_t nds; local
307 nds
136 dapli_tavor_qp_send_doorbell(dapls_hw_uar_t ia_uar, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode) argument
188 dapli_tavor_qp_recv_doorbell(dapls_hw_uar_t ia_uar, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t credits) argument
[all...]
H A Ddapl_arbel_hw.c151 uint32_t nopcode, uint16_t wqe_counter, uint32_t nds)
159 (qpn << ARBEL_QPSNDDB_QPN_SHIFT) | nds;
195 uint32_t nds; local
203 nds = wr->wr_nds;
290 nds = 0;
301 * the values setup above (i.e. "sgl", "nds", and the "ds" pointer
304 if (nds > qp->qp_sq_sgl) {
319 for (i = 0; i < nds; i++)
328 for (i = 0; i < nds; i++) {
339 for (i = 0; i < nds;
150 dapli_arbel_sq_dbreg(dapls_hw_uar_t ia_uar, uint32_t qpn, uint32_t fence, uint32_t nopcode, uint16_t wqe_counter, uint32_t nds) argument
1530 dapli_arbel_rq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, uint32_t numwqe, uint32_t nds) argument
[all...]
H A Ddapl_hermon_hw.c183 uint32_t nds; local
193 nds = wr->wr_nds;
284 nds = 0;
296 * the values setup above (i.e. "sgl", "nds", and the "ds" pointer
299 if (nds > qp->qp_sq_sgl) {
314 for (i = 0; i < nds; i++)
357 while (++i < nds)
360 if (i >= nds)
365 } while (i < nds);
377 for (i = 0; i < nds;
1579 dapli_hermon_rq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, uint32_t numwqe, uint32_t nds) argument
[all...]
H A Ddapl_tavor_hw.h257 uint32_t nds :6; member in struct:tavor_hw_uar_send_s
267 uint32_t nds :6; member in struct:tavor_hw_uar_recv_s
357 uint32_t nds :6; member in struct:tavor_hw_snd_wqe_nextctrl_s
427 uint32_t nds :6; member in struct:tavor_hw_rcv_wqe_nextctrl_s
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c911 ndr_stream_t *nds = &mxa->recv_nds; local
915 if ((len = (nds->pdu_max_size - nds->pdu_size)) < 0)
922 (char *)nds->pdu_base_offset + nds->pdu_size, len, 0);
929 nds->pdu_size += nbytes;
931 if (nds->pdu_size > nds->pdu_max_size) {
932 nds->pdu_size = nds
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1008 =item {nds} : Low German

Completed in 108 milliseconds