| /netbsd-src/sys/arch/x68k/x68k/ |
| H A D | kgdb_glue.c | 86 u_long osp, nsp; in kgdb_trap_glue() local 112 getsp(osp); in kgdb_trap_glue() 123 setsp(osp); in kgdb_trap_glue() 131 osp = ((struct frame *)nsp)->f_regs[SP] - fsize; in kgdb_trap_glue() 132 copywords((u_long *)nsp, (u_long *)osp, fsize); in kgdb_trap_glue() 133 setsp(osp); in kgdb_trap_glue()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | dmu_objset.h | 147 int dmu_objset_hold(const char *name, void *tag, objset_t **osp); 149 boolean_t readonly, void *tag, objset_t **osp); 151 dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp); 155 int dmu_objset_from_ds(struct dsl_dataset *ds, objset_t **osp); 175 objset_t **osp);
|
| H A D | zfs_stat.h | 48 extern int zfs_obj_to_stats(objset_t *osp, uint64_t obj, zfs_stat_t *sb,
|
| H A D | dmu.h | 271 int dmu_objset_hold(const char *name, void *tag, objset_t **osp); 273 boolean_t readonly, void *tag, objset_t **osp); 276 int dmu_objset_open_ds(struct dsl_dataset *ds, objset_t **osp);
|
| H A D | zfs_znode.h | 392 extern int zfs_obj_to_path(objset_t *osp, uint64_t obj, char *buf, int len);
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dmu_traverse.c | 359 objset_phys_t *osp = buf->b_data; in traverse_visitbp() local 360 prefetch_dnode_metadata(td, &osp->os_meta_dnode, zb->zb_objset, in traverse_visitbp() 368 if (osp->os_meta_dnode.dn_maxblkid == 0) in traverse_visitbp() 372 prefetch_dnode_metadata(td, &osp->os_groupused_dnode, in traverse_visitbp() 374 prefetch_dnode_metadata(td, &osp->os_userused_dnode, in traverse_visitbp() 378 err = traverse_dnode(td, &osp->os_meta_dnode, zb->zb_objset, in traverse_visitbp() 381 err = traverse_dnode(td, &osp->os_groupused_dnode, in traverse_visitbp() 385 err = traverse_dnode(td, &osp->os_userused_dnode, in traverse_visitbp() 595 objset_phys_t *osp; in traverse_impl() local 604 osp = buf->b_data; in traverse_impl() [all …]
|
| H A D | dmu_objset.c | 285 objset_phys_t *osp = buf; in dmu_objset_byteswap() local 288 dnode_byteswap(&osp->os_meta_dnode); in dmu_objset_byteswap() 289 byteswap_uint64_array(&osp->os_zil_header, sizeof (zil_header_t)); in dmu_objset_byteswap() 290 osp->os_type = BSWAP_64(osp->os_type); in dmu_objset_byteswap() 291 osp->os_flags = BSWAP_64(osp->os_flags); in dmu_objset_byteswap() 293 dnode_byteswap(&osp->os_userused_dnode); in dmu_objset_byteswap() 294 dnode_byteswap(&osp->os_groupused_dnode); in dmu_objset_byteswap() 300 objset_t **osp) in dmu_objset_open_impl() argument 473 *osp = os; in dmu_objset_open_impl() 478 dmu_objset_from_ds(dsl_dataset_t *ds, objset_t **osp) in dmu_objset_from_ds() argument [all …]
|
| H A D | zfs_znode.c | 2178 zfs_sa_setup(objset_t *osp, sa_attr_type_t **sa_table) in zfs_sa_setup() argument 2183 error = zap_lookup(osp, MASTER_NODE_OBJ, ZFS_SA_ATTRS, 8, 1, &sa_obj); in zfs_sa_setup() 2187 error = sa_setup(osp, sa_obj, zfs_attr_table, ZPL_END, sa_table); in zfs_sa_setup() 2192 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, in zfs_grab_sa_handle() argument 2198 if ((error = sa_buf_hold(osp, obj, tag, db)) != 0) in zfs_grab_sa_handle() 2210 error = sa_handle_get(osp, obj, NULL, SA_HDL_PRIVATE, hdlp); in zfs_grab_sa_handle() 2231 zfs_obj_to_pobj(objset_t *osp, sa_handle_t *hdl, sa_attr_type_t *sa_table, in zfs_obj_to_pobj() argument 2260 error = zfs_grab_sa_handle(osp, parent, &sa_hdl, &sa_db, FTAG); in zfs_obj_to_pobj() 2306 zfs_obj_to_path_impl(objset_t *osp, uint64_t obj, sa_handle_t *hdl, in zfs_obj_to_path_impl() argument 2328 if ((error = zfs_obj_to_pobj(osp, sa_hdl, sa_table, &pobj, in zfs_obj_to_path_impl() [all …]
|
| H A D | dsl_scan.c | 715 objset_phys_t *osp; in dsl_scan_recurse() local 726 osp = buf->b_data; in dsl_scan_recurse() 729 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse() 730 &osp->os_meta_dnode, DMU_META_DNODE_OBJECT, tx, czb); in dsl_scan_recurse() 739 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse() 740 &osp->os_groupused_dnode, in dsl_scan_recurse() 742 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse() 743 &osp->os_userused_dnode, in dsl_scan_recurse()
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | vm_machdep.c | 91 register_t sp, osp; in cpu_lwp_fork() local 160 osp = sp; in cpu_lwp_fork() 166 *(register_t *)(sp + HPPA_FRAME_PSP) = osp; in cpu_lwp_fork()
|
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atf-report.cpp | 55 ostream_ptr osp; in open_outfile() local 57 osp = ostream_ptr(new std::ofstream("/dev/stdout")); in open_outfile() 59 osp = ostream_ptr(new std::ofstream(path.c_str())); in open_outfile() 60 if (!(*osp)) in open_outfile() 62 return osp; in open_outfile()
|
| /netbsd-src/games/gomoku/ |
| H A D | pickmove.c | 430 makecombo2(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv) in makecombo2() argument 457 struct spotstr *fsp = osp; in makecombo2() 512 ncbp->c_vertex = (spot_index)(osp - board); in makecombo2() 665 makecombo(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv) in makecombo() argument 679 for (struct elist *ep = osp->s_empty; ep != NULL; ep = ep->e_next) { in makecombo() 682 verts = checkframes(cbp, ocbp, osp, cv, &ovi); in makecombo() 743 ncbp->c_vertex = (spot_index)(osp - board); in makecombo() 1081 checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp, in checkframes() argument 1129 if (osp != &board[s]) { in checkframes() 1177 if (osp != &board[s]) { in checkframes()
|
| /netbsd-src/sys/arch/virt68k/virt68k/ |
| H A D | bootinfo.c | 447 const char *osp = sp; in bootinfo_getarg() 454 if (sp != osp && in bootinfo_getarg() 445 const char *osp = sp; bootinfo_getarg() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 35 osp -> +-------------------- 120 osp -> +--------------------
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 35 osp -> +-------------------- 120 osp -> +--------------------
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | script-sections.cc | 2010 orphan_section_init(Orphan_section_placement* osp, in orphan_section_init() argument 2012 { osp->output_section_init(this->name_, this->output_section_, p); } in orphan_section_init() 3638 Orphan_section_placement* osp = this->orphan_section_placement_; in place_orphan() local 3639 if (osp == NULL) in place_orphan() 3642 osp = new Orphan_section_placement(); in place_orphan() 3646 (*p)->orphan_section_init(osp, p); in place_orphan() 3650 osp->last_init(last); in place_orphan() 3651 this->orphan_section_placement_ = osp; in place_orphan() 3658 if (osp->find_place(os, &where)) in place_orphan() 3678 Sections_elements::iterator last = osp->last_place(); in place_orphan() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | script-sections.cc | 2010 orphan_section_init(Orphan_section_placement* osp, in orphan_section_init() argument 2012 { osp->output_section_init(this->name_, this->output_section_, p); } in orphan_section_init() 3638 Orphan_section_placement* osp = this->orphan_section_placement_; in place_orphan() local 3639 if (osp == NULL) in place_orphan() 3642 osp = new Orphan_section_placement(); in place_orphan() 3646 (*p)->orphan_section_init(osp, p); in place_orphan() 3650 osp->last_init(last); in place_orphan() 3651 this->orphan_section_placement_ = osp; in place_orphan() 3658 if (osp->find_place(os, &where)) in place_orphan() 3678 Sections_elements::iterator last = osp->last_place(); in place_orphan() [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | kern_tc.c | 1204 struct timespec ts, *tsp, *osp; in pps_ref_event() local 1265 osp = &pps->ppsparam.assert_offset; in pps_ref_event() 1274 osp = &pps->ppsparam.clear_offset; in pps_ref_event() 1374 timespecadd(tsp, osp, tsp); in pps_ref_event()
|
| H A D | subr_autoconf.c | 1369 device_t *osp, *nsp; in config_makeroom() local 1383 osp = cd->cd_devs; in config_makeroom() 1397 if (cd->cd_devs != osp || cd->cd_ndevs != ondevs) { in config_makeroom() 1412 kmem_free(osp, sizeof(device_t) * ondevs); in config_makeroom()
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | telnet.c | 801 long osp, isp; in suboption() local 805 TerminalSpeeds(&isp, &osp); in suboption() 808 TELOPT_TSPEED, TELQUAL_IS, osp, isp, IAC, SE); in suboption()
|
| /netbsd-src/libexec/ld.elf_so/ |
| H A D | rtld.c | 466 Elf_Addr *const osp = sp; in _rtld() local 807 ((void **) osp)[0] = _rtld_exit; in _rtld() 808 ((void **) osp)[1] = __UNCONST(_rtld_compat_obj); in _rtld()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/zen/ |
| H A D | mul_basecase.asm | 190 C The rest of the file are 4 osp loops around addmul_1
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2003 | 3996 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2003 | 3996 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
|
| /netbsd-src/etc/ |
| H A D | services | 11076 osp 5045/tcp # Open Settlement Protocol [Dmitry_Isakbayev] …
|