/src/sys/compat/linux/common/ |
linux_ipc.c | 313 linux_to_bsd_msqid_ds(struct linux_msqid_ds *lmp, struct msqid_ds *bmp) 317 linux_to_bsd_ipc_perm(&lmp->l_msg_perm, &bmp->msg_perm); 318 bmp->_msg_cbytes = lmp->l_msg_cbytes; 319 bmp->msg_qnum = lmp->l_msg_qnum; 320 bmp->msg_qbytes = lmp->l_msg_qbytes; 321 bmp->msg_lspid = lmp->l_msg_lspid; 322 bmp->msg_lrpid = lmp->l_msg_lrpid; 323 bmp->msg_stime = lmp->l_msg_stime; 324 bmp->msg_rtime = lmp->l_msg_rtime; 325 bmp->msg_ctime = lmp->l_msg_ctime [all...] |
linux_mqueue.c | 52 linux_to_bsd_mq_attr(const struct linux_mq_attr *lmp, struct mq_attr *bmp) 55 bmp->mq_flags = cvtto_bsd_mask(lmp->mq_flags, LINUX_O_NONBLOCK, 57 bmp->mq_maxmsg = lmp->mq_maxmsg; 58 bmp->mq_msgsize = lmp->mq_msgsize; 59 bmp->mq_curmsgs = lmp->mq_curmsgs; 63 bsd_to_linux_mq_attr(const struct mq_attr *bmp, struct linux_mq_attr *lmp) 65 memset(lmp, 0, sizeof(*lmp)); 66 lmp->mq_flags = cvtto_linux_mask(bmp->mq_flags, O_NONBLOCK, 68 lmp->mq_maxmsg = bmp->mq_maxmsg [all...] |
linux_oldmmap.c | 80 syscallarg(struct linux_oldmmap *) lmp; 86 if ((error = copyin(SCARG(uap, lmp), &lmap, sizeof lmap)))
|
/src/sys/compat/linux32/common/ |
linux32_ipccall.c | 433 linux32_to_bsd_msqid_ds(struct linux32_msqid_ds *lmp, struct msqid_ds *bmp) 437 linux32_to_bsd_ipc_perm(&lmp->l_msg_perm, &bmp->msg_perm); 438 bmp->_msg_cbytes = lmp->l_msg_cbytes; 439 bmp->msg_qnum = lmp->l_msg_qnum; 440 bmp->msg_qbytes = lmp->l_msg_qbytes; 441 bmp->msg_lspid = lmp->l_msg_lspid; 442 bmp->msg_lrpid = lmp->l_msg_lrpid; 443 bmp->msg_stime = lmp->l_msg_stime; 444 bmp->msg_rtime = lmp->l_msg_rtime; 445 bmp->msg_ctime = lmp->l_msg_ctime [all...] |
linux32_mman.c | 79 syscallarg(linux32_oldmmapp) lmp; 83 NETBSD32TOP_UAP(lmp, struct linux_oldmmap);
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_missing.h | 44 syscallarg(struct linux_oldmmap *) lmp;
|
linux32_syscallargs.h | 290 syscallarg(linux32_oldmmapp) lmp;
|
linux32_systrace_args.c | 549 uarg[0] = (intptr_t) SCARG(p, lmp).i32; /* linux32_oldmmapp */
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_missing.h | 44 syscallarg(struct linux_oldmmap *) lmp;
|
linux32_syscallargs.h | 295 syscallarg(linux32_oldmmapp) lmp;
|
linux32_systrace_args.c | 556 uarg[0] = (intptr_t) SCARG(p, lmp).i32; /* linux32_oldmmapp */
|
/src/sys/miscfs/nullfs/ |
null_vfsops.c | 102 struct layer_mount *lmp; local in function:nullfs_mount 113 lmp = MOUNTTOLAYERMOUNT(mp); 114 if (lmp == NULL)
|
/src/sys/miscfs/overlay/ |
overlay_vfsops.c | 108 struct layer_mount *lmp; local in function:ov_mount 120 lmp = MOUNTTOLAYERMOUNT(mp); 121 if (lmp == NULL)
|
/src/sys/miscfs/genfs/ |
layer_vfsops.c | 210 struct layer_mount *lmp = MOUNTTOLAYERMOUNT(mp); local in function:layerfs_loadvnode 217 xp = kmem_alloc(lmp->layerm_size, KM_SLEEP); 225 vp->v_tag = lmp->layerm_tag; 227 vp->v_op = lmp->layerm_vnodeop_p;
|
layer_vnops.c | 715 struct layer_mount *lmp = MOUNTTOLAYERMOUNT(vp->v_mount); local in function:layer_reclaim 726 if (vp == lmp->layerm_rootvp) { 733 lmp->layerm_rootvp = NULL; 743 kmem_free(vp->v_data, lmp->layerm_size);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
cypress_dpm.h | 60 u32 lmp; member in struct:at
|
rv770_dpm.h | 135 u32 lmp; member in struct:rv7xx_power_info
|
radeon_rv770_dpm.c | 276 a_n = (int)state->medium.sclk * pi->lmp + 279 (int)state->medium.sclk * pi->lmp; 281 l[1] = (u8)(pi->lmp - (int)pi->lmp * a_n / a_d); 2391 pi->lmp = RV770_LMP_DFLT;
|
radeon_btc_dpm.c | 1710 pi->lmp = 10; 1715 pi->lmp = eg_pi->ats[idx].lmp; 2626 pi->lmp = RV770_LMP_DFLT; 2631 eg_pi->ats[0].lmp = RV770_LMP_DFLT; 2636 eg_pi->ats[1].lmp = BTC_LMP_UVD_DFLT;
|
radeon_ni_dpm.c | 4119 pi->lmp = RV770_LMP_DFLT; 4124 eg_pi->ats[0].lmp = RV770_LMP_DFLT; 4129 eg_pi->ats[1].lmp = BTC_LMP_UVD_DFLT;
|
radeon_cypress_dpm.c | 2075 pi->lmp = RV770_LMP_DFLT;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
si_dpm.h | 347 u32 lmp; member in struct:at 591 u32 lmp; member in struct:rv7xx_power_info
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 317 syscallarg(struct linux_oldmmap *) lmp;
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 322 syscallarg(struct linux_oldmmap *) lmp;
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 321 syscallarg(struct linux_oldmmap *) lmp;
|