Searched refs:type (Results 1 – 3 of 3) sorted by relevance
/misc/ |
A D | getauxval.c | 24 __getauxval2 (unsigned long int type, unsigned long int *result) in __getauxval2() argument 30 if (type == AT_HWCAP) in __getauxval2() 35 else if (type == AT_HWCAP2) in __getauxval2() 43 if (p->a_type == type) in __getauxval2() 55 __getauxval (unsigned long int type) in libc_hidden_def() 59 if (__getauxval2 (type, &result)) in libc_hidden_def()
|
/misc/sys/ |
A D | queue.h | 84 #define LIST_HEAD(name, type) \ argument 92 #define LIST_ENTRY(type) \ argument 150 #define SLIST_HEAD(name, type) \ argument 158 #define SLIST_ENTRY(type) \ argument 211 #define STAILQ_HEAD(name, type) \ argument 220 #define STAILQ_ENTRY(type) \ argument 293 #define SIMPLEQ_HEAD(name, type) \ argument 302 #define SIMPLEQ_ENTRY(type) \ argument 372 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) argument 382 #define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,) argument [all …]
|
/misc/bits/ |
A D | stab.def | 52 /* "No DST map for sym: name, ,0,type,ignored" according to Ultrix V4.0. */ 113 Also used for type descriptions. */
|
Completed in 8 milliseconds