/illumos-gate/usr/src/cmd/tail/ |
H A D | read.c | 51 * 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/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | MICwrap.c | 216 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 D | context.c | 289 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/uts/common/zmod/ |
H A D | inflate.h | 82 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
|
H A D | deflate.c | 234 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 D | inflate.c | 175 state->wrap = 0; 179 state->wrap = (windowBits >> 4) + 1; 597 if (state->wrap == 0) { 603 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ 613 if (!(state->wrap & 1) || /* check if zlib header allowed */ 1103 if (state->wrap) { 1128 if (state->wrap && state->flags) { 1172 if (state->wrap && out) 1207 if (state->wrap != 0 && state->mode != DICT) 1247 if ((state->wrap [all...] |
H A D | deflate.h | 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | fmtmsg.c | 57 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/boot/lib/libz/ |
H A D | inflate.h | 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
|
H A D | deflate.c | 225 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 D | inflate.c | 113 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 D | deflate.h | 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_engine.c | 1403 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/cmd/lp/cmd/lpsched/ |
H A D | files.c | 265 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/uts/common/io/hxge/ |
H A D | hxge_tdc_hw.h | 189 * 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...] |
H A D | hxge_impl.h | 91 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap)
|
/illumos-gate/usr/src/cmd/who/ |
H A D | who.c | 142 static int wrap; /* flag to indicate wrap */ variable 620 wrap = 0; 636 if (!wrap) { 638 wrap = 1;
|
/illumos-gate/usr/src/lib/libinetutil/common/ |
H A D | ofmt.c | 189 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/sys/nxge/ |
H A D | nxge_txdma_hw.h | 252 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;
|
H A D | nxge_impl.h | 148 #define NEXT_ENTRY(index, wrap) ((index + 1) & wrap)
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txdma.c | 1646 * 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/uts/i86pc/ml/ |
H A D | locore.s | 1783 / counter may even wrap. If this value is too small, then on fast machines 1986 / counter may even wrap. If this value is too small, then on fast machines
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 118 * - 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/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2199 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/io/nxge/ |
H A D | nxge_send.c | 958 } else { /* more than one descriptor and wrap around */ 991 "channel %d wr_index %d wrap %d ngathers %d desc_pend %d", 1010 kick.bits.ldw.wrap = 1055 kick.bits.ldw.wrap = tx_ring_p->wr_index_wrap;
|