/titanic_41/usr/src/uts/common/fs/objfs/ |
H A D | objfs_root.c | 109 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 D | spa_history.c | 337 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 D | dmu_diff.c | 160 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 D | ctfs_all.c | 124 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 D | ctfs_tdir.c | 111 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 D | findsym.c | 38 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 D | pvn.h | 60 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 D | vm_swap.c | 142 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 D | vm_pvn.c | 96 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 D | xa_map.c | 107 __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 D | snoop_filter.c | 559 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 D | iommulib.h | 82 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 D | stats_log.c | 1244 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 D | alist.c | 326 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 D | swap.h | 214 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 D | devops.h | 221 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 D | ipmi_sel.c | 164 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 D | px_dma.h | 205 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 D | px.c | 1090 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 D | genassym.c | 146 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 D | pci_dma.h | 231 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 D | exec.c | 1679 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 D | engine.c | 82 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 D | pci.c | 820 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 D | plat_ecc_dimm.c | 83 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()
|