| /netbsd-src/lib/libc/locale/ |
| H A D | rune.c | 86 _rune_init_priv(_RuneLocalePriv *rlp) in _rune_init_priv() argument 92 rlp->rlp_ctype_tab [i + 1] = 0; in _rune_init_priv() 93 rlp->rlp_tolower_tab[i + 1] = i; in _rune_init_priv() 94 rlp->rlp_toupper_tab[i + 1] = i; in _rune_init_priv() 97 rlp->rlp_compat_bsdctype[i + 1] = 0; in _rune_init_priv() 101 rlp->rlp_ctype_tab [0] = 0; in _rune_init_priv() 102 rlp->rlp_tolower_tab[0] = EOF; in _rune_init_priv() 103 rlp->rlp_toupper_tab[0] = EOF; in _rune_init_priv() 105 rlp->rl.rl_ctype_tab = (const unsigned short *)&rlp->rlp_ctype_tab[0]; in _rune_init_priv() 106 rlp->rl.rl_tolower_tab = (const short *)&rlp->rlp_tolower_tab[0]; in _rune_init_priv() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| H A D | ucgendat.c | 230 _ranges_t *rlp; in add_range() local 253 rlp = &proptbl[i]; in add_range() 258 if (rlp->used == rlp->size) { in add_range() 259 if (rlp->size == 0) in add_range() 260 rlp->ranges = (ac_uint4 *) in add_range() 263 rlp->ranges = (ac_uint4 *) in add_range() 264 realloc((char *) rlp->ranges, in add_range() 265 sizeof(ac_uint4) * (rlp->size + 8)); in add_range() 266 rlp->size += 8; in add_range() 273 if (rlp->used == 0) { in add_range() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | ratelimiter.c | 64 isc_ratelimiter_create(isc_loop_t *loop, isc_ratelimiter_t **rlp) { in isc_ratelimiter_create() 69 REQUIRE(rlp != NULL && *rlp == NULL); in isc_ratelimiter_create() 90 *rlp = rl; in isc_ratelimiter_create() 307 isc_ratelimiter_detach(isc_ratelimiter_t ** rlp) isc_ratelimiter_detach() argument
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | ratelimiter.c | 307 isc_ratelimiter_detach(isc_ratelimiter_t **rlp) { in isc_ratelimiter_detach() argument 310 REQUIRE(rlp != NULL && *rlp != NULL); in isc_ratelimiter_detach() 312 rl = *rlp; in isc_ratelimiter_detach() 313 *rlp = NULL; in isc_ratelimiter_detach()
|
| /netbsd-src/usr.sbin/user/ |
| H A D | user.c | 700 save_range(rangelist_t *rlp, char *cp) in save_range() argument 706 if (rlp->rl_rsize == 0) { in save_range() 707 rlp->rl_rsize = 32; in save_range() 708 NEWARRAY(range_t, rlp->rl_rv, rlp->rl_rsize, return(0)); in save_range() 709 } else if (rlp->rl_rc == rlp->rl_rsize) { in save_range() 710 rlp->rl_rsize *= 2; in save_range() 711 RENEW(range_t, rlp->rl_rv, rlp->rl_rsize, return(0)); in save_range() 713 if (rlp->rl_rv && sscanf(cp, "%d..%d", &from, &to) == 2) { in save_range() 714 for (i = rlp->rl_defrc ; i < rlp->rl_rc ; i++) { in save_range() 715 if (rlp->rl_rv[i].r_from == from && in save_range() [all …]
|
| /netbsd-src/sys/compat/common/ |
| H A D | kern_resource_43.c | 87 return copyout(&olim, SCARG(uap, rlp), sizeof(olim)); in compat_43_sys_getrlimit() 103 error = copyin(SCARG(uap, rlp), &olim, sizeof(struct orlimit)); in compat_43_sys_setrlimit()
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_resource.c | 93 return copyout(&orl, SCARG_P32(uap, rlp), sizeof(orl)); in linux32_sys_getrlimit() 108 if ((error = copyin(SCARG_P32(uap, rlp), &orl, sizeof(orl))) != 0) in linux32_sys_setrlimit()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_rlimit.c | 87 return copyout(&alim, SCARG_P32(uap, rlp), sizeof(alim)); in netbsd32_getrlimit() 105 error = copyin(SCARG_P32(uap, rlp), &alim, sizeof(struct rlimit)); in netbsd32_setrlimit()
|
| H A D | netbsd32_compat_43.c | 306 syscallarg(netbsd32_orlimitp_t) rlp; in compat_43_netbsd32_ogetrlimit() 311 NETBSD32TOP_UAP(rlp, struct orlimit); in compat_43_netbsd32_ogetrlimit() 320 syscallarg(netbsd32_orlimitp_t) rlp; in compat_43_netbsd32_osetrlimit() 325 NETBSD32TOP_UAP(rlp, struct orlimit); in compat_43_netbsd32_osetrlimit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 757 #define __sanitizer_syscall_pre_compat_43_ogetrlimit(which, rlp) \ argument 759 (long long)(rlp)) 760 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \ argument 762 (long long)(rlp)) 763 #define __sanitizer_syscall_pre_compat_43_osetrlimit(which, rlp) \ argument 765 (long long)(rlp)) 766 #define __sanitizer_syscall_post_compat_43_osetrlimit(res, which, rlp) \ argument 768 (long long)(rlp)) 1024 #define __sanitizer_syscall_pre_getrlimit(which, rlp) \ argument 1025 __sanitizer_syscall_pre_impl_getrlimit((long long)(which), (long long)(rlp)) [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 753 #define __sanitizer_syscall_pre_compat_43_ogetrlimit(which, rlp) \ argument 755 (long long)(rlp)) 756 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \ argument 758 (long long)(rlp)) 759 #define __sanitizer_syscall_pre_compat_43_osetrlimit(which, rlp) \ argument 761 (long long)(rlp)) 762 #define __sanitizer_syscall_post_compat_43_osetrlimit(res, which, rlp) \ argument 764 (long long)(rlp)) 998 #define __sanitizer_syscall_pre_getrlimit(which, rlp) \ argument 999 __sanitizer_syscall_pre_impl_getrlimit((long long)(which), (long long)(rlp)) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 757 #define __sanitizer_syscall_pre_compat_43_ogetrlimit(which, rlp) \ argument 759 (long long)(rlp)) 760 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \ argument 762 (long long)(rlp)) 763 #define __sanitizer_syscall_pre_compat_43_osetrlimit(which, rlp) \ argument 765 (long long)(rlp)) 766 #define __sanitizer_syscall_post_compat_43_osetrlimit(res, which, rlp) \ argument 768 (long long)(rlp)) 1024 #define __sanitizer_syscall_pre_getrlimit(which, rlp) \ argument 1025 __sanitizer_syscall_pre_impl_getrlimit((long long)(which), (long long)(rlp)) [all …]
|
| /netbsd-src/sys/compat/sunos/ |
| H A D | sunos_misc.c | 917 SCARG(&ua_43, rlp) = SCARG(uap, rlp); in sunos_sys_getrlimit() 934 SCARG(&ua_43, rlp) = SCARG(uap, rlp); in sunos_sys_setrlimit()
|
| H A D | sunos_syscallargs.h | 336 syscallarg(struct orlimit *) rlp; 342 syscallarg(struct orlimit *) rlp;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | cypress_dpm.h | 57 u32 rlp; member
|
| H A D | radeon_btc_dpm.c | 1707 pi->rlp = 10; in btc_set_at_for_uvd() 1712 pi->rlp = eg_pi->ats[idx].rlp; in btc_set_at_for_uvd() 2623 pi->rlp = RV770_RLP_DFLT; in btc_dpm_init() 2628 eg_pi->ats[0].rlp = RV770_RLP_DFLT; in btc_dpm_init() 2633 eg_pi->ats[1].rlp = BTC_RLP_UVD_DFLT; in btc_dpm_init()
|
| H A D | rv770_dpm.h | 132 u32 rlp; member
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdstate.c | 1376 struct nfsrollback *rlp, *nrlp; in nfsrv_freeallnfslocks() local 1418 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, in nfsrv_freeallnfslocks() 1420 free(rlp, M_NFSDROLLBACK); in nfsrv_freeallnfslocks() 5614 struct nfsrollback *rlp; in nfsrv_dolocal() local 5645 rlp = malloc(sizeof (struct nfsrollback), M_NFSDROLLBACK, in nfsrv_dolocal() 5647 rlp->rlck_first = first; in nfsrv_dolocal() 5648 rlp->rlck_end = end; in nfsrv_dolocal() 5649 rlp->rlck_type = oldltype; in nfsrv_dolocal() 5650 LIST_INSERT_HEAD(&lfp->lf_rollback, rlp, rlck_list); in nfsrv_dolocal() 5664 struct nfsrollback *rlp, *nrlp; in nfsrv_locallock_rollback() local [all …]
|
| /netbsd-src/sys/compat/sunos32/ |
| H A D | sunos32_misc.c | 1156 SCARG(&ua_43, rlp) = SCARG(uap, rlp); in sunos32_sys_getrlimit() 1174 SCARG(&ua_43, rlp) = SCARG(uap, rlp); in sunos32_sys_setrlimit()
|
| H A D | sunos32_syscallargs.h | 348 syscallarg(netbsd32_orlimitp_t) rlp; 354 syscallarg(netbsd32_orlimitp_t) rlp;
|
| /netbsd-src/sbin/cgdconfig/ |
| H A D | cgdconfig.c | 1789 struct rlimit rlp; in eliminate_cores() local 1791 rlp.rlim_cur = 0; in eliminate_cores() 1792 rlp.rlim_max = 0; in eliminate_cores() 1793 if (setrlimit(RLIMIT_CORE, &rlp) == -1) in eliminate_cores()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | si_dpm.h | 344 u32 rlp; member 588 u32 rlp; member
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_ctl.c | 432 npf_ruleset_t *ntset, npf_tableset_t *tblset, npf_rule_t **rlp) in npf_mk_singlenat() argument 447 *rlp = rl; in npf_mk_singlenat()
|
| /netbsd-src/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 408 rlp
|
| /netbsd-src/sys/compat/linux32/arch/aarch64/ |
| H A D | linux32_syscallargs.h | 222 syscallarg(netbsd32_orlimitp_t) rlp; 228 syscallarg(netbsd32_orlimitp_t) rlp; 641 syscallarg(netbsd32_orlimitp_t) rlp;
|