Searched refs:methods (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dmii.c21 if (device->methods.miibus_readreg == NULL)
24 return device->methods.miibus_readreg(device, phy, reg);
31 if (device->methods.miibus_writereg == NULL)
34 return device->methods.miibus_writereg(device, phy, reg, data);
41 if (device->methods.miibus_statchg)
42 device->methods.miibus_statchg(device);
49 if (device->methods.miibus_linkchg)
50 device->methods.miibus_linkchg(device);
57 if (device->methods.miibus_mediainit)
58 device->methods
[all...]
H A Dcompat.c95 for (i = 0; method == NULL && driver->methods[i].name != NULL; i++) {
96 if (strcmp(driver->methods[i].name, name) == 0)
97 method = driver->methods[i].method;
280 for (i = 0; method == NULL && driver->methods[i].name != NULL; i++) {
281 device_method_t *mth = &driver->methods[i];
284 dev->methods.probe = (void *)mth->method;
286 dev->methods.attach = (void *)mth->method;
288 dev->methods.detach = (void *)mth->method;
290 dev->methods.suspend = (void *)mth->method;
292 dev->methods
[all...]
H A Dshared.h46 } methods; member in struct:device
H A Ddriver.c114 if (child->methods.probe == NULL) {
125 result = child->methods.probe(child);
203 if (device->methods.probe(device) < 0)
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DRestartInputServer.sh14 rm ~/config/add-ons/input_server/methods/Pen
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dhaiku-module.h43 device_method_t *methods; member in struct:__anon294
67 /* we define the driver methods with HAIKU_FBSD_DRIVERS_GLUE to
252 #define DEFINE_CLASS_0(name, driver, methods, size) \
253 driver_t driver = { #name, methods, size }
/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-lang.c69 compiled java methods. */
320 temp = value_struct_elt (&temp, NULL, "methods", NULL, "structure");
345 struct value *methods; local
498 methods = NULL;
503 if (methods == NULL)
506 methods = value_struct_elt (&temp, NULL, "methods", NULL, "structure");
507 method = value_ind (methods);
525 * is worth it. Note that we do maintain the order of methods
889 temp = value_struct_elt (&temp, NULL, "methods",
[all...]
H A Dobjc-lang.c63 CORE_ADDR methods; member in struct:objc_class
777 * Used for qsorting lists of objc methods (either by class or selector).
826 * by grepping thru all symbols for objective c methods. Output list
846 strcpy(myregexp, ".*]"); /* Null input, match all objc methods. */
850 { /* User wants only class methods or only instance methods. */
883 /* Filter for class/instance methods. */
914 /* Filter for class/instance methods. */
976 * Works by grepping thru the list of objective c methods. List will
977 * be sorted and uniqued (since one class may have many methods)
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPrinterDriver.cpp71 #pragma mark [Public methods]
85 // Public methods
/haiku-fatelf/docs/user/
H A Dapidoc.dox64 have some methods in place to prevent that to a certain extent.
68 of the methods, variables, functions, etc. will have to be the same.
124 documentation would be before the definition or declaration of the methods,
354 These methods append things to the object.
360 ... names of the methods ...
595 -# Use \c \\see if you have any references to other methods, classes or
596 global functions. At least document all the overloaded methods. Also add
597 methods that do the opposite of this method, or methods that are
662 indicator. Give a short description of the value, which methods reac
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c1332 static char* methods[MAX_METHODS] = { local
1391 printf("%5s %08lx %11s ", methods[method], crc, date);
/haiku-fatelf/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp29 #pragma mark - Class methods -
33 // Factory methods
95 #pragma mark - Event handling methods -

Completed in 125 milliseconds