Searched defs:wrap (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c216 gss_buffer_t input, /* Input message to wrap */
224 /* Get a pointer to the wrap protion of the token */
225 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; local
253 wrap->mic.qop = qop_req;
254 wrap->mic.client_flag = cntx->initiate;
255 wrap->mic.seqnum = __dh_next_seqno(cntx);
264 if ((*minor = __QOPSeal(wrap->mic.qop, input, conf_req,
271 wrap->body.body_len = body.length;
272 wrap->body.body_val = (char *)body.value;
279 wrap
316 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; local
[all...]
H A Dcontext.c289 dh_wrap_t wrap = &token.ver.dh_version_u.body.dh_token_body_desc_u.seal; local
317 * Set up an empty wrap token to calculate header and signature
323 wrap->mic.qop = qop_req;
324 wrap->mic.seqnum = 0;
325 wrap->mic.client_flag = 0;
326 wrap->body.body_len = 0;
327 wrap->body.body_val = 0;
331 /* This is the size of an empy wrap token */
351 * We now have the space for the inner wrap message, which is also
/illumos-gate/usr/src/cmd/tail/
H A Dread.c51 * storing the data in a wrap-around buffer which is then displayed. If the
62 int wrap; local
68 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF; ) {
71 wrap = 1;
87 if (wrap) {
106 if (wrap && (len = ep - p))
137 int blen, cnt, recno, wrap; local
143 blen = cnt = recno = wrap = 0;
164 wrap = 1;
179 wrap
[all...]
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c57 static int wrap(wchar_t *, wchar_t *, int, wchar_t *);
87 if (wrap(wlabel, wsev, indent_len, wtext) <= 0)
95 if (wrap(wtofix, null, indent_len, wtext) <= 0)
107 ** wrap() - PUT OUT "STUFF: string", WRAPPING string AS REQUIRED
111 wrap(wchar_t *prefix, wchar_t *suffix, int indent_len, wchar_t *str)
109 wrap(wchar_t *prefix, wchar_t *suffix, int indent_len, wchar_t *str) function
/illumos-gate/usr/src/cmd/who/
H A Dwho.c142 static int wrap; /* flag to indicate wrap */ variable
620 wrap = 0;
636 if (!wrap) {
638 wrap = 1;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h82 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
H A Ddeflate.c234 int wrap = 1; local
262 wrap = 0;
267 wrap = 2; /* write gzip wrapper instead */
282 s->wrap = wrap;
332 strm->state->wrap == 2 ||
333 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
337 if (s->wrap)
381 if (s->wrap < 0) {
382 s->wrap
[all...]
H A Ddeflate.h101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c265 static long wrap; local
311 wrap = curr;
317 } while ( wrap != curr && ((RSTATUS *)request_by_id_num(ret)) ) ;
325 if (curr == wrap) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c113 if (state->wrap) /* to support ill-conceived Java test suite */
114 strm->adler = state->wrap & 1;
146 int wrap; local
153 /* extract wrap request from windowBits parameter */
155 wrap = 0;
159 wrap = (windowBits >> 4) + 1;
175 state->wrap = wrap;
641 if (state->wrap == 0) {
647 if ((state->wrap
[all...]
H A Dinflate.h84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
H A Ddeflate.c225 int wrap = 1; local
262 wrap = 0;
267 wrap = 2; /* write gzip wrapper instead */
282 s->wrap = wrap;
330 int wrap; local
337 wrap = s->wrap;
338 if (wrap == 2 || (wrap
[all...]
H A Ddeflate.h104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c189 boolean_t wrap = (flags & OFMT_WRAP); local
205 if (wrap)
430 boolean_t wrap = (os->os_flags & OFMT_WRAP); local
432 if (wrap) {
457 if (wrap) {
596 s = "parsable mode is incompatible with wrap mode";
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c1403 const int wrap = 16; local
1415 if ((i % wrap) == (wrap - 1)) {
1416 cmn_err(CE_NOTE, "%08x:%s", i - (wrap - 1), line);
1422 if ((i % wrap) != 0) {
1423 cmn_err(CE_NOTE, "%08x:%s", i - (i % wrap), line);
1433 const int wrap = 8; local
1445 if ((i % wrap) == (wrap - 1)) {
1446 cmn_err(CE_NOTE, "%08x:%s", i - (wrap
1463 const int wrap = 4; local
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_tdc_hw.h189 * TdcTdrKick::tail and wrap != TdcTdrKick::wrap. The ring is
190 * empty of head == TdcTdrKick::tail and wrap ==
191 * TdcTdrKick::wrap.
199 uint32_t wrap:1; member in struct:__anon5855::__anon5856
203 uint32_t wrap:1;
231 uint32_t wrap:1; member in struct:__anon5857::__anon5858
235 uint32_t wrap:1;
265 uint32_t wrap:1; member in struct:__anon5859::__anon5860
269 uint32_t wrap
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c1646 * wrap - toggle bit to indicate if the tail index is
1658 uint16_t tail_index, boolean_t wrap)
1677 /* Toggle the wrap around bit */
1679 kick.bits.ldw.wrap = wrap;
1699 * wrap - toggle bit to indicate if the tail index is
1740 * ring header data (head index and wrap bit).
1657 npi_txdma_desc_kick_reg_set(npi_handle_t handle, uint8_t channel, uint16_t tail_index, boolean_t wrap) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2199 boolean_t wrap, elem_filtered; local
2225 if (mdb_readvar(&wrap, "pmcs_tbuf_wrap") == -1) {
2254 if (wrap) {
2256 /* Do we need to wrap backwards? */
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c118 * - count doesn't wrap around to 0
2275 uint_t full, bin, color_mask, wrap = 0; local
2388 for (idx = idx0; wrap == 0 || (idx < idx0 && wrap < 2); ) {
2397 (wrap == 0 ? hi : pfnum0), &nlo, &nhi))
2474 wrap++;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h252 uint32_t wrap:1; member in struct:_tx_ring_hdl_t::__anon8719::__anon8720
258 uint32_t wrap:1;
281 uint32_t wrap:1; member in struct:_tx_ring_kick_t::__anon8721::__anon8722
287 uint32_t wrap:1;

Completed in 87 milliseconds