Searched defs:ptrn_info_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c477 * in the ptrn_info_t structure. See below.
488 * instance. It allocates a ptrn_info_t for each of these and adds them to
504 } ptrn_info_t; typedef in typeref:struct:ptrn_info
524 * Pool for trees of pg_pattern info structures (ptrn_info_t).
2016 static ptrn_info_t *
2020 ptrn_info_t *info;
2078 ptrn_info_destroy(ptrn_info_t *info)
2089 * For each property group that matches type create a ptrn_info_t and add
2098 ptrn_info_t *info = NULL;
2100 ptrn_info_t *matc
[all...]

Completed in 67 milliseconds