Searched defs:next_offset (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c368 int next_offset = buf->next - buf->base; local
383 buf->next = (buf->base) + next_offset;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h111 short next_offset; /* offset of next link key */ member in struct:linkinfo_ent
119 #define LN_NAME_LEN(link) ((link)->next_offset - (link)->name_offset)
121 #define LN_NEXT_LEN(link) ((link)->prev_offset - (link)->next_offset)
130 #define LN_NEXT(link) (char *)((uintptr_t)(link) + (link)->next_offset)
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c277 uint_t next_offset = 0; local
368 next_offset = offset + strlen(stack_buffer);
369 if (next_offset < STACK_BUF_SIZE) {
372 offset = next_offset;
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_server.c229 unsigned long next_offset; local
234 next_offset = nds->pdu_scan_offset + NDR_RSP_HDR_SIZE;
235 if (!NDS_GROW_PDU(nds, next_offset, 0))
256 nds->pdu_scan_offset = next_offset;
261 next_offset = nds->pdu_scan_offset + pay_size;
262 if (!NDS_GROW_PDU(nds, next_offset, 0))
270 nds->pdu_scan_offset = next_offset;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c619 * a warning code is set (NT_STATUS_BUFFER_OVERFLOW). The next_offset
627 uint32_t next_offset; local
677 next_offset = SMB_STREAM_ENCODE_FIXED_SZ + stream_nlen +
681 if (MBC_ROOM_FOR(mbc, next_offset) == 0) {
687 next_offset)) {
693 next_offset = 0;
696 next_offset, stream_nlen, datasz, allocsz,
703 * the response buffer for the next entry, the next_offset and
714 next_offset = SMB_STREAM_ENCODE_FIXED_SZ +
717 pad = smb_pad_align(next_offset,
[all...]
H A Dsmb_quota.c126 * next_offset (4 bytes) - offset of next entry
129 * The last entry will have a next_offset value of 0.
137 uint32_t next_offset, sidlen; local
155 if (smb_mbc_decodef(&sidbuf, "ll", &next_offset, &sidlen)) {
173 offset += next_offset;
174 } while ((next_offset != 0) && (bytes_left > 0));
209 * The last entry will have a next_offset value of 0.
217 uint32_t next_offset, sidlen; local
239 &next_offset, &sidlen, &mtime,
260 offset += next_offset;
295 uint32_t next_offset, sid_offset; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c1129 off_t next_offset; local
1160 next_offset = ring->cr_desc_next << 6;
1161 next_desc_phys = ring->cr_phys_desc + next_offset;
1196 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64,
1220 off_t next_offset; local
1243 next_offset = ring->cr_desc_next << 6;
1244 next_desc_phy = ring->cr_phys_desc + next_offset;
1280 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c704 off_t next_offset = 0x0; local
725 next_offset = curr_offset + SIZE_TO_READ_WRITE;
740 curr_offset = next_offset;
757 off_t next_offset = 0x0; local
779 next_offset = curr_offset + SIZE_TO_READ_WRITE;
795 curr_offset = next_offset;
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c410 next_offset(int idx, struct module *mp) function
699 nextoff = next_offset(i, mp);
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h113 unsigned char *next_offset; member in struct:h1394_mblk_s
127 h1394_mblk_s::next_mblk h1394_mblk_s::next_offset))
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c1216 uint_t next_offset = 0; local
1267 next_offset = offset + strlen(stack_buffer);
1268 if (next_offset < STACK_BUF_SIZE) {
1271 offset = next_offset;
1281 offset = next_offset;
1306 uint_t next_offset = 0; local
1400 next_offset = offset + strlen(stack_buffer);
1401 if (next_offset < STACK_BUF_SIZE) {
1404 offset = next_offset;
1414 offset = next_offset;
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c936 fmd_asru_link_t **hash, size_t match_offset, size_t next_offset)
948 FMD_ASRU_AL_HASH_NEXT(alp, next_offset))
958 FMD_ASRU_AL_HASH_NEXT(alp, next_offset))
1104 fmd_asru_link_t **hash, size_t next_offset, char *name)
1114 alpnextp = FMD_ASRU_AL_HASH_NEXTP(alp, next_offset);
1127 fmd_case_t *cp, fmd_asru_link_t **hash, size_t next_offset, char *nvname)
1137 fmd_asru_do_delete_entry(ahp, cp, hash, next_offset,
1141 fmd_asru_do_delete_entry(ahp, cp, hash, next_offset, "");
934 fmd_asru_do_hash_apply(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg, fmd_asru_link_t **hash, size_t match_offset, size_t next_offset) argument
1103 fmd_asru_do_delete_entry(fmd_asru_hash_t *ahp, fmd_case_t *cp, fmd_asru_link_t **hash, size_t next_offset, char *name) argument
1126 fmd_asru_do_hash_delete(fmd_asru_hash_t *ahp, fmd_case_susp_t *cis, fmd_case_t *cp, fmd_asru_link_t **hash, size_t next_offset, char *nvname) argument
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c2475 uint16_t next_offset; local
2512 next_offset = bscv_get16(ssp, chan_general, EBUS_IDX_LOG_PTR_HI);
2514 next_offset);
2521 * next_offset is one event on from where we want to be!
2522 * Decrement next_offset and maybe wrap to the end of the
2526 if (next_offset <= ssp->eventlog_start) {
2528 next_offset = ssp->eventlog_start + ssp->eventlog_size;
2530 " around to end of buffer; next_offset 0x%x",
2531 next_offset);
2533 next_offset
[all...]

Completed in 128 milliseconds