| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_decl.c | 112 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset() local 113 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_reset() 116 dsp->ds_decl = ddp->dd_next; in dt_decl_reset() 119 ddp = dsp->ds_decl; in dt_decl_reset() 126 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push() local 127 dt_decl_t *top = dsp->ds_decl; in dt_decl_push() 137 dsp->ds_decl = ddp; in dt_decl_push() 145 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop() local 148 dsp->ds_decl = NULL; in dt_decl_pop() 149 free(dsp->ds_ident); in dt_decl_pop() [all …]
|
| HD | dt_module.c | 69 dt_sym_t *dsp = &dmp->dm_symchains[dmp->dm_symfree]; in dt_module_symhash_insert() local 74 dsp->ds_symid = id; in dt_module_symhash_insert() 76 dsp->ds_next = dmp->dm_symbuckets[h]; in dt_module_symhash_insert() 242 const dt_sym_t *dsp = dmp->dm_symchains + 1; in dt_module_symsort32() local 245 for (i = 1; i < n; i++, dsp++) { in dt_module_symsort32() 246 Elf32_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort32() 266 const dt_sym_t *dsp = dmp->dm_symchains + 1; in dt_module_symsort64() local 269 for (i = 1; i < n; i++, dsp++) { in dt_module_symsort64() 270 Elf64_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort64() 317 const dt_sym_t *dsp; in dt_module_symname32() local [all …]
|
| HD | dt_parser.c | 1416 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl() local 1417 dt_dclass_t class = dsp->ds_class; in dt_node_decl() 1435 if (dsp->ds_ident == NULL) { in dt_node_decl() 1446 if (strchr(dsp->ds_ident, '`') != NULL) { in dt_node_decl() 1448 "a declaration name (%s)\n", dsp->ds_ident); in dt_node_decl() 1482 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; in dt_node_decl() 1489 dmp->dm_name, dsp->ds_ident, in dt_node_decl() 1495 dsp->ds_ident, &dtt) == NULL) { in dt_node_decl() 1497 "failed to extern %s: %s\n", dsp->ds_ident, in dt_node_decl() 1501 dmp->dm_name, dsp->ds_ident, in dt_node_decl() [all …]
|
| /NextBSD/contrib/apr-util/ |
| HD | aprutil.dsw | 6 Project: "apr"="..\apr\apr.dsp" - Package Owner=<4> 18 Project: "apr_crypto_nss"=".\crypto\apr_crypto_nss.dsp" - Package Owner=<4> 36 Project: "apr_crypto_openssl"=".\crypto\apr_crypto_openssl.dsp" - Package Owner=<4> 54 Project: "apr_dbd_freetds"=".\dbd\apr_dbd_freetds.dsp" - Package Owner=<4> 72 Project: "apr_dbd_mysql"=".\dbd\apr_dbd_mysql.dsp" - Package Owner=<4> 90 Project: "apr_dbd_odbc"=".\dbd\apr_dbd_odbc.dsp" - Package Owner=<4> 108 Project: "apr_dbd_oracle"=".\dbd\apr_dbd_oracle.dsp" - Package Owner=<4> 126 Project: "apr_dbd_pgsql"=".\dbd\apr_dbd_pgsql.dsp" - Package Owner=<4> 144 Project: "apr_dbd_sqlite2"=".\dbd\apr_dbd_sqlite2.dsp" - Package Owner=<4> 162 Project: "apr_dbd_sqlite3"=".\dbd\apr_dbd_sqlite3.dsp" - Package Owner=<4> [all …]
|
| /NextBSD/contrib/apr-util/test/ |
| HD | testall.dsw | 6 Project: "apr"="..\..\apr\apr.dsp" - Package Owner=<4> 18 Project: "aprapp"="..\..\apr\build\aprapp.dsp" - Package Owner=<4> 33 Project: "apr_dbd_freetds"="..\dbd\apr_dbd_freetds.dsp" - Package Owner=<4> 51 Project: "apr_dbd_mysql"="..\dbd\apr_dbd_mysql.dsp" - Package Owner=<4> 69 Project: "apr_dbd_odbc"="..\dbd\apr_dbd_odbc.dsp" - Package Owner=<4> 87 Project: "apr_dbd_oracle"="..\dbd\apr_dbd_oracle.dsp" - Package Owner=<4> 105 Project: "apr_dbd_pgsql"="..\dbd\apr_dbd_pgsql.dsp" - Package Owner=<4> 123 Project: "apr_dbd_sqlite2"="..\dbd\apr_dbd_sqlite2.dsp" - Package Owner=<4> 141 Project: "apr_dbd_sqlite3"="..\dbd\apr_dbd_sqlite3.dsp" - Package Owner=<4> 159 Project: "apr_dbm_db"="..\dbm\apr_dbm_db.dsp" - Package Owner=<4> [all …]
|
| /NextBSD/sys/ddb/ |
| HD | db_script.c | 189 struct ddb_script *dsp; in db_script_set() local 195 dsp = db_script_lookup(scriptname); in db_script_set() 196 if (dsp == NULL) { in db_script_set() 197 dsp = db_script_new(); in db_script_set() 198 if (dsp == NULL) in db_script_set() 200 strlcpy(dsp->ds_scriptname, scriptname, in db_script_set() 201 sizeof(dsp->ds_scriptname)); in db_script_set() 203 strlcpy(dsp->ds_script, script, sizeof(dsp->ds_script)); in db_script_set() 213 struct ddb_script *dsp; in db_script_unset() local 215 dsp = db_script_lookup(scriptname); in db_script_unset() [all …]
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dmu_send.c | 97 dump_bytes(dmu_sendarg_t *dsp, void *buf, int len) in dump_bytes() argument 99 dsl_dataset_t *ds = dmu_objset_ds(dsp->dsa_os); in dump_bytes() 112 auio.uio_td = dsp->dsa_td; in dump_bytes() 114 if (dsp->dsa_fp->f_type == DTYPE_VNODE) in dump_bytes() 116 dsp->dsa_err = fo_write(dsp->dsa_fp, &auio, dsp->dsa_td->td_ucred, 0, in dump_bytes() 117 dsp->dsa_td); in dump_bytes() 120 dsp->dsa_err = EOPNOTSUPP; in dump_bytes() 123 *dsp->dsa_off += len; in dump_bytes() 126 return (dsp->dsa_err); in dump_bytes() 135 dump_record(dmu_sendarg_t *dsp, void *payload, int payload_len) in dump_record() argument [all …]
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | k2hk.dtsi | 47 compatible = "ti,keystone-dsp-gpio"; 54 compatible = "ti,keystone-dsp-gpio"; 61 compatible = "ti,keystone-dsp-gpio"; 68 compatible = "ti,keystone-dsp-gpio"; 75 compatible = "ti,keystone-dsp-gpio"; 82 compatible = "ti,keystone-dsp-gpio"; 89 compatible = "ti,keystone-dsp-gpio"; 96 compatible = "ti,keystone-dsp-gpio";
|
| HD | k2l.dtsi | 56 compatible = "ti,keystone-dsp-gpio"; 63 compatible = "ti,keystone-dsp-gpio"; 70 compatible = "ti,keystone-dsp-gpio"; 77 compatible = "ti,keystone-dsp-gpio";
|
| HD | omap2.dtsi | 208 ti,timer-dsp; 216 ti,timer-dsp; 224 ti,timer-dsp; 232 ti,timer-dsp;
|
| /NextBSD/contrib/apr/ |
| HD | apr.dsw | 6 Project: "apr"=".\apr.dsp" - Package Owner=<4> 18 Project: "aprapp"=".\build\aprapp.dsp" - Package Owner=<4> 33 Project: "libapr"=".\libapr.dsp" - Package Owner=<4> 45 Project: "libaprapp"=".\build\libaprapp.dsp" - Package Owner=<4> 60 Project: "preaprapp"=".\build\preaprapp.dsp" - Package Owner=<4> 75 Project: "prelibaprapp"=".\build\prelibaprapp.dsp" - Package Owner=<4>
|
| HD | build.conf | 29 dsp = libapr.dsp
|
| /NextBSD/tools/regression/geom/MdLoad/ |
| HD | MdLoad.c | 74 g_simdisk_insertsector(struct simdisk_softc *sc, struct sector *dsp) in g_simdisk_insertsector() argument 78 if (sc->lastsector < dsp->offset) in g_simdisk_insertsector() 79 sc->lastsector = dsp->offset; in g_simdisk_insertsector() 81 LIST_INSERT_HEAD(&sc->sectors, dsp, sectors); in g_simdisk_insertsector() 87 if (dsp2->offset > dsp->offset) { in g_simdisk_insertsector() 88 LIST_INSERT_BEFORE(dsp2, dsp, sectors); in g_simdisk_insertsector() 92 LIST_INSERT_AFTER(dsp3, dsp, sectors); in g_simdisk_insertsector() 237 struct sector *dsp; in main() local 263 LIST_FOREACH(dsp, &sc->sectors, sectors) { in main() 264 lseek(fd, dsp->offset, SEEK_SET); in main() [all …]
|
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | libdwarf_sections.c | 34 _dwarf_section_init(Dwarf_P_Debug dbg, Dwarf_P_Section *dsp, const char *name, in _dwarf_section_init() argument 39 assert(dbg != NULL && dsp != NULL && name != NULL); in _dwarf_section_init() 64 *dsp = ds; in _dwarf_section_init() 70 _dwarf_section_free(Dwarf_P_Debug dbg, Dwarf_P_Section *dsp) in _dwarf_section_free() argument 74 assert(dbg != NULL && dsp != NULL); in _dwarf_section_free() 76 if (*dsp == NULL) in _dwarf_section_free() 80 if (ds == *dsp) { in _dwarf_section_free() 87 ds = *dsp; in _dwarf_section_free() 93 *dsp = NULL; in _dwarf_section_free()
|
| /NextBSD/sys/kern/ |
| HD | subr_devstat.c | 500 struct devstat *dsp; in devstat_alloc() local 546 dsp = spp->stat; in devstat_alloc() 548 if (dsp->allocated == 0) in devstat_alloc() 550 dsp++; in devstat_alloc() 553 dsp->allocated = 1; in devstat_alloc() 559 return (dsp); in devstat_alloc() 563 devstat_free(struct devstat *dsp) in devstat_free() argument 568 bzero(dsp, sizeof *dsp); in devstat_free() 570 if (dsp >= spp->stat && dsp < (spp->stat + statsperpage)) { in devstat_free()
|
| /NextBSD/contrib/expat/ |
| HD | MANIFEST | 78 examples/elements.dsp 80 examples/outline.dsp 85 lib/expat.dsp 88 lib/expat_static.dsp 89 lib/expatw.dsp 90 lib/expatw_static.dsp 110 tests/benchmark/benchmark.dsp 140 xmlwf/xmlwf.dsp
|
| HD | FREEBSD-Xlist | 5 *.dsp
|
| /NextBSD/lib/libnetgraph/ |
| HD | sock.c | 62 NgMkSockNode(const char *name, int *csp, int *dsp) in NgMkSockNode() argument 113 } else if (dsp != NULL) { in NgMkSockNode() 141 if (dsp != NULL) { in NgMkSockNode() 170 if (dsp) in NgMkSockNode() 171 *dsp = ds; in NgMkSockNode()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clrpcops.c | 831 struct nfsclds *dsp, *ndsp, *tdsp; in nfsrpc_setclient() local 838 NFSV4EXCH_USEPNFSMDS | NFSV4EXCH_USENONPNFS, &dsp, cred, p); in nfsrpc_setclient() 841 error = nfsrpc_createsession(nmp, &dsp->nfsclds_sess, in nfsrpc_setclient() 843 dsp->nfsclds_sess.nfsess_sequenceid, 1, cred, p); in nfsrpc_setclient() 850 TAILQ_INSERT_HEAD(&nmp->nm_sess, dsp, in nfsrpc_setclient() 854 nfscl_freenfsclds(dsp); in nfsrpc_setclient() 872 dsp = malloc(sizeof(struct nfsclds), M_NFSCLDS, M_WAITOK | M_ZERO); in nfsrpc_setclient() 873 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF); in nfsrpc_setclient() 874 mtx_init(&dsp->nfsclds_sess.nfsess_mtx, "nfssession", NULL, MTX_DEF); in nfsrpc_setclient() 876 TAILQ_INSERT_HEAD(&nmp->nm_sess, dsp, nfsclds_list); in nfsrpc_setclient() [all …]
|
| /NextBSD/sys/dev/mii/ |
| HD | truephy.c | 248 const struct truephy_dsp *dsp = &truephy_dspcode[i]; in truephy_reset() local 250 PHY_WRITE(sc, TRUEPHY_INDEX, dsp->index); in truephy_reset() 251 PHY_WRITE(sc, TRUEPHY_DATA, dsp->data); in truephy_reset() 253 PHY_WRITE(sc, TRUEPHY_INDEX, dsp->index); in truephy_reset()
|
| /NextBSD/contrib/byacc/ |
| HD | closure.c | 117 unsigned *dsp; in closure() local 137 dsp = first_derives + symbol * rulesetsize; in closure() 140 *rsp++ |= *dsp++; in closure()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dsl_dataset.h | 245 dsl_dataset_t **dsp); 252 void *tag, dsl_dataset_t **dsp); 254 void *tag, dsl_dataset_t **dsp);
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | c-sh.texi | 31 @kindex --dsp 47 @item --dsp 48 Enable sh-dsp insns, and disable sh3e / sh4 insns. 59 @item --isa=dsp 60 Enable sh-dsp insns, and disable sh3e / sh4 insns. 64 Enable sh1, sh2, sh2e, sh3, sh3e, sh4, sh4a, and sh-dsp insn sets.
|
| /NextBSD/contrib/ntp/lib/isc/win32/ |
| HD | libisc.dsw | 6 Project: "libisc"=".\libisc.dsp" - Package Owner=<4>
|
| /NextBSD/sys/dev/sym/ |
| HD | sym_hipd.c | 3686 u32 dsp; in sym_log_hard_error() local 3693 dsp = INL (nc_dsp); in sym_log_hard_error() 3695 if (dsp > np->scripta_ba && in sym_log_hard_error() 3696 dsp <= np->scripta_ba + np->scripta_sz) { in sym_log_hard_error() 3697 script_ofs = dsp - np->scripta_ba; in sym_log_hard_error() 3702 else if (np->scriptb_ba < dsp && in sym_log_hard_error() 3703 dsp <= np->scriptb_ba + np->scriptb_sz) { in sym_log_hard_error() 3704 script_ofs = dsp - np->scriptb_ba; in sym_log_hard_error() 3709 script_ofs = dsp; in sym_log_hard_error() 3998 u32 dsp = INL (nc_dsp); in sym_recover_scsi_int() local [all …]
|