Searched defs:doff (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c610 u_offset_t doff; local
651 doff = off;
654 if (err = swap_newphysname(vp, off, &doff, &dlen, &pvp, &poff)) {
696 doff = off;
698 if (err = swap_newphysname(vp, off, &doff, &dlen,
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c445 int soff, doff; local
488 doff = (uintptr_t)iov->iov_base & PAGEOFFSET;
492 cnt = MIN(cnt, PAGESIZE - doff);
531 cmd->dp.copy.cc_dest = pa + doff;
560 if (doff + cnt == PAGESIZE) {
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_addr_finder.c411 Dwarf_Off doff; local
412 int doffres = dwarf_dieoffset(newdie, &doff, &err);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c312 uint32_t doff; local
331 doff = pcih->dataoffset[1];
332 doff <<= 8;
333 doff |= pcih->dataoffset[0];
337 pcih->signature[1] != PCI_HEADER1 /* 'AA' */ || doff > 50) {
340 pcih->signature[0], pcih->signature[1], doff);
344 pcid = (pci_data_t *)(pciinfo + doff);
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c899 if (dbt->doff + dbt->dlen > len)
900 change += dbt->doff + dbt->dlen - len;
922 if (dbt->doff == 0 && dbt->dlen == len) {
953 src = (u_int8_t *)tdata.data + dbt->doff + dbt->dlen;
954 if (src < end && tdata.size > dbt->doff + dbt->dlen) {
955 len = tdata.size - dbt->doff - dbt->dlen;
959 memcpy((u_int8_t *)tdata.data + dbt->doff,
976 beg += dbt->doff;
989 (u_int32_t)dbt->doff, &old_dbt, dbt, make_dup)) != 0)
996 (u_int32_t)H_DATAINDEX(hcp->bndx), (int32_t)dbt->doff, chang
1247 HOFFPAGE doff, koff; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c687 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
742 (error2 = md_get_uint16le(mdp, &doff)) != 0 ||
776 error2 = smb_t2_placedata(mdp->md_top, doff,
816 u_int32_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
869 (error2 = md_get_uint32le(mdp, &doff)) != 0 ||
902 error2 = smb_t2_placedata(mdp->md_top, doff, dcount,
947 int error, doff, poff, txdcount, txpcount, nmlen, nmsize; local
1008 doff = 0;
1019 doff = txdcount ? len : 0;
1026 mb_put_uint16le(mbp, doff);
1179 int error, doff, poff, txdcount, txpcount; local
[all...]
H A Dsmb_smb.c703 uint16_t lenhi, lenlo, off, doff; local
752 md_get_uint16le(mdp, &doff); /* data offset */
765 if (doff > off) /* pad byte(s)? */
766 md_get_mem(mdp, NULL, doff - off, MB_MSYSTEM);
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1045 off64_t poff, soff, doff, boff; local
1067 pgc.pgc_doff = &doff;
1153 doff = boff = ehdr.e_ehsize +
1211 doff = boff = ehdr.e_ehsize +
1236 &doff) != 0) {
1240 P->nauxv * sizeof (P->auxv[0]), &doff) != 0) {
1252 &doff) != 0) {
1263 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) {
1272 if (write_note(fd, NT_PLATFORM, plat, platlen, &doff) != 0)
1285 phdr.p_filesz = doff
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1996 u_offset_t doff; local
1999 doff = ip->i_delayoff;
2004 error = ud_putpages(vp, doff, dlen, flags, cr);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6784 uint32_t doff; local
6891 doff = pcih->dataoffset[0] | (pcih->dataoffset[1] << 8);
6895 pcih->signature[1] != PCI_HEADER1 || doff > 50) {
6897 pcih->signature[0], pcih->signature[1], doff);
6901 pcid = (pci_data_t *)(pciinfo + doff);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c5152 u_offset_t doff; local
5155 doff = ip->i_delayoff;
5160 err = ufs_putpages(vp, doff, dlen,
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h122 u_int32_t doff; /* RO: get/put record offset. */ member in struct:__db_dbt

Completed in 99 milliseconds