Home
last modified time | relevance | path

Searched refs:offp (Results 1 – 25 of 83) sorted by relevance

1234

/titanic_41/usr/src/uts/common/fs/objfs/
H A Dobjfs_root.c109 offset_t *offp, offset_t *nextp, void *data, int flags) in objfs_root_do_readdir() argument
120 if (*offp >= last_module_id) { in objfs_root_do_readdir()
129 while (mp->mod_id < *offp) { in objfs_root_do_readdir()
137 if (mp == &modules && *offp != 0) { in objfs_root_do_readdir()
150 *offp = mp->mod_id; in objfs_root_do_readdir()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_history.c337 spa_history_get(spa_t *spa, uint64_t *offp, uint64_t *len, char *buf) in spa_history_get() argument
358 if (*offp == 0 && spa_writeable(spa)) in spa_history_get()
376 if (*offp < shpp->sh_pool_create_len) { in spa_history_get()
378 phys_read_off = *offp; in spa_history_get()
386 *offp = MAX(*offp, shpp->sh_bof); in spa_history_get()
387 phys_read_off = spa_history_log_to_phys(*offp, shpp); in spa_history_get()
407 *offp += read_len + leftover; in spa_history_get()
H A Ddmu_diff.c160 struct vnode *vp, offset_t *offp) in dmu_diff() argument
204 da.da_offp = offp; in dmu_diff()
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_all.c124 offset_t *offp, offset_t *nextp, void *unused, int flags) in ctfs_adir_do_readdir() argument
133 next = contract_lookup(zuniqid, *offp); in ctfs_adir_do_readdir()
142 *offp = next; in ctfs_adir_do_readdir()
H A Dctfs_tdir.c111 offset_t *offp, offset_t *nextp, void *data, int flags) in ctfs_tdir_do_readdir() argument
121 next = contract_type_lookup(ty, zuniqid, *offp); in ctfs_tdir_do_readdir()
130 *offp = next; in ctfs_tdir_do_readdir()
/titanic_41/usr/src/cmd/mdb/tools/findfp/common/
H A Dfindsym.c38 findelfsym(Elf *elf, uintptr_t addr, char **symnamep, offset_t *offp) in findelfsym() argument
71 *offp = addr - sym.st_value; in findelfsym()
/titanic_41/usr/src/uts/common/vm/
H A Dpvn.h60 struct seg *seg, caddr_t addr, u_offset_t *offp,
64 u_offset_t *offp, size_t *lenp, u_offset_t vp_off,
H A Dvm_swap.c142 u_offset_t *offp, in swap_phys_alloc() argument
162 *offp < sip->si_soff || in swap_phys_alloc()
163 *offp >= sip->si_eoff) in swap_phys_alloc()
196 *offp = soff; in swap_phys_alloc()
1666 u_offset_t *offp, in swap_newphysname() argument
1679 ASSERT(*offp <= offset && offset < *offp + *lenp); in swap_newphysname()
1696 *offp = offset; in swap_newphysname()
1710 start = MAX(*offp, in swap_newphysname()
1712 ASSERT(start + plen <= *offp + *lenp); in swap_newphysname()
1759 ASSERT(*offp <= start && start + plen <= *offp + *lenp); in swap_newphysname()
[all …]
H A Dvm_pvn.c96 u_offset_t *offp, /* return values */ in pvn_read_kluster() argument
151 *offp = off; in pvn_read_kluster()
198 *offp = off = off - deltab; in pvn_read_kluster()
238 u_offset_t *offp, /* return values */ in pvn_write_kluster() argument
258 *offp = off; in pvn_write_kluster()
296 *offp = off - deltab; in pvn_write_kluster()
/titanic_41/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c107 __db_xid_to_txn(dbenv, xid, offp) in __db_xid_to_txn() argument
110 size_t *offp;
133 *offp = (u_int8_t *)td - (u_int8_t *)tmr;
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c559 uchar_t **offp; /* current offset */ in want_packet() local
566 offp = offstack; in want_packet()
729 if (offp < &offstack[0]) in want_packet()
731 base = *offp--; in want_packet()
739 if (offp >= &offstack[MAXSS]) in want_packet()
741 *++offp = base; in want_packet()
745 if (offp >= &offstack[MAXSS]) in want_packet()
747 *++offp = base; in want_packet()
759 if (offp >= &offstack[MAXSS]) in want_packet()
761 *++offp = base; in want_packet()
[all …]
/titanic_41/usr/src/uts/intel/sys/
H A Diommulib.h82 off_t *offp, size_t *lenp, ddi_dma_cookie_t *cookiep,
164 ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp,
238 ddi_dma_handle_t dma_handle, uint_t win, off_t *offp, size_t *lenp,
298 ddi_dma_handle_t handle, uint_t win, off_t *offp, size_t *lenp,
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c1244 u_offset_t *offp, u_offset_t *lenp) in stats_log_get_record_info() argument
1287 *offp = getpagep->offset; in stats_log_get_record_info()
1297 *offp = readdirp->offset; in stats_log_get_record_info()
1307 *offp = 0LL; in stats_log_get_record_info()
1318 *offp = *lenp = 0LL; in stats_log_get_record_info()
1327 *offp = *lenp = 0LL; in stats_log_get_record_info()
1336 *offp = 0LL; in stats_log_get_record_info()
1346 *offp = putpagep->offset; in stats_log_get_record_info()
1356 *offp = *lenp = 0LL; in stats_log_get_record_info()
1365 *offp = *lenp = 0LL; in stats_log_get_record_info()
[all …]
/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dalist.c326 alist_delete_by_offset(Alist *lp, Aliste *offp) in alist_delete_by_offset() argument
331 idx = (*offp - ALIST_OFF_DATA) / lp->al_size; in alist_delete_by_offset()
334 *offp -= lp->al_size; in alist_delete_by_offset()
/titanic_41/usr/src/uts/common/sys/
H A Dswap.h214 extern int swap_phys_alloc(struct vnode **vpp, u_offset_t *offp, size_t *lenp,
220 u_offset_t *offp, size_t *lenp, struct vnode **pvpp, u_offset_t *poffp);
H A Ddevops.h221 ddi_dma_handle_t handle, uint_t win, off_t *offp,
226 enum ddi_dma_ctlops request, off_t *offp,
334 enum ddi_dma_ctlops request, off_t *offp,
/titanic_41/usr/src/lib/libipmi/common/
H A Dipmi_sel.c164 ipmi_sel_get_utc_offset(ipmi_handle_t *ihp, int *offp) in ipmi_sel_get_utc_offset() argument
182 *offp = off16; in ipmi_sel_get_utc_offset()
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_dma.h205 ddi_dma_handle_t handle, uint_t win, off_t *offp,
226 ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp,
229 ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp,
H A Dpx.c1090 ddi_dma_handle_t handle, uint_t win, off_t *offp, in px_dma_win() argument
1152 if (offp) in px_dma_win()
1153 *offp = (off_t)mp->dmai_offset; in px_dma_win()
1190 enum ddi_dma_ctlops cmd, off_t *offp, size_t *lenp, caddr_t *objp, in px_dma_ctlops() argument
1208 (ddi_dma_req_t *)offp, (ddi_dma_handle_t *)objp)); in px_dma_ctlops()
1220 return (px_dvma_ctl(dip, rdip, mp, cmd, offp, lenp, objp, in px_dma_ctlops()
1224 return (px_dma_ctl(dip, rdip, mp, cmd, offp, lenp, objp, in px_dma_ctlops()
/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c146 ga_parse_member(char *line, char **mnp, char **offp) in ga_parse_member() argument
148 return (ga_parse_common(line, 1, 2, mnp, offp, NULL)); in ga_parse_member()
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h231 ddi_dma_handle_t handle, uint_t win, off_t *offp,
255 ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp,
258 ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp,
/titanic_41/usr/src/uts/common/os/
H A Dexec.c1679 int *offp = (int *)(args->stk_base + args->stk_size); in stk_copyout() local
1705 if (stk_putptr(args, usp, &ustrp[*--offp])) in stk_copyout()
1727 if (stk_putptr(args, usp, &ustrp[*--offp])) in stk_copyout()
1750 ADDAUX(*a, AT_SUN_PLATFORM, (long)&ustrp[*--offp]) in stk_copyout()
1751 ADDAUX(*a, AT_SUN_EXECNAME, (long)&ustrp[*--offp]) in stk_copyout()
1754 AT_SUN_BRANDNAME, (long)&ustrp[*--offp]) in stk_copyout()
1757 AT_SUN_EMULATOR, (long)&ustrp[*--offp]) in stk_copyout()
1761 AT_SUN_PLATFORM, (int)(uintptr_t)&ustrp[*--offp]) in stk_copyout()
1763 AT_SUN_EXECNAME, (int)(uintptr_t)&ustrp[*--offp]) in stk_copyout()
1766 (int)(uintptr_t)&ustrp[*--offp]) in stk_copyout()
[all …]
/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c82 const char *offp; /* offsets work from here */ member
239 m->offp = string; in matcher()
347 pmatch[0].rm_so = m->coldp - m->offp; in matcher()
348 pmatch[0].rm_eo = endp - m->offp; in matcher()
537 m->pmatch[i].rm_so = sp - m->offp; in dissect()
542 m->pmatch[i].rm_eo = sp - m->offp; in dissect()
675 ssp = m->offp + m->pmatch[i].rm_so; in backref()
726 m->pmatch[i].rm_so = sp - m->offp; in backref()
736 m->pmatch[i].rm_eo = sp - m->offp; in backref()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci.c820 ddi_dma_handle_t handle, uint_t win, off_t *offp, in pci_dma_win() argument
876 if (offp) in pci_dma_win()
877 *offp = (off_t)mp->dmai_offset; in pci_dma_win()
914 enum ddi_dma_ctlops cmd, off_t *offp, size_t *lenp, caddr_t *objp, in pci_dma_ctlops() argument
929 (ddi_dma_req_t *)offp, (ddi_dma_handle_t *)objp)); in pci_dma_ctlops()
941 return (pci_dvma_ctl(dip, rdip, mp, cmd, offp, lenp, objp, in pci_dma_ctlops()
945 return (pci_dma_ctl(dip, rdip, mp, cmd, offp, lenp, objp, in pci_dma_ctlops()
/titanic_41/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c83 plat_get_mem_offset(uint64_t paddr, uint64_t *offp) in plat_get_mem_offset() argument
86 return (p2get_mem_offset(paddr, offp)); in plat_get_mem_offset()

1234