/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_quota.c | 137 uint32_t next_offset, sidlen; in smb_quota_decode_sids() local 155 if (smb_mbc_decodef(&sidbuf, "ll", &next_offset, &sidlen)) { in smb_quota_decode_sids() 173 offset += next_offset; in smb_quota_decode_sids() 174 } while ((next_offset != 0) && (bytes_left > 0)); in smb_quota_decode_sids() 217 uint32_t next_offset, sidlen; in smb_quota_decode_quotas() local 239 &next_offset, &sidlen, &mtime, in smb_quota_decode_quotas() 260 offset += next_offset; in smb_quota_decode_quotas() 261 } while ((next_offset != 0) && (bytes_left > 0)); in smb_quota_decode_quotas() 295 uint32_t next_offset, sid_offset; in smb_quota_encode_quotas() local 317 next_offset = sid_offset + sidlen; in smb_quota_encode_quotas() [all …]
|
H A D | smb_query_fileinfo.c | 627 uint32_t next_offset; in smb_query_stream_info() local 677 next_offset = SMB_STREAM_ENCODE_FIXED_SZ + stream_nlen + in smb_query_stream_info() 681 if (MBC_ROOM_FOR(mbc, next_offset) == 0) { in smb_query_stream_info() 687 next_offset)) { in smb_query_stream_info() 693 next_offset = 0; in smb_query_stream_info() 696 next_offset, stream_nlen, datasz, allocsz, in smb_query_stream_info() 714 next_offset = SMB_STREAM_ENCODE_FIXED_SZ + in smb_query_stream_info() 717 pad = smb_pad_align(next_offset, 8); in smb_query_stream_info() 718 next_offset += pad; in smb_query_stream_info() 722 next_offset)) { in smb_query_stream_info() [all …]
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 111 short next_offset; /* offset of next link key */ member 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)
|
H A D | dbtab.c | 414 linkp->fhkey_offset, linkp->name_offset, linkp->next_offset, in debug_print_linkinfo() 870 linkp->prev_offset = linkp->next_offset; /* aligned */ in add_mc_path() 888 lastlinkp->prev_offset = lastlinkp->next_offset + len; /* aligned */ in add_mc_path() 932 linkp->next_offset = linkp->fhkey_offset + len; /* aligned */ in create_link_struct() 966 linkp->prev_offset = linkp->next_offset + len; /* aligned */ in create_link_struct()
|
/titanic_50/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 1295 mblk->next_offset = mblk->curr_offset; in hci1394_q_at_copy_from_mblk() 1305 if ((mblk->next_offset + bytes_left) <= in hci1394_q_at_copy_from_mblk() 1309 (uint8_t *)mblk->next_offset, bytes_left); in hci1394_q_at_copy_from_mblk() 1312 mblk->next_offset += bytes_left; in hci1394_q_at_copy_from_mblk() 1321 if (mblk->next_offset >= mblk->next_mblk->b_wptr) { in hci1394_q_at_copy_from_mblk() 1324 mblk->next_offset = in hci1394_q_at_copy_from_mblk() 1337 length = mblk->next_mblk->b_wptr - mblk->next_offset; in hci1394_q_at_copy_from_mblk() 1341 (uint8_t *)mblk->next_offset, length); in hci1394_q_at_copy_from_mblk() 1347 mblk->next_offset = mblk->next_mblk->b_rptr; in hci1394_q_at_copy_from_mblk() 1612 mblk->next_offset = mblk->curr_offset; in hci1394_q_ar_copy_to_mblk() [all …]
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | archdep.c | 277 uint_t next_offset = 0; in traceback() local 368 next_offset = offset + strlen(stack_buffer); in traceback() 369 if (next_offset < STACK_BUF_SIZE) { in traceback() 372 offset = next_offset; in traceback()
|
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_server.c | 229 unsigned long next_offset; in ndr_recv_frag() local 234 next_offset = nds->pdu_scan_offset + NDR_RSP_HDR_SIZE; in ndr_recv_frag() 235 if (!NDS_GROW_PDU(nds, next_offset, 0)) in ndr_recv_frag() 256 nds->pdu_scan_offset = next_offset; in ndr_recv_frag() 261 next_offset = nds->pdu_scan_offset + pay_size; in ndr_recv_frag() 262 if (!NDS_GROW_PDU(nds, next_offset, 0)) in ndr_recv_frag() 270 nds->pdu_scan_offset = next_offset; in ndr_recv_frag()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | piclsmc.c | 704 off_t next_offset = 0x0; in pwrite_new() local 725 next_offset = curr_offset + SIZE_TO_READ_WRITE; in pwrite_new() 740 curr_offset = next_offset; in pwrite_new() 757 off_t next_offset = 0x0; in pread_new() local 779 next_offset = curr_offset + SIZE_TO_READ_WRITE; in pread_new() 795 curr_offset = next_offset; in pread_new()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1216 uint_t next_offset = 0; in traceback() local 1267 next_offset = offset + strlen(stack_buffer); in traceback() 1268 if (next_offset < STACK_BUF_SIZE) { in traceback() 1271 offset = next_offset; in traceback() 1281 offset = next_offset; in traceback() 1306 uint_t next_offset = 0; in traceback() local 1400 next_offset = offset + strlen(stack_buffer); in traceback() 1401 if (next_offset < STACK_BUF_SIZE) { in traceback() 1404 offset = next_offset; in traceback() 1414 offset = next_offset; in traceback()
|
/titanic_50/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 1129 off_t next_offset; in ioat_cmd_post_dca() local 1160 next_offset = ring->cr_desc_next << 6; in ioat_cmd_post_dca() 1161 next_desc_phys = ring->cr_phys_desc + next_offset; in ioat_cmd_post_dca() 1196 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64, in ioat_cmd_post_dca() 1220 off_t next_offset; in ioat_cmd_post_copy() local 1243 next_offset = ring->cr_desc_next << 6; in ioat_cmd_post_copy() 1244 next_desc_phy = ring->cr_phys_desc + next_offset; in ioat_cmd_post_copy() 1280 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64, in ioat_cmd_post_copy()
|
/titanic_50/usr/src/uts/common/sys/1394/ |
H A D | h1394.h | 113 unsigned char *next_offset; member 127 h1394_mblk_s::next_mblk h1394_mblk_s::next_offset))
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 936 fmd_asru_link_t **hash, size_t match_offset, size_t next_offset) in fmd_asru_do_hash_apply() argument 948 FMD_ASRU_AL_HASH_NEXT(alp, next_offset)) in fmd_asru_do_hash_apply() 958 FMD_ASRU_AL_HASH_NEXT(alp, next_offset)) in fmd_asru_do_hash_apply() 1104 fmd_asru_link_t **hash, size_t next_offset, char *name) in fmd_asru_do_delete_entry() argument 1114 alpnextp = FMD_ASRU_AL_HASH_NEXTP(alp, next_offset); in fmd_asru_do_delete_entry() 1127 fmd_case_t *cp, fmd_asru_link_t **hash, size_t next_offset, char *nvname) in fmd_asru_do_hash_delete() argument 1137 fmd_asru_do_delete_entry(ahp, cp, hash, next_offset, in fmd_asru_do_hash_delete() 1141 fmd_asru_do_delete_entry(ahp, cp, hash, next_offset, ""); in fmd_asru_do_hash_delete()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1buf.c | 368 int next_offset = buf->next - buf->base; in asn1buf_expand() local 383 buf->next = (buf->base) + next_offset; in asn1buf_expand()
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 410 next_offset(int idx, struct module *mp) in next_offset() function 699 nextoff = next_offset(i, mp); in objfs_data_read()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bscv.c | 2475 uint16_t next_offset; in bscv_ioc_eventlog2() local 2512 next_offset = bscv_get16(ssp, chan_general, EBUS_IDX_LOG_PTR_HI); in bscv_ioc_eventlog2() 2514 next_offset); in bscv_ioc_eventlog2() 2526 if (next_offset <= ssp->eventlog_start) { in bscv_ioc_eventlog2() 2528 next_offset = ssp->eventlog_start + ssp->eventlog_size; in bscv_ioc_eventlog2() 2531 next_offset); in bscv_ioc_eventlog2() 2533 next_offset -= sizeof (event); in bscv_ioc_eventlog2() 2535 if (bscv_eerw(ssp, next_offset, (uint8_t *)&event, in bscv_ioc_eventlog2() 2539 " failure for offset 0x%x", next_offset); in bscv_ioc_eventlog2() 2549 " events left at offset 0x%x", next_offset); in bscv_ioc_eventlog2()
|
/titanic_50/usr/src/uts/common/io/1394/ |
H A D | s1394_asynch.c | 865 h_priv->mblk.curr_offset = h_priv->mblk.next_offset; in s1394_atreq_cmd_complete()
|