Home
last modified time | relevance | path

Searched refs:lengthp (Results 1 – 25 of 48) 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()
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()
472 ((lengthx < lengthp)? 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
88 __out uint32_t *lengthp
100 __out uint32_t *lengthp
220 __out size_t *lengthp,
251 __out uint32_t *lengthp
272 __out uint32_t *lengthp
593 *lengthp = length; in efx_lic_v1v2_read_key()
630 *lengthp = length; in efx_lic_v1v2_write_key()
1029 __out size_t *lengthp, in efx_mcdi_licensing_v3_get_id() argument
1080 *lengthp); in efx_mcdi_licensing_v3_get_id()
[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 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_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 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.h797 char *name, caddr_t valuep, int *lengthp);
817 char *name, caddr_t valuep, int *lengthp);
822 int mod_flags, char *name, caddr_t valuep, int *lengthp,
828 int mod_flags, char *name, caddr_t valuep, int *lengthp,
834 int mod_flags, char *name, caddr_t valuep, int *lengthp,
840 int mod_flags, char *name, caddr_t valuep, int *lengthp,
873 char *name, caddr_t valuep, int *lengthp);
901 char *name, caddr_t valuep, int *lengthp);
923 ddi_getproplen(dev_t dev, dev_info_t *dip, int flags, char *name, int *lengthp);
1002 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/common/os/
H A Dsunddi.c1140 *lengthp = propp->prop_len; in i_ddi_prop_search_global()
1221 *lengthp = propp->prop_len; in ddi_prop_search_common()
1366 name, valuep, lengthp); in ddi_prop_search_common()
1457 name, valuep, lengthp)); in ddi_prop_op_nblocks_blksize()
1521 callers_length = *lengthp; in ddi_prop_op_size_blksize()
1536 name, valuep, lengthp)); in ddi_prop_op_size_blksize()
4267 *lengthp = len; in impl_ddi_bus_prop_op()
4291 if (len > (*lengthp)) { in impl_ddi_bus_prop_op()
4292 *lengthp = len; in impl_ddi_bus_prop_op()
4332 name, valuep, lengthp); in ddi_bus_prop_op()
[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()
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c133 int mod_flags, char *name, caddr_t valuep, int *lengthp);
677 char *name, caddr_t valuep, int *lengthp) in cmdk_prop_op() argument
689 name, valuep, lengthp)); in cmdk_prop_op()
692 dev, dip, prop_op, mod_flags, name, valuep, lengthp, in cmdk_prop_op()

12