Searched defs:resource (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-memstat.c47 char *resource; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dresource.c38 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value) { argument
60 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value) { argument
70 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value) { argument
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dresource.c42 resource2rlim(isc_resource_t resource, int *rlim_resource) { argument
105 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value) { argument
200 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value) argument
217 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c46 int resource; member in struct:limit
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c46 int resource; member in struct:limit
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c50 const char *resource = NULL; variable
175 "GET %s HTTP/1.0\r\n\r\n", resource); local
/freebsd-11-stable/tools/bus_space/
H A Dbus.c43 struct resource { struct
[all...]
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_reslist.c81 static void push_resource(apr_reslist_t *reslist, apr_res_t *resource) argument
[all...]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestreslist.c64 static apr_status_t my_constructor(void **resource, void *params, argument
82 static apr_status_t my_destructor(void *resource, void *params, argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresres.c652 res_append_resource(rc_res_directory **resources, rc_res_resource *resource, int cids, const rc_res_id *ids, int dupok) argument
[all...]
/freebsd-11-stable/sys/sys/
H A Drman.h102 struct resource { struct
[all...]
H A Dracct.h191 racct_add(struct proc *p, int resource, uint64_t amount) argument
198 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) argument
203 racct_add_force(struct proc *p, int resource, uint64_t amount) argument
208 racct_set(struct proc *p, int resource, uint64_t amount) argument
215 racct_set_force(struct proc *p, int resource, uint64_t amount) argument
220 racct_sub(struct proc *p, int resource, uint64_t amount) argument
225 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) argument
230 racct_get_limit(struct proc *p, int resource) argument
237 racct_get_available(struct proc *p, int resource) argument
[all...]
/freebsd-11-stable/tools/bus_space/C/
H A Dlang.c83 bus_map(const char *dev, const char *resource) argument
/freebsd-11-stable/tools/bus_space/Python/
H A Dlang.c134 char *dev, *resource; local
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_bufs.c46 static int drm_alloc_resource(struct drm_device *dev, int resource) argument
80 drm_get_resource_start(struct drm_device *dev, unsigned int resource) argument
89 drm_get_resource_len(struct drm_device *dev, unsigned int resource) argument
[all...]
/freebsd-11-stable/usr.bin/rctl/
H A Drctl.c119 const char *subject, *subject_id, *resource, *action, *amount, *per; local
314 const char *subject, *subject_id, *resource, *action, *amount, *per; local
466 const char *resource, *amount; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp124 struct resource { struct
139 resource::resource(resource_type t, string &n, string &v, unsigned r) function in class:resource
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c50 static int drm_alloc_resource(struct drm_device *dev, int resource) argument
80 drm_get_resource_start(struct drm_device *dev, unsigned int resource) argument
97 drm_get_resource_len(struct drm_device *dev, unsigned int resource) argument
[all...]
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c747 getrlimit_proc(pid_t pid, int resource, struct rlimit *rlp) argument
767 setrlimit_proc(pid_t pid, int resource, const struct rlimit *rlp) argument
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c255 set_role(const char *resource, int role) argument
/freebsd-11-stable/sys/dev/isci/
H A Disci.h227 struct resource *resource; member in struct:ISCI_PCI_BAR
/freebsd-11-stable/sys/kern/
H A Dkern_racct.c518 racct_adjust_resource(struct racct *racct, int resource, int64_t amount) argument
548 racct_add_locked(struct proc *p, int resource, uint64_t amount, int force) argument
579 racct_add(struct proc *p, int resource, uint64_t amount) argument
599 racct_add_force(struct proc *p, int resource, uint64_t amount) argument
613 racct_add_cred_locked(struct ucred *cred, int resource, uint64_t amount) argument
631 racct_add_cred(struct ucred *cred, int resource, uint64_t amount) argument
669 racct_set_locked(struct proc *p, int resource, uint64_t amount, int force) argument
731 racct_set(struct proc *p, int resource, uint64_t amount) argument
747 racct_set_force(struct proc *p, int resource, uint64_t amount) argument
767 racct_get_limit(struct proc *p, int resource) argument
793 racct_get_available(struct proc *p, int resource) argument
840 racct_sub(struct proc *p, int resource, uint64_t amount) argument
853 ("%s: called for non-droppable resource %d", __func__, resource)); local
867 racct_sub_cred_locked(struct ucred *cred, int resource, uint64_t amount) argument
884 racct_sub_cred(struct ucred *cred, int resource, uint64_t amount) argument
895 resource)); local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h494 u8 resource; member in struct:ecore_resc_lock_params
536 u8 resource; member in struct:ecore_resc_unlock_params
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c813 nvlist_t *resource; local
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci_link.c858 ACPI_RESOURCE *resource, *end; local
[all...]

Completed in 352 milliseconds

12