Searched refs:lh_prop_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c67 } lh_prop_t; typedef in typeref:struct:lh_prop_s
74 void process_property(LibHalContext *hal_ctx, char *buf, lh_prop_t **prop);
75 int add_properties(LibHalContext *hal_ctx, new_dev_t *nd, lh_prop_t *prop);
76 lh_prop_t *free_properties(lh_prop_t *prop);
345 lh_prop_t *prop;
447 void process_property(LibHalContext *hal_ctx, char *buf, lh_prop_t **prop)
451 lh_prop_t *p;
545 int add_properties(LibHalContext *hal_ctx, new_dev_t *nd, lh_prop_t *prop)
548 lh_prop_t *
[all...]

Completed in 270 milliseconds