| /src/sys/compat/linux/common/ |
| linux_statfs.h | 47 bsd_to_linux_statfs(const struct statvfs *bsp, struct linux_statfs *lsp) 54 if (strcmp(bsp->f_fstypename, linux_fstypes[i].mty_bsd) == 0) { 76 lsp->l_fbsize = bsp->f_frsize; 78 lsp->l_fblocks = bsp->f_blocks; 79 lsp->l_fbfree = bsp->f_bfree; 80 lsp->l_fbavail = bsp->f_bavail; 81 lsp->l_ffiles = bsp->f_files; 82 lsp->l_fffree = bsp->f_ffree; 84 lsp->l_ffsid.val[0] = bsp->f_fsidx.__fsid_val[0]; 85 lsp->l_ffsid.val[1] = bsp->f_fsidx.__fsid_val[1] [all...] |
| linux_ipc.c | 532 linux_to_bsd_shmid_ds(struct linux_shmid_ds *lsp, struct shmid_ds *bsp) 535 linux_to_bsd_ipc_perm(&lsp->l_shm_perm, &bsp->shm_perm); 536 bsp->shm_segsz = lsp->l_shm_segsz; 537 bsp->shm_lpid = lsp->l_shm_lpid; 538 bsp->shm_cpid = lsp->l_shm_cpid; 539 bsp->shm_nattch = lsp->l_shm_nattch; 540 bsp->shm_atime = lsp->l_shm_atime; 541 bsp->shm_dtime = lsp->l_shm_dtime; 542 bsp->shm_ctime = lsp->l_shm_ctime; 546 linux_to_bsd_shmid64_ds(struct linux_shmid64_ds *lsp, struct shmid_ds *bsp) [all...] |
| linux_file64.c | 82 bsd_to_linux_stat64(struct stat *bsp, struct linux_stat64 *lsp) 85 lsp->lst_dev = linux_fakedev(bsp->st_dev, 0); 86 lsp->lst_ino = bsp->st_ino; 87 lsp->lst_mode = (linux_mode_t)bsp->st_mode; 88 if (bsp->st_nlink >= (1 << 15)) 91 lsp->lst_nlink = (linux_nlink_t)bsp->st_nlink; 92 lsp->lst_uid = bsp->st_uid; 93 lsp->lst_gid = bsp->st_gid; 94 lsp->lst_rdev = linux_fakedev(bsp->st_rdev, 1); 95 lsp->lst_size = bsp->st_size [all...] |
| linux_file.c | 486 bsd_to_linux_stat(struct stat *bsp, struct linux_stat *lsp) 490 lsp->lst_dev = linux_fakedev(bsp->st_dev, 0); 491 lsp->lst_ino = bsp->st_ino; 492 lsp->lst_mode = (linux_mode_t)bsp->st_mode; 493 if (bsp->st_nlink >= (1 << 15)) 496 lsp->lst_nlink = (linux_nlink_t)bsp->st_nlink; 497 lsp->lst_uid = bsp->st_uid; 498 lsp->lst_gid = bsp->st_gid; 499 lsp->lst_rdev = linux_fakedev(bsp->st_rdev, 1); 500 lsp->lst_size = bsp->st_size [all...] |
| /src/sys/arch/ia64/unwind/ |
| stackframe.h | 68 struct regstate bsp; member in struct:staterecord 81 uint64_t bsp; /* Base of the RSE. */ member in struct:unwind_frame 121 /* These functions adjust for RSE rnat saves to bsp in the forward and 127 ia64_bsp_adjust_call(uint64_t bsp, int sol) 129 bsp += ((sol + (IA64_RNATINDEX(bsp) + sol) / 63) << 3); 130 return bsp; 134 ia64_bsp_adjust_ret(uint64_t bsp, int sol) 136 bsp -= ((sol + (62 - IA64_RNATINDEX(bsp) + sol) / 63) << 3) [all...] |
| stackframe.c | 645 target->bsp.where = UNSAVED; 646 target->bsp.when = 0; 647 target->bsp.offset = INVALID; 1146 /* Fetch from bsp + offset - 32 + Adjust for RNAT. */ 1148 gr[i] = ia64_getrse_gr(uwf->bsp, roffset);
|
| /src/sys/compat/linux32/common/ |
| linux32_ipccall.c | 220 bsd_to_linux32_semid_ds(struct semid_ds *bsp, struct linux32_semid_ds *lsp) 224 bsd_to_linux32_ipc_perm(&bsp->sem_perm, &lsp->l_sem_perm); 225 lsp->l_sem_otime = bsp->sem_otime; 226 lsp->l_sem_ctime = bsp->sem_ctime; 227 lsp->l_sem_nsems = bsp->sem_nsems; 231 bsd_to_linux32_semid64_ds(struct semid_ds *bsp, struct linux32_semid64_ds *lsp) 235 bsd_to_linux32_ipc64_perm(&bsp->sem_perm, &lsp->l_sem_perm); 236 lsp->l_sem_otime = bsp->sem_otime; 237 lsp->l_sem_ctime = bsp->sem_ctime; 238 lsp->l_sem_nsems = bsp->sem_nsems [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/bsp/ |
| nouveau_nvkm_engine_bsp_g84.c | 29 #include <engine/bsp.h>
|
| /src/sys/kern/ |
| subr_bufq.c | 133 struct bufq_strat *bsp, *it; local in function:bufq_alloc 165 bsp = NULL; 171 bsp = it; 175 if (bsp == NULL || (it)->bs_prio > bsp->bs_prio) 176 bsp = it; 191 if (bsp == NULL) { 202 strategy, bsp->bs_name); 207 printf("bufq_alloc: using '%s'\n", bsp->bs_name); 210 bsp->bs_refcnt++ [all...] |
| /src/sys/arch/ia64/ia64/ |
| db_trace.c | 58 printf("Frame Dump: \n bsp = 0x%lx \n pfs = 0x%lx, SOL(pfs) = %lu \n rp = 0x%lx \n", \ 59 uwf->bsp, uwf->pfs, IA64_CFM_SOL(uwf->pfs), uwf->rp); \ 154 /* ndirty = bsp - bspstore: , not the same as the definition in the spec. 158 uwf->bsp = tf->tf_special.bspstore + tf->tf_special.ndirty; 159 uwf->bsp = ia64_bsp_adjust_ret(uwf->bsp, IA64_CFM_SOF(tf->tf_special.cfm)); 180 uwf->bsp = ia64_bsp_adjust_ret(uwf->bsp, IA64_CFM_SOL(uwf->pfs));
|
| db_interface.c | 189 uint64_t bsp; local in function:db_getrse 200 bsp = f->tf_special.bspstore + f->tf_special.ndirty; 206 nats = (sof - regno + 63 - ((int)(bsp >> 3) & 0x3f)) / 63; 207 reg = (void*)(bsp - ((sof - regno + nats) << 3));
|
| syscall_stubs.S | 144 mov r17=ar.bsp 281 mov r23=ar.bsp
|
| /src/tests/lib/csu/arch/ia64/ |
| h_initfini_align.S | 17 /* ar.bsp has an 8-byte alignment requirement */ 18 mov loc1 = ar.bsp
|
| /src/usr.sbin/makefs/msdos/ |
| msdosfs_vfsops.c | 88 union bootsector *bsp; local in function:msdosfs_mount 103 bsp = (union bootsector *)bp->b_data; 104 b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; 105 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; 106 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; 109 if (bsp->bs50.bsBootSectSig0 != BOOTSIG0 110 || bsp->bs50.bsBootSectSig1 != BOOTSIG1) { 112 bsp->bs50.bsBootSectSig0, 113 bsp->bs50.bsBootSectSig1));
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| rv6xx_dpm.h | 73 u32 bsp; member in struct:rv6xx_power_info
|
| sumo_dpm.h | 109 u32 bsp; member in struct:sumo_power_info
|
| rv770_dpm.h | 122 u32 bsp; member in struct:rv7xx_power_info
|
| /src/games/gomoku/ |
| pickmove.c | 150 const struct spotstr *bsp = &board[bs]; local in function:pickmove 155 bsp->s_combo[BLACK].s, bsp->s_level[BLACK], 156 bsp->s_nforce[BLACK], 157 bsp->s_combo[WHITE].s, bsp->s_level[WHITE], 158 bsp->s_nforce[WHITE], bsp->s_wval); 197 const struct spotstr *bsp = &board[bs]; local in function:better 199 if (/* .... */ asp->s_combo[us].s != bsp->s_combo[us].s [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
| priv.h | 34 #include <engine/bsp.h>
|
| /src/tests/usr.bin/xlint/lint1/ |
| d_c99_bool_strict.c | 536 struct bool_struct *bsp = &bs; local in function:strict_bool_operand_binary_dot_arrow 537 b = bsp->b; 538 bsp->b = b; 540 bsp->b = 0;
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vfsops.c | 464 union bootsector *bsp; local in function:msdosfs_mountfs 521 bsp = (union bootsector *)bp->b_data; 522 b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; 523 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; 524 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; 534 if (bsp->bs50.bsBootSectSig0 != BOOTSIG0 535 || bsp->bs50.bsBootSectSig1 != BOOTSIG1) { 537 bsp->bs50.bsBootSectSig0, 538 bsp->bs50.bsBootSectSig1);
|
| /src/sys/dev/sdmmc/ |
| if_bwi_sdio.c | 145 const struct bwi_sdio_product *bsp = &bwi_sdio_products[n]; local in function:bwi_sdio_match 147 if (bsp->vendor == cis->manufacturer && 148 bsp->product == cis->product) {
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ia64/ |
| setjmp.S | 24 mov r15 = ar.bsp 132 mov r15 = ar.bsp
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| device.h | 170 struct nvkm_engine *bsp; member in struct:nvkm_device 247 int (*bsp )(struct nvkm_device *, int idx, struct nvkm_engine **); member in struct:nvkm_device_chip
|
| /src/lib/libc/arch/ia64/gen/ |
| _setjmp.S | 77 mov r2 = ar.bsp // save backing store pointer
|