Home
last modified time | relevance | path

Searched refs:lengthp (Results 1 – 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c239 int lengthx, lengthp, istart, istop; in __big_float_times_power() local
379 lengthp = length[i]; in __big_float_times_power()
380 if (lengthp == 1) { in __big_float_times_power()
396 lengthp * sizeof (unsigned short)); in __big_float_times_power()
397 pbf->blength = lengthp; in __big_float_times_power()
409 pbf->bsignificand[lengthx + lengthp - 1] = 0; in __big_float_times_power()
415 for (j = lengthx + lengthp - 2; j >= 0; j--) { in __big_float_times_power()
416 istart = j - lengthp + 1; in __big_float_times_power()
451 if (i < itlast || j > lengthx + lengthp - 4 in __big_float_times_power()
467 excess_check = lengthx + lengthp; in __big_float_times_power()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c67 __out uint32_t *lengthp
85 __out_bcount_part(key_max_size, *lengthp)
88 __out uint32_t *lengthp
100 __out uint32_t *lengthp
220 __out size_t *lengthp,
221 __out_bcount_part_opt(buffer_size, *lengthp)
251 __out uint32_t *lengthp
269 __out_bcount_part(key_max_size, *lengthp)
272 __out uint32_t *lengthp
284 __out uint32_t *lengthp
[all …]
H A Defx_vpd.c342 __out uint16_t *lengthp) in efx_vpd_next_tag() argument
404 *lengthp = length; in efx_vpd_next_tag()
427 __out uint8_t *lengthp) in efx_vpd_next_keyword() argument
447 *lengthp = length; in efx_vpd_next_keyword()
463 __out size_t *lengthp) in efx_vpd_hunk_length() argument
481 *lengthp = offset; in efx_vpd_hunk_length()
H A Def10_impl.h497 __out uint32_t *lengthp
507 __out_bcount_part(item_max_size, *lengthp)
510 __out uint32_t *lengthp
521 __out uint32_t *lengthp
866 __out uint16_t *lengthp);
H A Defx_rx.c84 __out uint16_t *lengthp);
543 __out uint16_t *lengthp) in efx_psuedo_hdr_pkt_length_get() argument
547 return (erxop->erxo_prefix_pktlen(enp, buffer, lengthp)); in efx_psuedo_hdr_pkt_length_get()
988 __out uint16_t *lengthp) in siena_rx_prefix_pktlen() argument
992 _NOTE(ARGUNUSED(lengthp)); in siena_rx_prefix_pktlen()
H A Def10_nvram.c931 __out uint32_t *lengthp) in ef10_nvram_buffer_find_item() argument
952 *lengthp = byte_offset(tlv_next_item_ptr(&cursor), in ef10_nvram_buffer_find_item()
967 __out_bcount_part(item_max_size, *lengthp) in ef10_nvram_buffer_get_item()
970 __out uint32_t *lengthp) in ef10_nvram_buffer_get_item() argument
993 *lengthp = item_length; in ef10_nvram_buffer_get_item()
1015 __out uint32_t *lengthp) in ef10_nvram_buffer_insert_item() argument
1031 *lengthp = byte_offset(tlv_next_item_ptr(&cursor), in ef10_nvram_buffer_insert_item()
H A Defx.h2308 __out size_t *lengthp,
2339 __out uint32_t *lengthp
2357 __out_bcount_part(key_max_size, *lengthp)
2360 __out uint32_t *lengthp
2372 __out uint32_t *lengthp
H A Def10_rx.c601 __out uint16_t *lengthp) in ef10_rx_prefix_pktlen() argument
611 *lengthp = buffer[8] | (buffer[9] << 8); in ef10_rx_prefix_pktlen()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c55 int flags, char *name, caddr_t valuep, int *lengthp);
326 int flags, char *name, caddr_t valuep, int *lengthp) in pci_prop_op() argument
331 prop_op, flags, name, valuep, lengthp)); in pci_prop_op()
333 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in pci_prop_op()
H A Dpci_pci.c145 int flags, char *name, caddr_t valuep, int *lengthp);
1725 char *name, caddr_t valuep, int *lengthp) in ppb_prop_op() argument
1736 valuep, lengthp)); in ppb_prop_op()
1739 name, valuep, lengthp)); in ppb_prop_op()
/illumos-gate/usr/src/uts/common/sys/
H A Desunddi.h101 e_ddi_getproplen(dev_t dev, vtype_t type, char *name, int flags, int *lengthp);
105 caddr_t valuep, int *lengthp);
109 caddr_t valuep, int *lengthp);
H A Dsunddi.h812 char *name, caddr_t valuep, int *lengthp);
832 char *name, caddr_t valuep, int *lengthp);
837 int mod_flags, char *name, caddr_t valuep, int *lengthp,
843 int mod_flags, char *name, caddr_t valuep, int *lengthp,
849 int mod_flags, char *name, caddr_t valuep, int *lengthp,
855 int mod_flags, char *name, caddr_t valuep, int *lengthp,
888 char *name, caddr_t valuep, int *lengthp);
916 char *name, caddr_t valuep, int *lengthp);
938 ddi_getproplen(dev_t dev, dev_info_t *dip, int flags, char *name, int *lengthp);
1017 char *name, caddr_t valuep, int *lengthp);
H A Dcmlb.h521 char *name, caddr_t valuep, int *lengthp, int part, void *tg_cookie);
H A Dddipropdefs.h307 uint_t flags, char *name, void *valuep, uint_t *lengthp);
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_multiboot2.c294 uint64_t *lengthp) in dboot_multiboot2_mmap_get_length() argument
308 *lengthp = mapentp->mmap_len; in dboot_multiboot2_mmap_get_length()
381 uint64_t *lengthp) in dboot_multiboot2_efi_mmap_get_length() argument
395 *lengthp = mapentp->NumberOfPages << PAGESHIFT; in dboot_multiboot2_efi_mmap_get_length()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c995 char *name, caddr_t valuep, int *lengthp) in nopropop() argument
997 _NOTE(ARGUNUSED(dev, dip, prop_op, mod_flags, name, valuep, lengthp)) in nopropop()
1116 void *valuep, uint_t *lengthp) in i_ddi_prop_search_global() argument
1140 *lengthp = propp->prop_len; in i_ddi_prop_search_global()
1151 uint_t flags, char *name, void *valuep, uint_t *lengthp) in ddi_prop_search_common() argument
1221 *lengthp = propp->prop_len; in ddi_prop_search_common()
1263 i = *lengthp; /* Get callers length */ in ddi_prop_search_common()
1264 *lengthp = propp->prop_len; /* Set callers length */ in ddi_prop_search_common()
1326 flags, name, valuep, (int *)lengthp)); in ddi_prop_search_common()
1366 name, valuep, lengthp); in ddi_prop_search_common()
[all …]
H A Ddriver.c657 char *name, caddr_t valuep, int *lengthp) in cdev_prop_op() argument
665 name, valuep, lengthp)); in cdev_prop_op()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c324 int *lengthp) in xpvd_prop_op() argument
356 mod_flags | DDI_PROP_NOTPROM, name, valuep, lengthp)); in xpvd_prop_op()
364 *lengthp = prop_len; in xpvd_prop_op()
373 if (*lengthp < prop_len) in xpvd_prop_op()
384 *lengthp = prop_len; in xpvd_prop_op()
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_tools.c56 int flags, char *name, caddr_t valuep, int *lengthp);
217 int flags, char *name, caddr_t valuep, int *lengthp) in niumx_prop_op() argument
219 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in niumx_prop_op()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c548 inittab_encode_e(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, in inittab_encode_e() argument
991 if (lengthp != NULL) in inittab_encode_e()
992 *lengthp = length + hlen; in inittab_encode_e()
1340 inittab_encode(const dhcp_symbol_t *ie, const char *value, uint16_t *lengthp, in inittab_encode() argument
1345 return (inittab_encode_e(ie, value, lengthp, just_payload, &ierrno)); in inittab_encode()
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c164 int flags, char *name, caddr_t valuep, int *lengthp);
945 int flags, char *name, caddr_t valuep, int *lengthp) in snap_prop_op() argument
962 valuep, lengthp)); in snap_prop_op()
975 valuep, lengthp)); in snap_prop_op()
983 prop_op, flags, name, valuep, lengthp); in snap_prop_op()
990 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in snap_prop_op()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h157 int *lengthp);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c1014 char *name, caddr_t valuep, int *lengthp) in ppb_prop_op() argument
1024 valuep, lengthp)); in ppb_prop_op()
1027 name, valuep, lengthp)); in ppb_prop_op()
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab227 uint16_t *lengthp, boolean_t just_payload);
239 in `lengthp'. Note that if the `just_payload' option is set, then
257 uint16_t *lengthp, boolean_t just_payload, int *eerrno);
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c825 int flags, char *name, caddr_t valuep, int *lengthp) in pci_prop_op() argument
828 name, valuep, lengthp)); in pci_prop_op()

12