Home
last modified time | relevance | path

Searched defs:start_info (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h549 struct start_info { struct
551 char magic[32]; /* "xen-<version>-<platform>". */
552 unsigned long nr_pages; /* Total pages allocated to this domain. */
553 unsigned long shared_info; /* MACHINE address of shared info struct. */
554 uint32_t flags; /* SIF_xxx flags. */
578 typedef struct start_info start_info_t; argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2995 const proto_info_t *start_info) in run_method()