/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | resource.h | 18 /* $Id: resource.h,v 1.13 2008/07/11 23:47:09 tbox Exp $ */ 23 /*! \file isc/resource.h */ 33 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value); 35 * Set the maximum limit for a system resource. 44 *\li 'resource' is a valid member of the isc_resource_t enumeration. 48 *\li #ISC_R_NOTIMPLEMENTED 'resource' is not a type known by the OS. 50 * to change the resource limit. 54 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value); 56 * Get the maximum limit for a system resource. 77 *\li 'resource' i [all...] |
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | resource.c | 18 /* $Id: resource.c,v 1.10 2008/07/11 23:47:09 tbox Exp $ */ 25 #include <isc/resource.h> 38 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value) { argument 42 if (resource != isc_resource_openfiles) 60 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value) { argument 62 if (resource != isc_resource_openfiles) 70 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value) { argument 71 return (isc_resource_getlimit(resource, value));
|
H A D | libisc.mak | 41 # Specifying name of temporary resource file used only in incremental builds:
169 -@erase "$(INTDIR)\resource.obj"
228 "$(INTDIR)\resource.obj" \
413 -@erase "$(INTDIR)\resource.obj"
414 -@erase "$(INTDIR)\resource.sbr"
494 "$(INTDIR)\resource.sbr" \
581 "$(INTDIR)\resource.obj" \
932 SOURCE=.\resource.c
937 "$(INTDIR)\resource.obj" : $(SOURCE) "$(INTDIR)"
943 "$(INTDIR)\resource [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | resource.c | 23 #include <sys/time.h> /* Required on some systems for <sys/resource.h>. */ 24 #include <sys/resource.h> 27 #include <isc/resource.h> 42 resource2rlim(isc_resource_t resource, int *rlim_resource) { argument 45 switch (resource) { 94 REQUIRE(resource >= isc_resource_coresize && 95 resource <= isc_resource_stacksize); 105 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value) { argument 112 result = resource2rlim(resource, &unixresource); 156 if (resource 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...] |
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 45 #include <isc/resource.h>
|
/bind-9.6-ESV-R11/bin/dnssec/win32/ |
H A D | dsfromkey.mak | 37 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | keyfromlabel.mak | 37 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | keygen.mak | 37 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | signzone.mak | 37 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/bin/rndc/win32/ |
H A D | confgen.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | rndc.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/lib/dns/win32/ |
H A D | gen.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/lib/win32/bindevt/ |
H A D | bindevt.mak | 41 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | main.c | 37 #include <isc/resource.h> 725 * Get the initial resource limits.
|
H A D | server.c | 38 #include <isc/resource.h> 3157 const char *resource; local 3165 resource = cfg_obj_asstring(obj); 3166 if (strcasecmp(resource, "unlimited") == 0) 3169 INSIST(strcasecmp(resource, "default") == 0); 3183 #define SETLIMIT(cfgvar, resource, description) \ 3184 set_limit(maps, cfgvar, description, isc_resource_ ## resource, \ 3185 ns_g_init ## resource)
|
/bind-9.6-ESV-R11/bin/check/win32/ |
H A D | namedcheckconf.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | namedcheckzone.mak | 37 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/bin/dig/win32/ |
H A D | dig.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | host.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
H A D | nslookup.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/bin/nsupdate/win32/ |
H A D | nsupdate.mak | 40 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | BINDInstall.mak | 41 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/lib/bind9/win32/ |
H A D | libbind9.mak | 41 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/lib/isccfg/win32/ |
H A D | libisccfg.mak | 41 # Specifying name of temporary resource file used only in incremental builds:
|
/bind-9.6-ESV-R11/lib/isccc/win32/ |
H A D | libisccc.mak | 41 # Specifying name of temporary resource file used only in incremental builds:
|