Home
last modified time | relevance | path

Searched refs:max_request (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/crypto/heimdal/kcm/
Dconfig.c41 size_t max_request = 0; /* maximal size of a request */ variable
81 "max-request", 0, arg_string, &max_request,
359 max_request = parse_bytes(max_request_str, NULL); in kcm_configure()
361 if(max_request == 0){ in kcm_configure()
368 max_request = parse_bytes(p, NULL); in kcm_configure()
387 if(max_request == 0) in kcm_configure()
388 max_request = 64 * 1024; in kcm_configure()
Dkcm_locl.h160 extern size_t max_request;
Dconnect.c447 if (d->size + grow > max_request) { in grow_descr()
/freebsd-9-stable/crypto/heimdal/kdc/
Dconfig.c77 "max-request", 0, arg_string, &max_request,
213 max_request = parse_bytes(max_request_str, NULL); in configure()
215 if(max_request == 0){ in configure()
222 max_request = parse_bytes(p, NULL); in configure()
286 if(max_request == 0) in configure()
287 max_request = 64 * 1024; in configure()
Dkdc_locl.h48 extern size_t max_request;
Dconnect.c49 size_t max_request; /* maximal size of a request */ variable
483 buf = malloc(max_request); in handle_udp()
485 kdc_log(context, config, 0, "Failed to allocate %lu bytes", (unsigned long)max_request); in handle_udp()
490 n = recvfrom(d->s, buf, max_request, 0, d->sa, &d->sock_len); in handle_udp()
584 if (d->size + grow > max_request) { in grow_descr()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa.c2805 uint64_t max_request, int rewind_flags) in spa_load_best() argument
2817 spa->spa_load_max_txg = max_request; in spa_load_best()