HomeSort by: relevance | last modified time | path
    Searched refs:rlp (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/lib/libc/locale/
rune.c 142 _rune_init_priv(_RuneLocalePriv *rlp)
148 rlp->rlp_ctype_tab [i + 1] = 0;
149 rlp->rlp_tolower_tab[i + 1] = i;
150 rlp->rlp_toupper_tab[i + 1] = i;
153 rlp->rlp_compat_bsdctype[i + 1] = 0;
157 rlp->rlp_ctype_tab [0] = 0;
158 rlp->rlp_tolower_tab[0] = EOF;
159 rlp->rlp_toupper_tab[0] = EOF;
161 rlp->rl.rl_ctype_tab = (const unsigned short *)&rlp->rlp_ctype_tab[0]
239 _RuneLocalePriv *rlp; local in function:_rune_read_file
    [all...]
  /src/sys/compat/common/
kern_resource_43.c 72 syscallarg(struct orlimit *) rlp;
87 return copyout(&olim, SCARG(uap, rlp), sizeof(olim));
96 syscallarg(const struct orlimit *) rlp;
103 error = copyin(SCARG(uap, rlp), &olim, sizeof(struct orlimit));
  /src/sys/compat/netbsd32/
netbsd32_rlimit.c 75 syscallarg(netbsd32_rlimitp_t) rlp;
87 return copyout(&alim, SCARG_P32(uap, rlp), sizeof(alim));
96 syscallarg(const netbsd32_rlimitp_t) rlp;
105 error = copyin(SCARG_P32(uap, rlp), &alim, sizeof(struct rlimit));
netbsd32_compat_43.c 306 syscallarg(netbsd32_orlimitp_t) rlp;
311 NETBSD32TOP_UAP(rlp, struct orlimit);
320 syscallarg(netbsd32_orlimitp_t) rlp;
325 NETBSD32TOP_UAP(rlp, struct orlimit);
  /src/sys/compat/linux32/common/
linux32_resource.c 81 syscallarg(netbsd32_orlimitp_t) rlp;
93 return copyout(&orl, SCARG_P32(uap, rlp), sizeof(orl));
101 syscallarg(netbsd32_orlimitp_t) rlp;
108 if ((error = copyin(SCARG_P32(uap, rlp), &orl, sizeof(orl))) != 0)
  /src/usr.sbin/user/
user.c 700 save_range(rangelist_t *rlp, char *cp)
706 if (rlp->rl_rsize == 0) {
707 rlp->rl_rsize = 32;
708 NEWARRAY(range_t, rlp->rl_rv, rlp->rl_rsize, return(0));
709 } else if (rlp->rl_rc == rlp->rl_rsize) {
710 rlp->rl_rsize *= 2;
711 RENEW(range_t, rlp->rl_rv, rlp->rl_rsize, return(0))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
cypress_dpm.h 57 u32 rlp; member in struct:at
rv770_dpm.h 132 u32 rlp; member in struct:rv7xx_power_info
radeon_rv770_dpm.c 277 (int)state->low.sclk * (R600_AH_DFLT - pi->rlp);
278 a_d = (int)state->low.sclk * (100 - (int)pi->rlp) +
282 r[0] = (u8)(pi->rlp + (100 - (int)pi->rlp) * a_n / a_d);
2388 pi->rlp = RV770_RLP_DFLT;
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h 753 #define __sanitizer_syscall_pre_compat_43_ogetrlimit(which, rlp) \
755 (long long)(rlp))
756 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \
758 (long long)(rlp))
759 #define __sanitizer_syscall_pre_compat_43_osetrlimit(which, rlp) \
761 (long long)(rlp))
762 #define __sanitizer_syscall_post_compat_43_osetrlimit(res, which, rlp) \
764 (long long)(rlp))
998 #define __sanitizer_syscall_pre_getrlimit(which, rlp) \
999 __sanitizer_syscall_pre_impl_getrlimit((long long)(which), (long long)(rlp))
    [all...]
  /src/sys/compat/sunos/
