Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c33 __memp_reg_alloc(dbmp, len, offsetp, retp) in __memp_reg_alloc() argument
35 size_t len, *offsetp;
41 ret = __memp_alloc(dbmp, len, offsetp, retp);
53 __memp_alloc(dbmp, len, offsetp, retp) in __memp_alloc() argument
55 size_t len, *offsetp;
69 if (offsetp != NULL)
70 *offsetp = R_OFFSET(dbmp, p);
88 if (offsetp != NULL)
89 *offsetp = R_OFFSET(dbmp, bhp);
172 if (offsetp != NULL)
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c340 __inout unsigned int *offsetp, in efx_vpd_next_tag() argument
351 if (*offsetp >= size) { in efx_vpd_next_tag()
356 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]); in efx_vpd_next_tag()
370 if (*offsetp + headlen > size) { in efx_vpd_next_tag()
377 EFX_BYTE_0, data[*offsetp + 1], in efx_vpd_next_tag()
378 EFX_BYTE_1, data[*offsetp + 2]); in efx_vpd_next_tag()
388 if (*offsetp + headlen + length > size) { in efx_vpd_next_tag()
405 *offsetp += headlen; in efx_vpd_next_tag()
H A Def10_nic.c782 __out uint32_t *offsetp, in ef10_nic_pio_alloc() argument
796 EFSYS_ASSERT(offsetp); in ef10_nic_pio_alloc()
828 *offsetp = blk * (*sizep); in ef10_nic_pio_alloc()
1526 __out uint32_t *offsetp, in ef10_nic_get_bar_region() argument
1542 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in ef10_nic_get_bar_region()
1548 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in ef10_nic_get_bar_region()
H A Defx_nic.c402 __out uint32_t *offsetp, in efx_nic_get_bar_region() argument
417 region, offsetp, sizep)) != 0) { in efx_nic_get_bar_region()
H A Def10_impl.h188 __out uint32_t *offsetp,
732 __out uint32_t *offsetp,
H A Defx.h1162 __out uint32_t *offsetp,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c327 ushort_t *offsetp = NULL; in iscsi_parse_ibft_control() local
340 for (offsetp = &(ctl_hdr->Initiator_offset); i < IBFT_OFFSET_BUF_LEN; in iscsi_parse_ibft_control()
341 offsetp++) { in iscsi_parse_ibft_control()
342 iscsi_offset_buf[i++] = *offsetp; in iscsi_parse_ibft_control()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_anal.c505 unsigned long *offsetp, int allow) in analyze_member() argument
612 while (*offsetp & type_down->alignment) in analyze_member()
613 ++*offsetp; in analyze_member()
615 mem->pdu_offset = *offsetp; in analyze_member()
617 *offsetp += type_down->size_fixed_part; in analyze_member()
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c433 uint64_t iaddr, uint64_t *offsetp) in mc_pa_to_offset() argument
441 *offsetp = MCAMD_RC_INVALID_OFFSET; in mc_pa_to_offset()
462 *offsetp = offset_un.do_offset; in mc_pa_to_offset()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2226 getoffset(const char *strp, long *offsetp) in getoffset() argument
2236 strp = getsecs(strp, offsetp); in getoffset()
2240 *offsetp = -*offsetp; in getoffset()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1596 elfnote(vnode_t *vp, offset_t *offsetp, int type, int descsz, void *desc, in elfnote() argument
1618 if (error = core_write(vp, UIO_SYSSPACE, *offsetp, &note, in elfnote()
1622 *offsetp += sizeof (note); in elfnote()
1624 if (error = core_write(vp, UIO_SYSSPACE, *offsetp, desc, in elfnote()
1628 *offsetp += note.nhdr.n_descsz; in elfnote()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c720 ctf_dwarf_offset(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Off *offsetp) in ctf_dwarf_offset() argument
726 ret = dwarf_dieoffset(die, offsetp, &derr); in ctf_dwarf_offset()