Searched defs:length (Results 1 - 7 of 7) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_memory.c136 int length = 0; local
142 length = strlen(cache_name) - 1;
144 length = 256;
156 if (strncmp(ksp->ks_name, cache_name, length) != 0)
/solaris-userland/components/open-fabrics/libsif/include/sif/
H A Dsif_int_user.h88 /* current length of queue as #posted - #completed */
89 volatile uint32_t length; member in struct:sif_rq_sw
/solaris-userland/components/krb5/Solaris/
H A Dlibgss_stubs.c53 put_der_length(unsigned int length, unsigned char **buf, unsigned int max_len) { argument
54 return (gssint_put_der_length(length, buf, max_len));
85 user_buf.length = strlen(user);
H A Dutil_ordering.c45 int length; member in struct:_queue
135 /* common case: at end, after == q->start+q->length-1 */
139 for (i=q->start+q->length-1; i>after; i--)
146 /* Either increase the length by one, or move the starting point up
150 if (q->length == QSIZE(q)) {
155 q->length++;
179 q->length = 1;
210 expected = (QELEM(q,q->start+q->length-1)+1) & q->mask;
212 queue_insert(q, q->start+q->length-1, seqnum);
220 queue_insert(q, q->start+q->length
[all...]
/solaris-userland/components/samba/Solaris/include/samfs/
H A Dstat.h312 /* Section length of file on this volume */
313 u_longlong_t length; member in struct:sam_section
/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h325 /* This is the total length of the message. */
326 u32 length; member in struct:psif_wr_local
409 /* For RDMA and DM this is the length to add to dmalen in RETH of IB packet. */
410 u32 length; member in struct:psif_wr_remote
527 * PSIF_WR_INVALIDATE_TLB: this is the length for invalidate in the TLB. Only
528 * the lower 16 bits are valid for specifying length of TLB invalidation.
529 * PSIF_WR_RESIZE_CQ: this is the new length of the CQ.
531 u32 length; member in struct:psif_wr_su
863 /* Maximum inline data length supported by this send queue. */
899 u32 length; member in struct:psif_rq_scatter
1968 u64 length; member in struct:psif_key
2037 u32 length; member in struct:psif_flash_header_all
2239 u64 length; member in struct:psif_epsc_exercise_mmu
2658 u32 length; member in struct:psif_epsc_csr_test_host_wrd
2670 u32 length; member in struct:psif_epsc_csr_flash_access
2718 u64 length; member in struct:psif_epsc_csr_log_ctrl
2746 u32 length; member in struct:psif_epsc_csr_epsa_cmd
2927 u32 length; member in struct:psif_epsc_csr_update
3075 u32 length; member in struct:psif_epsc_csr_vimma_ctrl
[all...]
H A Dpsif_hw_data_le.h277 /* This is the total length of the message. */
278 u32 length; member in struct:psif_wr_local
358 /* For RDMA and DM this is the length to add to dmalen in RETH of IB packet. */
359 u32 length; member in struct:psif_wr_remote
473 * PSIF_WR_INVALIDATE_TLB: this is the length for invalidate in the TLB. Only
474 * the lower 16 bits are valid for specifying length of TLB invalidation.
475 * PSIF_WR_RESIZE_CQ: this is the new length of the CQ.
477 u32 length; member in struct:psif_wr_su
803 /* Maximum inline data length supported by this send queue. */
875 u32 length; member in struct:psif_rq_scatter
1942 u64 length; member in struct:psif_key
2013 u32 length; member in struct:psif_flash_header_all
2213 u64 length; member in struct:psif_epsc_exercise_mmu
2634 u32 length; member in struct:psif_epsc_csr_test_host_wrd
2643 u32 length; member in struct:psif_epsc_csr_flash_access
2692 u64 length; member in struct:psif_epsc_csr_log_ctrl
2718 u32 length; member in struct:psif_epsc_csr_epsa_cmd
2902 u32 length; member in struct:psif_epsc_csr_update
3046 u32 length; member in struct:psif_epsc_csr_vimma_ctrl
[all...]

Completed in 447 milliseconds