Searched refs:uint32_t (Results 1 - 25 of 678) sorted by relevance

1234567891011>>

/xnu-2782.1.97/osfmk/kperf/
H A Dast.h30 extern int kperf_ast_pend( thread_t, uint32_t, uint32_t );
H A Dkperf_kpc.h40 uint32_t running;
41 uint32_t counterc;
43 uint32_t configc;
/xnu-2782.1.97/osfmk/i386/
H A Ducode.h10 uint32_t header_version;
11 uint32_t update_revision;
12 uint32_t date;
13 uint32_t processor_signature;
14 uint32_t checksum;
15 uint32_t loader_revision;
16 uint32_t processor_flags;
17 uint32_t data_size;
18 uint32_t total_size;
21 uint32_t reserved
[all...]
H A Dtss.h68 uint32_t back_link; /* segment number of previous task,
70 uint32_t esp0; /* initial stack pointer ... */
71 uint32_t ss0; /* and segment for ring 0 */
72 uint32_t esp1; /* initial stack pointer ... */
73 uint32_t ss1; /* and segment for ring 1 */
74 uint32_t esp2; /* initial stack pointer ... */
75 uint32_t ss2; /* and segment for ring 2 */
76 uint32_t cr3; /* CR3 - page table directory
78 uint32_t eip;
79 uint32_t eflag
[all...]
H A Dmachdep_call.h41 kern_return_t (*args_1)(uint32_t);
43 kern_return_t (*args_2)(uint32_t,uint32_t);
45 kern_return_t (*args_3)(uint32_t,uint32_t,uint32_t);
46 kern_return_t (*args_4)(uint32_t,uint32_t,uint32_t,uint32_t);
[all...]
H A Dcpu_topology.h56 uint32_t cache_size; /* total size of cache */
136 uint32_t flags;
137 uint32_t cpu_num; /* cpu number */
138 uint32_t lnum; /* logical cpu number (within core) */
139 uint32_t pnum; /* physical cpu number */
164 uint32_t flags;
165 uint32_t lcore_num; /* logical core # (unique within die) */
166 uint32_t pcore_num; /* physical core # (globally unique) */
167 uint32_t num_lcpus; /* Number of logical cpus */
168 uint32_t active_lcpu
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOStatistics.h54 typedef uint32_t IOStatisticsCounterType;
69 uint32_t created;
70 uint32_t produced;
71 uint32_t checksForWork;
75 uint32_t created;
76 uint32_t openGateCalls;
77 uint32_t closeGateCalls;
79 uint32_t timeouts;
80 uint32_t checksForWork;
84 uint32_t create
[all...]
H A DIOHibernatePrivate.h55 uint32_t restore1CodePhysPage;
56 uint32_t reserved1;
58 uint32_t restore1PageCount;
59 uint32_t restore1CodeOffset;
60 uint32_t restore1StackOffset;
62 uint32_t pageCount;
63 uint32_t bitmapSize;
65 uint32_t restore1Sum;
66 uint32_t image1Sum;
67 uint32_t image2Su
[all...]
H A DAppleKeyStoreInterface.h41 uint32_t keybytecount;
48 uint32_t algorithm;
/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.h39 shadow_map_read(shadow_map_t * map, uint32_t block_offset, uint32_t block_count,
40 uint32_t * incr_block_offset, uint32_t * incr_block_count);
42 shadow_map_write(shadow_map_t * map, uint32_t block_offset, uint32_t block_count,
43 uint32_t * incr_block_offset, uint32_t * incr_block_count);
45 shadow_map_is_written(shadow_map_t * map, uint32_t block_offset);
47 uint32_t
[all...]
/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h55 uint32_t magic; /* mach magic number identifier */
58 uint32_t filetype; /* type of file */
59 uint32_t ncmds; /* number of load commands */
60 uint32_t sizeofcmds; /* the size of all the load commands */
61 uint32_t flags; /* flags */
73 uint32_t magic; /* mach magic number identifier */
76 uint32_t filetype; /* type of file */
77 uint32_t ncmds; /* number of load commands */
78 uint32_t sizeofcmds; /* the size of all the load commands */
79 uint32_t flag
[all...]
H A Dfat.h52 uint32_t magic; /* FAT_MAGIC */
53 uint32_t nfat_arch; /* number of structs that follow */
59 uint32_t offset; /* file offset to this object file */
60 uint32_t size; /* size of this object file */
61 uint32_t align; /* alignment as a power of 2 */
/xnu-2782.1.97/bsd/sys/
H A Dimgsrc.h74 uint32_t ii_height; /* Nesting height: 0 is outermost */
75 uint32_t ii_flags; /* Currently unused */
81 uint32_t mi_height; /* As determined from an imgsrc_info structure */
82 uint32_t mi_flags; /* TBD */
88 uint32_t mi_height;
89 uint32_t mi_flags;
94 uint32_t mi_height;
95 uint32_t mi_flags;
H A Dbsdtask_info.h73 uint32_t pri_protection;
74 uint32_t pri_max_protection;
75 uint32_t pri_inheritance;
76 uint32_t pri_flags; /* shared, external pager, is submap */
78 uint32_t pri_behavior;
79 uint32_t pri_user_wired_count;
80 uint32_t pri_user_tag;
81 uint32_t pri_pages_resident;
82 uint32_t pri_pages_shared_now_private;
83 uint32_t pri_pages_swapped_ou
[all...]
/xnu-2782.1.97/pexpert/pexpert/i386/
H A Dboot.h68 uint32_t Type;
69 uint32_t Pad;
84 uint32_t v_baseAddr; /* Base address of video memory */
85 uint32_t v_display; /* Display Code (if Applicable */
86 uint32_t v_rowBytes; /* Number of bytes per pixel row */
87 uint32_t v_width; /* Width */
88 uint32_t v_height; /* Height */
89 uint32_t v_depth; /* Pixel Depth */
144 uint32_t MemoryMap; /* Physical address of memory map */
145 uint32_t MemoryMapSiz
[all...]
/xnu-2782.1.97/osfmk/kern/
H A Dsimple_lock.h104 extern uint32_t hw_atomic_add(
105 volatile uint32_t *dest,
106 uint32_t delt);
108 extern uint32_t hw_atomic_sub(
109 volatile uint32_t *dest,
110 uint32_t delt);
112 extern uint32_t hw_atomic_or(
113 volatile uint32_t *dest,
114 uint32_t mask);
116 extern uint32_t hw_atomic_an
[all...]
H A Dpms.h38 typedef void (*pmsSetFunc_t)(uint32_t, uint32_t, uint32_t); /* Function used to set hardware power state */
39 typedef uint32_t (*pmsQueryFunc_t)(uint32_t, uint32_t); /* Function used to query hardware power state */
43 uint32_t stCnt[2]; /* Number of times switched to next step */
48 uint32_t pmsStepID; /* Unique ID for this step */
49 uint32_t pmsSetCmd; /* Command to select power state */
74 uint32_t pmsSetFuncIn
[all...]
H A Dkpc.h56 extern uint32_t kpc_get_classes(void);
59 extern uint32_t kpc_get_running(void);
64 extern int kpc_set_running(uint32_t classes);
67 extern int kpc_get_cpu_counters(boolean_t all_cpus, uint32_t classes,
71 extern int kpc_get_shadow_counters( boolean_t all_cpus, uint32_t classes,
75 extern int kpc_get_curthread_counters(uint32_t *inoutcount, uint64_t *buf);
78 extern uint32_t kpc_get_counter_count(uint32_t classes);
79 extern uint32_t kpc_get_config_count(uint32_t classe
[all...]
/xnu-2782.1.97/osfmk/lockd/
H A Dlockd_mach_types.h45 typedef uint32_t sock_storage[32];
46 typedef uint32_t xcred[19];
/xnu-2782.1.97/bsd/net/
H A Dif_arp.h126 uint32_t txrequests; /* # of ARP requests sent by this host. */
127 uint32_t txreplies; /* # of ARP replies sent by this host. */
128 uint32_t txannounces; /* # of ARP announcements sent by this host. */
129 uint32_t rxrequests; /* # of ARP requests received by this host. */
130 uint32_t rxreplies; /* # of ARP replies received by this host. */
131 uint32_t received; /* # of ARP packets received by this host. */
134 uint32_t txconflicts; /* # of ARP conflict probes sent */
135 uint32_t invalidreqs; /* # of invalid ARP resolve requests */
136 uint32_t reqnobufs; /* # of failed requests due to no memory */
137 uint32_t droppe
[all...]
H A Dpktap.h49 #define PKTP_CMD_TAP_COUNT 4 /* uint32_t number of active bpf tap on the interface */
72 uint32_t filter_op;
73 uint32_t filter_param;
75 uint32_t _filter_if_type;
85 uint32_t filter_op;
86 uint32_t filter_param;
88 uint32_t _filter_if_type;
103 uint32_t pth_length; /* length of this header */
104 uint32_t pth_type_next; /* type of data following */
105 uint32_t pth_dl
[all...]
/xnu-2782.1.97/libkern/libkern/
H A DOSMalloc.h68 uint32_t OSMT_refcnt;
69 uint32_t OSMT_state;
70 uint32_t OSMT_attr;
159 uint32_t flags);
202 uint32_t size,
213 uint32_t size,
243 uint32_t size,
260 uint32_t size,
/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_xnu_private.h46 uint32_t req_type;
47 uint32_t req_code;
48 volatile uint32_t req_sync;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.h59 typedef uint32_t OM_uint32;
104 uint32_t type; // See defines below
105 uint32_t keybytes; // Session key length bytes;
106 uint32_t hash_len;
133 uint32_t gss_clnt_flags; // Flag bits - see below
137 uint32_t gss_clnt_prinlen; // Length of principal
140 uint32_t gss_clnt_proc; // Current GSS proc for cred
141 uint32_t gss_clnt_seqnum; // GSS sequence number
142 uint32_t gss_clnt_service; // Indicates krb5, krb5i or krb5p
144 uint32_t gss_clnt_handle_le
[all...]
/xnu-2782.1.97/bsd/netinet6/
H A Dmld6_var.h79 uint32_t mli_ifindex; /* interface this instance belongs to */
80 uint32_t mli_version; /* MLDv1 Host Compatibility Mode */
81 uint32_t mli_v1_timer; /* MLDv1 Querier Present timer (s) */
82 uint32_t mli_v2_timer; /* MLDv2 General Query (interface) timer (s)*/
83 uint32_t mli_flags; /* MLD per-interface flags */
84 uint32_t mli_rv; /* MLDv2 Robustness Variable */
85 uint32_t mli_qi; /* MLDv2 Query Interval (s) */
86 uint32_t mli_qri; /* MLDv2 Query Response Interval (s) */
87 uint32_t mli_uri; /* MLDv2 Unsolicited Report Interval (s) */
88 uint32_t _pa
[all...]

Completed in 74 milliseconds

1234567891011>>