Searched defs:length (Results 201 - 225 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Dudat.h205 DAT_VLEN length; member in struct:dat_lmr_param
327 IN DAT_VLEN, /* length */
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c224 * cqlen new length of the cq
268 * cqlen new length of the cq
696 * length length of memory region
711 IN DAT_VLEN length,
738 reg_msg.mr_len = (ib_memlen_t)length;
781 * length length of memory region
796 IN DAT_VLEN length,
824 reg_msg.mrs_len = (ib_memlen_t)length;
707 dapls_ib_mr_register( IN DAPL_IA *ia, IN DAPL_LMR *lmr, IN DAT_PVOID virt_addr, IN DAT_VLEN length, IN DAT_MEM_PRIV_FLAGS privileges) argument
792 dapls_ib_mr_register_shared( IN DAPL_IA *ia, IN DAPL_LMR *lmr, IN DAT_PVOID virt_addr, IN DAT_VLEN length, IN DAT_LMR_COOKIE cookie, IN DAT_MEM_PRIV_FLAGS privileges) argument
1133 dapls_ib_mw_bind( IN DAPL_RMR *rmr, IN DAT_LMR_CONTEXT lmr_context, IN DAPL_EP *ep, IN DAPL_COOKIE *cookie, IN DAT_VADDR virtual_address, IN DAT_VLEN length, IN DAT_MEM_PRIV_FLAGS mem_priv, IN DAT_COMPLETION_FLAGS completion_flags) argument
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c2460 scf_simple_prop_next_opaque(scf_simple_prop_t *prop, size_t *length) argument
2467 *length = 0;
2471 *length = ret->pv_opaque.o_size;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c721 /* calculate length of received data */
1048 * buf_len - the length of the buffer.
1058 uint16_t i, length; local
1066 length = strlen(domain_name);
1067 for (i = 0; i < length + 1; ++i, ++chr) {
1077 if (i < length) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c472 * >0 -> Encode successful, value is length of packet in "buf"
630 * Returns the name length on success, otherwise
2170 int length; member in struct:__anon2633
2186 if ((packet = smb_name_buf_to_packet(p->buf, p->length)) != NULL) {
2493 worker_param->length = len;
/osnet-11/usr/src/lib/libndr/common/
H A Dlibndr.h318 * length: the array length in bytes excluding terminating null bytes
319 * maxlen: the array length in bytes including null terminator bytes
323 * WORD length;
329 uint16_t length; member in struct:ndr_mstring
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c1965 * allocated length; am() will initialize
1969 rv->attrVal[i].val[j].length + 1);
1976 rv->attrVal[i].val[j].length);
1995 rv->attrVal[i].val[j].length);
2001 rv->attrVal[i].val[j].length;
2018 removeSingleValue(__nis_value_t *val, void *value, int length) { argument
2035 if (val->val[i].value == 0 || (val->val[i].length != length))
2037 if (memcmp(val->val[i].value, value, length) != 0)
2142 rvldap->attrVal[ocrvldap].val[i].length);
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c65 * ntfs_get_attribute_value_length - Find the length of an attribute
123 > le32_to_cpu(a->length)) {
161 for (i = 0, total = 0; rl[i].length; i++) {
162 if (total + (rl[i].length << vol->cluster_size_bits) >=
171 * rl[i].length << vol->cluster_size_bits, do the
179 intbuf = ntfs_malloc(rl[i].length <<
190 * just memset the user buffer to 0 for the length of
196 * size of 16, just run length.
199 vol->cluster_size_bits, rl[i].length <<
201 if (r != rl[i].length << vo
2634 u32 length; local
2757 u32 length; local
[all...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c1548 int length = 0; local
1562 length++;
1567 if ((list = calloc(length + 1, sizeof (char *))) == NULL) {
1573 length = 0;
1584 list[length++] = tenv;
1587 list[length] = NULL;
1594 length = 0;
1595 while (list[length] != NULL) {
1596 free(list[length]);
1597 length
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c476 if (dev->length <= 1)
481 || ped_device_read (dev, pth_raw, dev->length - 1, GPT_HEADER_SECTORS))
537 data_end = dev->length - 2
568 old_disk_data->data_area.length);
711 normally set to disk->dev->length - 2 - ptes_size (at least for parted
719 = (disk->dev->length - 2 -
724 last_usable_min_default = disk->dev->length - 2 -
733 PED_ASSERT (last_usable <= disk->dev->length, return 0);
736 PED_ASSERT (last_usable_if_grown <= disk->dev->length, return 0);
864 : dev->length
1279 add_metadata_part(PedDisk *disk, PedSector start, PedSector length) argument
[all...]
H A Dmac.c286 if (dev->length < 256) {
512 PedSector start, length; local
531 length = PED_BE32_TO_CPU (raw_part->block_count) * block_size;
532 if (length == 0) {
537 _("Partition %d has an invalid length of 0 bytes!"),
543 start, start + length - 1);
595 if (mac_part_data->boot_region_length < part->geom.length) {
605 if (mac_part_data->data_region_length < part->geom.length &&
937 = PED_CPU_TO_BE32 (part->geom.length / block_size);
942 mac_part_data->boot_region_length = part->geom.length;
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dls.c822 * length is the length of the longest VISIBLE child
826 col(register List_t* lp, register Ftw_t* ftw, int length) argument
841 if (!(state.lsflags & LS_COLUMNS) || length <= 0)
853 length += w;
856 n = ((state.width - (length + BETWEEN + 2)) < 0) ? 1 : 2;
860 length = w - 1;
878 if ((n -= length + w) < 0)
880 n = state.width - (length + w);
935 n = i / (state.width / (length
1157 register int length; local
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c295 newsize = oldsize = oldkva->length;
324 newkva->length = 0;
333 newkva->length++;
339 newkva->length++;
354 int length; local
356 length = snprintf(buf, size, "%s%s", dmp->dmap_devname, sep);
357 if (length >= size)
359 length += snprintf(buf + length, size - length, "
400 int length; local
481 int length; local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1126 size_t length, void *args),
1709 void *data, size_t length)
1751 data, length);
1124 fru_for_each_packet(fru_seghdl_t segment, int (*function)(fru_tag_t *tag, uint8_t *payload, size_t length, void *args), void *args) argument
1706 fru_update_field(fru_nodehdl_t container, char *seg_name, unsigned int instance, const char *field_path, void *data, size_t length) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c44 unsigned int length, taglen
57 taglen = t2.length; \
115 applen = t1.length; \
174 /**** fields w/ length ****/
230 retval = asn1_get_sequence(buf, &length, &seqindef); \
232 retval = asn1buf_imbed(&subbuf, buf, length, seqindef); \
245 retval = asn1_get_sequence(buf, &length, &seqindef); \
247 retval = asn1buf_imbed(&subbuf, buf, length, seqindef); \
253 length, indef, seqindef); \
271 taglen = t.length; \
593 unsigned int length; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c67 length (int32)
68 string of length bytes
461 * variable length fields; therefore, krb5_destroy_<type> must be
480 krb5_int32 length, type; local
497 kret = krb5_fcc_read_int32(context, id, &length);
506 length--;
507 if (length < 0)
513 if (length) {
514 size_t msize = length;
515 if (msize != (krb5_ui_4) length) {
555 krb5_int32 length; local
824 krb5_int32 length; local
966 krb5_int32 i, length, tmp, type; local
1004 krb5_int32 i, length = 0; local
1153 krb5_int32 i, length=0; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c517 unsigned offset, unsigned length),
514 grub_ext2_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dhfsplus.c381 unsigned offset, unsigned length),
377 grub_hfsplus_read_file(grub_fshelp_node_t node, void NESTED_FUNC_ATTR (*read_hook) (grub_disk_addr_t sector, unsigned offset, unsigned length), grub_off_t pos, grub_size_t len, char *buf) argument
H A Dreiserfs.c1081 grub_off_t initial_position, current_position, final_position, length; local
1115 length = (MIN (item_size, final_position - current_position)
1120 (unsigned) (offset + length));
1126 length, buf);
1130 buf += length;
1131 current_position += offset + length;
1160 length = (MIN (block_size, final_position - current_position)
1165 (unsigned) (offset + length));
1171 final_position, offset, length, len);
1173 grub_disk_read (found.data->disk, block, offset, length, bu
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c23 size_t length, reg_syntax_t syntax);
210 compiles PATTERN (of length LENGTH) and puts the result in BUFP.
218 re_compile_pattern (pattern, length, bufp)
220 size_t length;
224 re_compile_pattern (const char *pattern, size_t length,
238 ret = re_compile_internal (bufp, pattern, length, re_syntax_options);
448 `used' to the length of the compiled pattern;
753 Compile the regular expression PATTERN, whose length is LENGTH.
757 re_compile_internal (regex_t *preg, const char * pattern, size_t length,
789 err = init_dfa (dfa, length);
752 re_compile_internal(regex_t *preg, const char * pattern, size_t length, reg_syntax_t syntax) argument
[all...]
H A Dvasnprintf.c1672 character sequence length given by the precision, the function
1775 size_t length; local
1809 length = 0;
1812 If length > 0, then result != NULL. */
1834 if (result == resultbuf && length > 0) \
1835 DCHAR_CPY (memory, result, length); \
1844 size_t augmented_length = xsum (length, n);
1852 DCHAR_CPY (result + length, (const DCHAR_T *) cp, n);
1853 length = augmented_length;
1858 result[length
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dpxe.h172 grub_uint8_t length; /* structure length. */ member in struct:grub_pxenv
194 grub_uint8_t length; member in struct:grub_pxe_bangpxe
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.h257 unsigned char length; /* Length in paragraphs should be 01 */ member in struct:bios32::__anon221
H A Dpcnet32.c208 s16 length; member in struct:pcnet32_tx_head
546 /* nic->packetlen should contain length of data */
565 * clear the buffer length */
605 while (s < ETH_ZLEN) /* pad to min length */
608 tx_ring[entry].length = le16_to_cpu(-s);
H A Dsundance.c236 u32 length; member in struct:netdev_desc
356 rx_ring[i].length = 0;
365 rx_ring[i].length = cpu_to_le32(PKT_BUF_SZ | LastFrag);
382 tx_ring[1].length = cpu_to_le32(LastFrag | PKT_BUF_SZ);
472 /* nic->packetlen should contain length of data */
503 rx_ring[entry].length = cpu_to_le32(PKT_BUF_SZ | LastFrag);
538 tx_ring[0].length = cpu_to_le32(s | LastFrag);

Completed in 138 milliseconds

1234567891011