Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.121.3/tests/ipc/
H A Dport_turnstile_stash.c45 uint64_t sequence; member
54 uint64_t sequence; member
83 local->sequence = 0x6666666666666666;
105 T_ASSERT_EQ(remote->sequence, 0x6666666666666666, NULL);
126 uint64_t sequence; member
138 .sequence = 0x4242424242424242,
/xnu-8020.121.3/doc/
H A Dstartup.md1 XNU startup sequence
6 XNU Startup sequence is driven by the `<kern/startup.h>` module.
8 The startup sequence is made of individual subsystems (the `STARTUP_SUB_*`
9 values of the `startup_subsystem_id_t` type) that get initialized in sequence.
12 initialization sequence. Usage of ranks is custom to each subsystem and must be
26 ### Extending the startup sequence
28 When extending the startup sequence:
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_utfconv.c207 u_int16_t sequence[8]; in utf8_encodelen() local
231 extra = unicode_decompose(ucs_ch, sequence) - 1; in utf8_encodelen()
233 ucs_ch = sequence[0]; in utf8_encodelen()
234 chp = &sequence[1]; in utf8_encodelen()
277 u_int16_t sequence[8]; in utf8_encodestr() local
301 extra = unicode_decompose(ucs_ch, sequence) - 1; in utf8_encodestr()
303 ucs_ch = sequence[0]; in utf8_encodestr()
304 chp = &sequence[1]; in utf8_encodestr()
556 u_int16_t sequence[8] = {0}; in utf8_decodestr() local
559 count = unicode_decompose((u_int16_t)ucs_ch, sequence); in utf8_decodestr()
[all …]
/xnu-8020.121.3/makedefs/
H A DMakeInc.cmd475 # Create a sequence from 1 to $(1)
477 sequence = $(if $(wordlist 1,$(1),$(NUM32)),$(call sequence,$(call decrement,$(1))) $(1),)
H A DMakeInc.top397 _function_generate_stripe_groupings_recursive = $(foreach stripe_index,$(call sequence,$(2)),$(if $…
/xnu-8020.121.3/libkern/libkern/
H A Dversion.h.template57 /* VERSION_PRERELEASE_LEVEL, version_prerelease_level, is an integer sequence
/xnu-8020.121.3/osfmk/mach/
H A Dmach_port.defs216 * sequence number matching the input. If zero is
351 * Sets the sequence number for the port.
/xnu-8020.121.3/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c104 FD_STDIN, FD_STDOUT, FD_STDERR must be a sequence n, n + 1, n + 2