| /src/usr.sbin/memswitch/ |
| Makefile | 5 SRCS= memswitch.c properties.c methods.c
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| j_stat.d | 19 * METHOD/s Methods called, per second 31 * If you see counts in "CLOAD" but not in "METHODS", then you Java 60 execs = threads = methods = objnew = cload = gc = exception = 0; 102 methods++; 132 execs / interval, threads / interval, methods / interval, 135 execs = threads = methods = oalloc = cload = gc = exception = 0;
|
| rb_stat.d | 16 * METHOD/s Methods called, per second 58 execs = methods = objnew = objfree = gc = raised = rescue = 0; 95 methods++; 130 execs / interval, methods / interval, objnew / interval, 133 execs = methods = objnew = objfree = gc = raised = rescue = 0;
|
| /src/external/cddl/dtracetoolkit/dist/Java/ |
| j_stat.d | 19 * METHOD/s Methods called, per second 31 * If you see counts in "CLOAD" but not in "METHODS", then you Java 60 execs = threads = methods = objnew = cload = gc = exception = 0; 102 methods++; 132 execs / interval, threads / interval, methods / interval, 135 execs = threads = methods = oalloc = cload = gc = exception = 0;
|
| /src/external/cddl/dtracetoolkit/dist/Ruby/ |
| rb_stat.d | 16 * METHOD/s Methods called, per second 58 execs = methods = objnew = objfree = gc = raised = rescue = 0; 95 methods++; 130 execs / interval, methods / interval, objnew / interval, 133 execs = methods = objnew = objfree = gc = raised = rescue = 0;
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| method.h | 21 * The base class for state that methods keep. 56 * Set the zstd cli path. Must be called before any methods are used. 61 * A NULL-terminated list of methods. 63 extern method_t const* const* methods;
|
| test.c | 37 for (size_t method = 0; methods[method] != NULL; ++method) 38 if (is_name_bad(methods[method]->name)) { 39 fprintf(stderr, "method name %s is bad\n", methods[method]->name); 252 for (size_t method = 0; methods[method] != NULL; ++method) { 253 if (g_method != NULL && strcmp(methods[method]->name, g_method)) 259 method_state_t* state = methods[method]->create(data[datum]); 267 methods[method]->compress(state, configs[config]); 274 methods[method]->name); 285 methods[method]->destroy(state);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| read-catalog-abstract.c | 50 pop->methods = method_table; 60 if (pop->methods->destructor) 61 pop->methods->destructor (pop); 67 /* Inline functions to invoke the methods. */ 73 if (pop->methods->parse_brief) 74 pop->methods->parse_brief (pop); 80 if (pop->methods->parse_debrief) 81 pop->methods->parse_debrief (pop); 87 if (pop->methods->directive_domain) 88 pop->methods->directive_domain (pop, name) [all...] |
| read-catalog.c | 40 /* Inline functions to invoke the methods. */ 45 default_catalog_reader_class_ty *methods = local 46 (default_catalog_reader_class_ty *) this->methods; 48 if (methods->set_domain) 49 methods->set_domain (this, name); 60 default_catalog_reader_class_ty *methods = local 61 (default_catalog_reader_class_ty *) this->methods; 63 if (methods->add_message) 64 methods->add_message (this, msgctxt, 76 default_catalog_reader_class_ty *methods local [all...] |
| /src/external/bsd/libevent/dist/test/ |
| bench.c | 154 const char **methods; local 180 methods = event_get_supported_methods(); 181 fprintf(stdout, "Using Libevent %s. Available methods are:\n", 183 for (i = 0; methods[i] != NULL; ++i) 184 printf(" %s\n", methods[i]); 209 methods = event_get_supported_methods(); 210 for (i = 0; methods[i] != NULL; ++i) 211 if (strcmp(methods[i], method)) 212 event_config_avoid_method(cfg, methods[i]);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| bench.c | 153 const char **methods; local 179 methods = event_get_supported_methods(); 180 fprintf(stdout, "Using Libevent %s. Available methods are:\n", 182 for (i = 0; methods[i] != NULL; ++i) 183 printf(" %s\n", methods[i]); 208 methods = event_get_supported_methods(); 209 for (i = 0; methods[i] != NULL; ++i) 210 if (strcmp(methods[i], method)) 211 event_config_avoid_method(cfg, methods[i]);
|
| /src/external/bsd/wpa/dist/src/ap/ |
| eap_user_db.c | 23 static void set_user_methods(struct hostapd_eap_user *user, const char *methods) 28 buf = os_strdup(methods); 32 os_memset(&user->methods, 0, sizeof(user->methods)); 39 user->methods[num_methods].method = 41 &user->methods[num_methods].vendor); 42 if (user->methods[num_methods].vendor == EAP_VENDOR_IETF && 43 user->methods[num_methods].method == EAP_TYPE_NONE) { 90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { 106 int i, id = -1, methods = -1 local [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| protocols.c | 324 with actually checking the list of methods they have!). Two 361 struct objc_method_description_list *methods; local 365 /* The current ABI does not have any information on optional protocol methods. */ 375 methods = ((struct objc_protocol *)protocol)->instance_methods; 377 methods = ((struct objc_protocol *)protocol)->class_methods; 379 if (methods) 381 for (i = 0; i < methods->count; i++) 383 if (sel_isEqual (methods->list[i].name, selector)) 384 return methods->list[i]; 386 if (strcmp (sel_getName (methods->list[i].name), selector_name) == 0 400 struct objc_method_description_list *methods; local [all...] |
| methods.c | 81 /* Lock the runtime mutex because the class methods may be 85 /* Count how many methods we have. */ 86 method_list = class_->methods; 103 /* Copy the methods. */ 104 method_list = class_->methods; 162 similar methods won't conflict with each other. Each of them 173 these methods, and update the IMP in the dispatch tables. */
|
| sendmsg.c | 145 dispatch table for class methods has already been installed. 158 /* The dispatch table for class methods is already installed and we 184 methods has already been installed. 197 /* The dispatch table for class methods may not be already installed 529 /* Walk on the methods list of class and install the methods in the 530 reverse order of the lists. Since methods added by categories are 531 before the methods of class in the methods list, this allows 532 categories to substitute methods declared in class. However i [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_handlers_wps.c | 405 * wpas_dbus_getter_config_methods - Get current WPS configuration methods 427 * wpas_dbus_setter_config_methods - Set WPS configuration methods 433 * Setter for "ConfigMethods" property. Sets the methods string, apply such 441 char *methods, *new_methods; local 444 &methods)) 447 new_methods = os_strdup(methods); 495 char *methods, *devname; local 498 &methods)) 501 if (os_strlen(methods) > WPS_DEV_NAME_MAX_LEN) 504 devname = os_strdup(methods); 551 char *methods, *manufacturer; local 607 char *methods, *model_name; local 662 char *methods, *model_number; local 719 char *methods, *serial_number; local [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_common.c | 530 u16 methods = 0; local 533 /* Default to enabling methods based on build configuration */ 534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; 535 methods |= WPS_CONFIG_VIRT_DISPLAY; 537 methods |= WPS_CONFIG_NFC_INTERFACE; 540 methods |= WPS_CONFIG_P2PS; 544 methods |= WPS_CONFIG_ETHERNET; 546 methods |= WPS_CONFIG_LABEL; 548 methods |= WPS_CONFIG_DISPLAY; 550 methods |= WPS_CONFIG_EXT_NFC_TOKEN [all...] |
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| timer.h | 108 /*% Timer and timer manager methods */ 142 isc_timermgrmethods_t *methods; member in struct:isc_timermgr 156 isc_timermethods_t *methods; member in struct:isc_timer
|
| task.h | 111 /*% Task and task manager methods */ 157 isc_taskmgrmethods_t *methods; member in struct:isc_taskmgr 171 isc_taskmethods_t *methods; member in struct:isc_task
|
| /src/sys/dev/ic/ |
| cissvar.h | 75 #define CISS_PERF_SUPPORTED(sc) ((sc)->cfg.methods & CISS_METH_PERF)
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_tls_common.c | 903 * EAP-TLS, EAP-PEAP, EAP-TTLS, and EAP-FAST methods are expected to use this 1097 * @types: Buffer for returning allocated list of allowed EAP methods 1098 * @num_types: Buffer for returning number of allocated EAP methods 1101 * This function is used to parse EAP method list and select allowed methods 1110 struct eap_method_type *methods = NULL, *_methods; local 1145 os_free(methods); 1150 _methods = os_realloc_array(methods, num_methods, 1151 sizeof(*methods)); 1153 os_free(methods); 1157 methods = _methods [all...] |
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server.c | 1299 * Note: Mechanism to allow EAP methods to wait while going 1321 * Note: Mechanism to allow EAP methods to wait while going 1613 * @nak_list: Nak list (allowed methods) from the supplicant 1630 wpa_hexdump(MSG_MSGDUMP, "EAP: configured methods", 1631 (u8 *) sm->user->methods, 1632 EAP_MAX_METHODS * sizeof(sm->user->methods[0])); 1633 wpa_hexdump(MSG_MSGDUMP, "EAP: list of methods supported by the peer", 1638 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || 1639 sm->user->methods[i].method != EAP_TYPE_NONE)) { 1640 if (sm->user->methods[i].vendor != EAP_VENDOR_IETF [all...] |
| /src/external/gpl3/gcc.old/lib/libobjc/arch/aarch64/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/aarch64eb/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|
| /src/external/gpl3/gcc.old/lib/libobjc/arch/alpha/ |
| defs.mk | 9 G_C_SOURCE_FILES=class.c encoding.c error.c gc.c hash.c init.c ivars.c memory.c methods.c nil_method.c objc-foreach.c objc-sync.c objects.c protocols.c sarray.c selector.c sendmsg.c thr.c exception.c
|