sunos_misc.c 917 SCARG(&ua_43, rlp) = SCARG(uap, rlp);
934 SCARG(&ua_43, rlp) = SCARG(uap, rlp);
sunos_syscallargs.h 336 syscallarg(struct orlimit *) rlp;
342 syscallarg(struct orlimit *) rlp;
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 613 struct rlimit rlp; local in function:main
730 rlp.rlim_cur = rlp.rlim_max = (2 * max_sessions) + 10;
731 if (setrlimit(RLIMIT_NOFILE, &rlp) == -1)
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1376 struct nfsrollback *rlp, *nrlp; local in function:nfsrv_freeallnfslocks
1418 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list,
1420 free(rlp, M_NFSDROLLBACK);
5614 struct nfsrollback *rlp; local in function:nfsrv_dolocal
5645 rlp = malloc(sizeof (struct nfsrollback), M_NFSDROLLBACK,
5647 rlp->rlck_first = first;
5648 rlp->rlck_end = end;
5649 rlp->rlck_type = oldltype;
5650 LIST_INSERT_HEAD(&lfp->lf_rollback, rlp, rlck_list);
5664 struct nfsrollback *rlp, *nrlp local in function:nfsrv_locallock_rollback
5682 struct nfsrollback *rlp, *nrlp; local in function:nfsrv_locallock_commit
    [all...]
  /src/sys/compat/sunos32/
sunos32_syscallargs.h 348 syscallarg(netbsd32_orlimitp_t) rlp;
354 syscallarg(netbsd32_orlimitp_t) rlp;
sunos32_misc.c 1148 syscallarg(netbsd32_orlimitp_t) rlp;
1156 SCARG(&ua_43, rlp) = SCARG(uap, rlp);
1166 syscallarg(netbsd32_orlimitp_t) rlp;
1174 SCARG(&ua_43, rlp) = SCARG(uap, rlp);
  /src/sbin/cgdconfig/
cgdconfig.c 1789 struct rlimit rlp; local in function:eliminate_cores
1791 rlp.rlim_cur = 0;
1792 rlp.rlim_max = 0;
1793 if (setrlimit(RLIMIT_CORE, &rlp) == -1)
  /src/sys/compat/linux32/arch/aarch64/
linux32_syscallargs.h 222 syscallarg(netbsd32_orlimitp_t) rlp;
228 syscallarg(netbsd32_orlimitp_t) rlp;
641 syscallarg(netbsd32_orlimitp_t) rlp;
  /src/sys/compat/linux32/arch/amd64/
linux32_syscallargs.h 227 syscallarg(netbsd32_orlimitp_t) rlp;
233 syscallarg(netbsd32_orlimitp_t) rlp;
657 syscallarg(netbsd32_orlimitp_t) rlp;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_dpm.h 344 u32 rlp; member in struct:at
588 u32 rlp; member in struct:rv7xx_power_info
  /src/sys/kern/
kern_resource.c 318 syscallarg(const struct rlimit *) rlp;
323 error = copyin(SCARG(uap, rlp), &alim, sizeof(struct rlimit));
457 syscallarg(struct rlimit *) rlp;
470 return copyout(&rl, SCARG(uap, rlp), sizeof(rl));
  /src/sys/net/npf/
npf_ctl.c 441 npf_ruleset_t *ntset, npf_tableset_t *tblset, npf_rule_t **rlp)
456 *rlp = rl;
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 419 syscallarg(struct orlimit *) rlp;
425 syscallarg(const struct orlimit *) rlp;
469 syscallarg(struct rlimit *) rlp;
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 241 syscallarg(struct orlimit *) rlp;
247 syscallarg(struct orlimit *) rlp;
682 syscallarg(struct rlimit *) rlp;
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 246 syscallarg(struct orlimit *) rlp;
252 syscallarg(struct orlimit *) rlp;
705 syscallarg(struct orlimit *) rlp;

Completed in 39 milliseconds

1 2