Searched defs:bsp (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_statfs.h47 bsd_to_linux_statfs(const struct statvfs *bsp, struct linux_statfs *lsp) argument
95 bsd_to_linux_statfs64(const struct statvfs *bsp, struct linux_statfs64 *lsp) argument
[all...]
H A Dlinux_file64.c83 bsd_to_linux_stat(struct stat *bsp, struct linux_stat64 *lsp) argument
[all...]
H A Dlinux_file.c402 bsd_to_linux_stat(struct stat *bsp, struct linux_stat *lsp) argument
[all...]
H A Dlinux_ipc.c496 linux_to_bsd_shmid_ds(struct linux_shmid_ds *lsp, struct shmid_ds *bsp) argument
511 linux_to_bsd_shmid64_ds(struct linux_shmid64_ds *lsp, struct shmid_ds *bsp) argument
526 bsd_to_linux_shmid_ds(struct shmid_ds *bsp, struct linux_shmid_ds *lsp) argument
541 bsd_to_linux_shmid64_ds(struct shmid_ds *bsp, struct linux_shmid64_ds *lsp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disic_bchan.c339 isic_bchannel_stat(isdn_layer1token t, int h_chan, bchan_statistics_t *bsp) argument
H A Ddaic.c635 static void daic_stat(void *port, int channel, bchan_statistics_t *bsp) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diwic_bchan.c703 iwic_bchannel_stat(isdn_layer1token t, int h_chan, bchan_statistics_t *bsp) argument
H A Difpci.c1232 avma1pp_bchannel_stat(isdn_layer1token t, int h_chan, bchan_statistics_t *bsp) argument
H A Difpci2.c1223 avma1pp2_bchannel_stat(isdn_layer1token t, int h_chan, bchan_statistics_t *bsp) argument
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_bufq.c105 const struct bufq_strat *bsp; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dia64-hpux-tdep.c314 ia64_hpux_allocate_new_rse_frame (struct regcache *regcache, ULONGEST bsp, argument
324 ia64_hpux_store_argument_in_slot (struct regcache *regcache, CORE_ADDR bsp, argument
356 CORE_ADDR sp, pc, bp_addr, bsp; local
H A Dia64-hpux-nat.c496 CORE_ADDR bsp, bspstore; local
507 regcache_raw_read_unsigned (get_current_regcache (), IA64_BSP_REGNUM, &bsp); local
[all...]
H A Dia64-tdep.c262 CORE_ADDR bsp; /* points at r32 for the current frame */ member in struct:ia64_frame_cache
958 ULONGEST bsp; local
1002 ULONGEST bsp; local
1044 ULONGEST bsp, vbsp; local
1101 ULONGEST bsp; local
1132 ULONGEST bsp; local
1859 CORE_ADDR cfm, sof, sol, bsp, psr; local
1940 CORE_ADDR prev_cfm, bsp, prev_bsp; local
2030 CORE_ADDR bsp; local
2500 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2580 unw_word_t bsp, sof, sol, cfm, psr, ip; local
2941 CORE_ADDR bsp; local
3072 CORE_ADDR bsp; local
3682 ia64_allocate_new_rse_frame(struct regcache *regcache, ULONGEST bsp, int sof) argument
3705 ia64_store_argument_in_slot(struct regcache *regcache, CORE_ADDR bsp, int slotnum, gdb_byte *buf) argument
3733 ULONGEST bsp; local
3915 CORE_ADDR sp, bsp; local
[all...]
H A Dbreakpoint.c3039 bpstat_clear(bpstat *bsp) argument
3095 bpstat_find_breakpoint(bpstat bsp, struct breakpoint *breakpoint) argument
3119 bpstat_num(bpstat *bsp, int *num) argument
3193 bpstat_do_actions_1(bpstat *bsp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Ddb_interface.c188 uint64_t bsp; local
/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.h58 struct regstate bsp; member in struct:staterecord
71 uint64_t bsp; /* Base of the RSE. !!! XXX: Stack Frame discontinuities */ member in struct:unwind_frame
120 ia64_bsp_adjust_call(uint64_t bsp, int sol) argument
127 ia64_bsp_adjust_ret(uint64_t bsp, int sol) argument
134 ia64_getrse_gr(uint64_t bsp, uint64_t gr) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_capi_l4if.c142 i4b_capi_bch_stat(void *token, int chan, bchan_statistics_t *bsp) argument
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_ipccall.c215 bsd_to_linux32_semid_ds(struct semid_ds *bsp, struct linux32_semid_ds *lsp) argument
225 bsd_to_linux32_semid64_ds(struct semid_ds *bsp, struct linux32_semid64_ds *lsp) argument
234 linux32_to_bsd_semid_ds(struct linux32_semid_ds *lsp, struct semid_ds *bsp) argument
244 linux32_to_bsd_semid64_ds(struct linux32_semid64_ds *lsp, struct semid_ds *bsp) argument
551 bsd_to_linux32_shmid_ds(struct shmid_ds *bsp, struct linux32_shmid_ds *lsp) argument
565 linux32_to_bsd_shmid_ds(struct linux32_shmid_ds *lsp, struct shmid_ds *bsp) argument
579 bsd_to_linux32_shmid64_ds(struct shmid_ds *bsp, struct linux32_shmid64_ds *lsp) argument
593 linux32_to_bsd_shmid64_ds(struct linux32_shmid64_ds *lsp, struct shmid_ds *bsp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c472 union bootsector *bsp; local
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Darch-ia64.h282 unsigned long bsp; member in struct:vcpu_ar_regs::__anon6748
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dunwind-ia64.c189 unsigned long bsp; /* backing store pointer value member in struct:_Unwind_Context
1483 ia64_rse_num_regs(unsigned long *bspstore, unsigned long *bsp) argument
2130 uw_init_context_1(struct _Unwind_Context *context, void *bsp) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dunwind-ia64.c193 unsigned long bsp; /* backing store pointer value member in struct:_Unwind_Context
1478 ia64_rse_num_regs(unsigned long *bspstore, unsigned long *bsp) argument
2082 uw_init_context_1(struct _Unwind_Context *context, void *bsp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dieee.c55 struct ieee_block *bsp; member in struct:ieee_blockstack
[all...]

Completed in 405 milliseconds