Searched defs:limits (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_assert.c49 struct rlimit limits; local
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c50 } limits[] = { variable in typeref:struct:limit
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c50 } limits[] = { variable in typeref:struct:limit
/freebsd-11-stable/lib/libcasper/libcasper/
H A Dlibcasper.c212 cap_limit_set(const cap_channel_t *chan, nvlist_t *limits) argument
330 nvlist_t *limits; local
[all...]
H A Dlibcasper_service.c103 casper_allowed_service(const nvlist_t *limits, const char *service) argument
154 casper_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, argument
H A Dservice.c126 service_connection_add(struct service *service, int sock, const nvlist_t *limits) argument
252 service_connection_set_limits(struct service_connection *sconn, nvlist_t *limits) argument
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_sysctl/
H A Dcap_sysctl.c161 sysctl_allowed(const nvlist_t *limits, const char *chname, uint64_t choperation) argument
223 sysctl_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, argument
/freebsd-11-stable/lib/libcasper/services/cap_sysctl/tests/
H A Dsysctl_test.c186 nvlist_t *limits; local
1121 nvlist_t *limits; local
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlutf8lib.c41 static const unsigned int limits[] = {0xFF, 0x7F, 0x7FF, 0xFFFF}; local
/freebsd-11-stable/sys/amd64/vmm/
H A Dx86.c90 const struct xsave_limits *limits; local
/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c438 struct limits { struct
446 static const struct limits limits[] = { variable in typeref:struct:limits
/freebsd-11-stable/lib/libcasper/services/cap_dns/
H A Dcap_dns.c311 limit_remove(nvlist_t *limits, const char *prefix) argument
332 nvlist_t *limits; local
355 nvlist_t *limits; local
378 dns_allowed_type(const nvlist_t *limits, const char *type) argument
405 dns_allowed_family(const nvlist_t *limits, int family) argument
469 dns_gethostbyname(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
491 dns_gethostbyaddr(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
516 dns_getnameinfo(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
609 dns_getaddrinfo(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
664 limit_has_entry(const nvlist_t *limits, const char *prefix) argument
743 dns_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_grp/
H A Dcap_grp.c369 nvlist_t *limits, *nvl; local
391 nvlist_t *limits, *nvl; local
413 nvlist_t *limits, *groups; local
445 grp_allowed_cmd(const nvlist_t *limits, const char *cmd) argument
481 grp_allowed_group(const nvlist_t *limits, const char *gname, gid_t gid) argument
551 grp_allowed_field(const nvlist_t *limits, const char *field) argument
586 grp_pack(const nvlist_t *limits, const struct group *grp, nvlist_t *nvl) argument
628 grp_getgrent(const nvlist_t *limits, const nvlist_t *nvlin __unused, nvlist_t *nvlout) argument
646 grp_getgrnam(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
667 grp_getgrgid(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
724 const nvlist_t *limits; local
763 grp_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
[all...]
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c323 nvlist_t *limits, *nvl; local
345 nvlist_t *limits, *nvl; local
367 nvlist_t *limits, *users; local
400 pwd_allowed_cmd(const nvlist_t *limits, const char *cmd) argument
436 pwd_allowed_user(const nvlist_t *limits, const char *uname, uid_t uid) argument
506 pwd_allowed_field(const nvlist_t *limits, const char *field) argument
541 pwd_pack(const nvlist_t *limits, const struct passwd *pwd, nvlist_t *nvl) argument
622 pwd_getpwent(const nvlist_t *limits, const nvlist_t *nvlin __unused, nvlist_t *nvlout) argument
640 pwd_getpwnam(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
661 pwd_getpwuid(const nvlist_t *limits, const nvlist_t *nvlin, nvlist_t *nvlout) argument
718 const nvlist_t *limits; local
757 pwd_command(const char *cmd, const nvlist_t *limits, nvlist_t *nvlin, nvlist_t *nvlout) argument
[all...]
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c285 struct rlimit limits[RLIM_NLIMITS]; local
[all...]
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.c123 efx_drv_limits_t limits; local
198 efx_drv_limits_t limits; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp63 } limits; member in union:__cfi::__anon1148
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c232 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE }; local
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_dev.h339 struct mthca_limits limits; member in struct:mthca_dev
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c1901 struct limits limits[] = variable in typeref:struct:limits
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex_internal.h598 re_node_set limits; member in struct:__anon1956
H A Dregexec.c1910 check_dst_limits(const re_match_context_t *mctx, re_node_set *limits, int dst_node, int dst_idx, int src_node, int src_idx) argument
2057 check_subexp_limits(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates, re_node_set *limits, struct re_backref_cache_entry *bkref_ents, int str_idx) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c2432 u32 limits; local
2457 u32 limits = gen6_rps_limits(dev_priv, &val); local
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ioctl.h782 struct ctl_iscsi_limits_params limits; member in union:ctl_iscsi_data
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h261 *limits; member in struct:iwn_softc

Completed in 241 milliseconds

12