Searched refs:function (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/ |
D | errno.md | 47 #define EDOM 18 /* 数学参数超出作用域 Mathematics argument out of domain of function.*/ 67 #define EINTR 27 /* 被中断的函数 Interrupted function.*/
|
/DragonOS-0.1.2/kernel/ |
D | cbindgen.toml | 263 # as `#[repr(align(n))]`. This string must be a function-like macro which takes 276 # An optional prefix to put before every function declaration 281 # An optional postfix to put after any function declaration 285 # How to format function arguments 295 # An optional string that should prefix function declarations which have been 310 # An optional string that, if present, will be used to generate Swift function 314 # default: no swift_name function attributes are generated 317 # A rule to use to rename function argument names. The renaming assumes the input 339 # "Name": sort by the name of the function 470 # The name of the macro/function to use for asserting `IsMyVariant()` in the body of
|
/DragonOS-0.1.2/kernel/src/ |
D | head.S | 128 .type _start, @function 232 .type _start64, @function
|
/DragonOS-0.1.2/kernel/src/driver/pci/ |
D | pci.c | 308 static void pci_checkFunction(uint8_t bus, uint8_t device, uint8_t function) in pci_checkFunction() argument 311 …pci_device_structure_header_t *header = pci_read_header(&header_type, bus, device, function, true); in pci_checkFunction()
|