Searched defs:length (Results 226 - 250 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c208 s32 length; member in struct:w840_rx_desc
215 s32 length; member in struct:w840_tx_desc
323 Cache alignment bits 15:14 Burst length 13:8
383 /* nic->packetlen should contain length of data */
440 /* Omit the four octet CRC from the length. */
444 printf(" netdev_rx() normal Rx pkt ring %d length %d status %X\n", entry, pkt_len, status);
515 w840private.tx_ring[entry].length = (DescWholePkt | (u32) s);
517 w840private.tx_ring[entry].length |= (DescIntr | DescEndRing);
922 w840private.rx_ring[i].length = w840private.rx_buf_sz;
931 w840private.rx_ring[i-1].length |
[all...]
H A Dtulip.c366 /* Ring-wrap flag in length field, use for last ring entry.
378 u32 length; member in struct:tulip_rx_desc
384 u32 length; member in struct:tulip_tx_desc
442 u16 newtable[32]; /* Max length below. */
909 rx_ring[i].length = cpu_to_le32(BUFLEN);
914 rx_ring[i-1].length = cpu_to_le32(DESC_RING_WRAP | BUFLEN);
931 tx_ring[1].length = cpu_to_le32(DESC_RING_WRAP | BUFLEN);
1028 tx_ring[0].length = cpu_to_le32(tx_flags);
1104 tx_ring[0].length = cpu_to_le32(0x60000000 | s);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1517 * len - the length successfully read in to the buffer
1525 int blksz, length, movesize; local
1551 length = len;
1552 while (length) {
1564 movesize = MIN(length, file_end - filepos);
1569 length -= movesize;
H A Dxfs.h55 typedef xfs_uint32_t xfs_extlen_t; /* extent length in blocks */
326 xfs_dir2_data_off_t length; /* length of freespace */ member in struct:xfs_dir2_data_free
346 xfs_uint8_t namelen; /* name length */
358 xfs_dir2_data_off_t length; /* total free length */ member in struct:xfs_dir2_data_unused
453 xfs_uint8_t namelen; /* actual name length */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c2380 /* Calculate exact length, let's not estimate. */
3364 /* slen is the byte length of the whole SV.
3365 * ulen is the byte length of the original Unicode character
3367 * tculen is the byte length of the freshly titlecased
4040 register I32 length; local
4069 length = SvIVx(*MARK++);
4070 if (length < 0) {
4071 length += AvFILLp(ary) - offset + 1;
4072 if (length < 0)
4073 length
[all...]
H A Dpp_sys.c1542 SSize_t length; local
1579 length = SvIVx(*++MARK);
1600 if (length < 0)
1601 DIE(aTHX_ "Negative length");
1602 wanted = length;
1620 buffer = SvGROW(bufsv, (STRLEN)(length+1));
1622 count = PerlSock_recvfrom(PerlIO_fileno(IoIFP(io)), buffer, length, offset,
1666 buffer = SvGROW(bufsv, (STRLEN)(length+offset+1));
1676 buffer, length, 0);
1682 buffer, length);
1782 Size_t length; local
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dui.c772 int length = strlen (str) + strlen (append) + 1; local
773 char* new_str = realloc (str, length);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c276 * The data passed are pointers to a lock data buffer and a length.
285 size_t length; member in struct:nss_cfgparam
697 cur->length = 0;
712 next->length = param->length;
726 param->length = next->length;
760 /* get current lock/buffer/length fields */
766 /* set new lock/buffer/length fields */
772 /* add parameter & set new lock/buffer/length field
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h44 unsigned long length; member in struct:Any
110 unsigned short length; member in struct:ami_cert_serialnum
134 unsigned int length; /* number of significant bits */ member in struct:ami_bitstring
145 unsigned int length; /* number of significant bits */ member in struct:ami_uid
150 unsigned int length; member in struct:ami_octetstring
292 unsigned int length; member in struct:_octet1
332 unsigned short length; member in struct:ami_pbe_param::__anon2589
424 unsigned int length; member in struct:ami_pkcs_data
429 unsigned int length; member in struct:ami_pkcs_data_fm
434 unsigned int length; member in struct:ami_encr_content
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1814 * Only consider bits which fall within the prefix length plen.
2343 size_t length; local
2368 length = strlen(hs->h_host) + 1;
2369 aliasp -= length;
2372 (void) memcpy(aliasp, hs->h_host, length);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h241 uint8_t key_length; /* length of the key without key_length */
257 uint8_t key_length; /* length of the key without key_length */
412 uint16_t length; member in struct:_HfsPUniStr255
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c134 uint32_t length; /* 0c: nr of sectors in partition */ member in struct:_DosRawPartition
428 + (PED_LE32_TO_CPU (raw_part->length) - 1));
523 bios_geom->cylinders = part->disk->dev->length / (sectors * heads);
673 cylinders = part->disk->dev->length / cyl_size;
905 if (raw_part->type == PARTITION_EMPTY || !raw_part->length)
1039 raw_part->length = PED_CPU_TO_LE32 (part->geom.length);
1069 raw_part->length = PED_CPU_TO_LE32 (geom->length);
1072 sector_to_chs (geom->dev, bios_geom, geom->start + geom->length
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c523 spnego_ctx->DER_mechTypes.length = 0;
735 ret = get_negTokenResp(minor_status, ptr, buf->length,
957 mechtok_out->length == 0 &&
963 if (mechtok_out->length == 0) {
1055 output_token->length = 0;
1102 (mechtok_out.length != 0),
1170 * verify that the input token length is not 0. If it is, just return.
1171 * If the token length is greater than 0, der encode as a sequence
1181 /* if token length is 0, we do not want to send */
1182 if (input_token->length
2911 get_mech_oid(OM_uint32 *minor_status, unsigned char **buff_in, size_t length) argument
3037 int length; /* SUNW17PACresync */ local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dnilfs2.c634 unsigned length),
629 grub_nilfs2_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 Dudf.c123 grub_uint32_t length; member in struct:grub_udf_short_ad
129 grub_uint32_t length; member in struct:grub_udf_long_ad
136 grub_uint32_t length; member in struct:grub_udf_extent_ad
300 grub_uint32_t length; member in struct:grub_udf_pd
306 grub_uint8_t length; member in struct:grub_udf_partmap
446 grub_uint32_t adlen = U32 (ad->length) & 0x3fffffff;
447 grub_uint32_t adtype = U32 (ad->length) >> 30;
499 grub_uint32_t adlen = U32 (ad->length) & 0x3fffffff;
500 grub_uint32_t adtype = U32 (ad->length) >> 30;
558 unsigned offset, unsigned length),
555 grub_udf_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
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c40 const char *string, Idx length,
51 const char *string, Idx length, Idx start,
233 Idx start, length;
244 length = pmatch[0].rm_eo;
249 length = strlen (string);
254 err = re_search_internal (preg, string, length, start, length,
255 length, 0, NULL, eflags);
257 err = re_search_internal (preg, string, length, start, length,
232 Idx start, length; local
328 Idx length, start; variable
418 re_search_stub(struct re_pattern_buffer *bufp, const char *string, Idx length, Idx start, regoff_t range, Idx stop, struct re_registers *regs, bool ret_len) argument
641 re_search_internal(const regex_t *preg, const char *string, Idx length, Idx start, Idx last_start, Idx stop, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmpi.c1414 This order is intended to minimize the average path length of the
5004 mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size length) argument
5012 ARGCHK(bytes <= length, MP_BADARG);
5015 for (;length > bytes; --length) {
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c593 s64 bytes_written, total, length, delta; local
602 for (i = 0; rl[i].length; i++) {
603 length = rl[i].length * g_vol->cluster_size;
606 total += length;
617 if (total + length > val_len) {
618 delta = length;
619 length = val_len - total;
620 delta -= length;
628 length);
[all...]
H A Dntfsresize.c606 rl->length = len;
613 while (rl[i++].length)
623 (long long)r->length);
628 while (rl->length)
656 last_lcn = rl->lcn + (rl->length - 1);
703 if (rl[1].length != 0 || rl->vcn)
729 lcn_length = rl->length;
760 "length %6lld\n", (long long)inode,
797 for (i = 0; rl[i].length; i++) {
799 s64 lcn_length = rl[i].length;
1223 set_bitmap_range(struct bitmap *bm, s64 pos, s64 length, u8 bit) argument
1241 set_max_free_zone(s64 length, s64 end, runlist_element *rle) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c62 * The current implementation limits the max device id length to 256 bytes.
63 * Should the max device id length be increased, this definition would have to
72 * based on the length of their device ids.
337 daddr32_t length,
350 mirp->mir_length = length;
371 daddr32_t length,
375 (void) replica_append(tailpp, flags, offset, length, timestamp);
414 * based upon the length of that disk's device id. returns the new device id
533 daddr32_t length; local
722 * The magic "1" in the length calculatio
333 replica_append( md_im_replica_info_t **mirpp, int flags, daddr32_t offset, daddr32_t length, md_timeval32_t timestamp ) argument
367 replica_append_wrapper( md_im_replica_info_t **tailpp, int flags, daddr32_t offset, daddr32_t length, md_timeval32_t timestamp ) argument
[all...]
H A Dmeta_sp.c40 * each having an offset and a length. The extents are logically
103 sp_ext_length_t ext_length; /* length of this node */
137 sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length,
865 * length - the length of this extent in sectors
887 sp_ext_length_t length,
899 /* Don't bother adding zero length nodes */
900 if (length == 0ULL)
907 newext->ext_length = length;
1186 * alloc_len - the length o
882 meta_sp_list_insert( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length, sp_ext_type_t type, uint_t seq, uint_t flags, ext_cmpfunc_t compare ) argument
3855 sp_ext_length_t length; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c153 * length of the base DN
155 * max. length of member DN. This is used to allocate one shared
222 * length of the base DN
224 * max. length of group DN. This is used to allocate one shared
520 _nss_cache_get_local(void **bufpp, size_t length, getkey_func getkey, argument
525 if (bufpp == NULL || *bufpp == NULL || length == 0 ||
530 (*psearch)(bufpp, length);
641 dn2uid_add_string(void **bufpp, size_t *length, _dn2uid_res_t **respp, argument
671 /* adjust buffer length */
672 *length
821 _nss_ldap_dn2uid_psearch(void **bufpp, size_t length) argument
2399 _nss_ldap_memberof_psearch(void **bufpp, size_t length) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h242 CK_ULONG length; member in struct:cert_attr_type
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c3324 int fd, fp_fd, err, length, exp_map_flag = 0, *port_addr; local
3456 length = exp_map.sf_count;
3467 length = map.lilp_length;
3469 for (i = 0; i < length; i++) {
4203 * length: 16 bytes
4206 * length: 8 bytes
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1814 /* Since the chunks have variable length handle the last block
2431 grub_dprintf ("zfs", "fzap: length %d\n", (int) le->le_name_length);
4358 grub_size_t length; local
4382 length = len;
4384 while (length)
4409 if (movesize > length)
4410 movesize = length;
4415 length -= movesize;

Completed in 201 milliseconds

1234567891011