Home
last modified time | relevance | path

Searched refs:auxp (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/ned/server/src/
A Dmain.cc43 l4_umword_t *auxp = (l4_umword_t*)&argv[argc] + 1; in run() local
44 while (*auxp) in run()
45 ++auxp; in run()
46 ++auxp; in run()
50 while (*auxp) in run()
52 if (*auxp == 0xf0) in run()
53 l4re_aux = (l4re_aux_t*)auxp[1]; in run()
54 auxp += 2; in run()
/l4re-core-master/l4re_kernel/server/src/
A Dglobals.cc31 l4_umword_t const *auxp = reinterpret_cast<l4_umword_t const *>(envp); in init() local
32 while (*auxp) in init()
33 ++auxp; in init()
35 ++auxp; in init()
37 while (*auxp) in init()
39 if (*auxp == 0xf0) in init()
40 l4re_aux = (l4re_aux_t*)auxp[1]; in init()
41 auxp += 2; in init()

Completed in 3 milliseconds