Home
last modified time | relevance | path

Searched refs:fru_errno_t (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfruds.h50 fru_errno_t (*initialize)(int argc, char **argv);
51 fru_errno_t (*shutdown)(void);
54 fru_errno_t (*get_root)(fru_treehdl_t *root);
55 fru_errno_t (*get_child)(fru_treehdl_t parent, fru_treehdl_t *child);
56 fru_errno_t (*get_peer)(fru_treehdl_t sibling, fru_treehdl_t *peer);
57 fru_errno_t (*get_parent)(fru_treehdl_t child, fru_treehdl_t *parent);
60 fru_errno_t (*get_name_from_hdl)(fru_treehdl_t node, char **name);
61 fru_errno_t (*get_node_type)(fru_treehdl_t node, fru_node_t *type);
67 fru_errno_t (*add_seg)(fru_treehdl_t container, fru_segdef_t *def);
69 fru_errno_t (*for_each_segment)(fru_treehdl_t node,
[all …]
H A Dlibfru.h66 } fru_errno_t; typedef
231 fru_errno_t fru_open_data_source(const char *name, ...);
232 fru_errno_t fru_close_data_source(void);
235 fru_errno_t fru_get_root(fru_nodehdl_t *handle);
254 fru_errno_t fru_read_field(fru_nodehdl_t container,
261 fru_errno_t fru_update_field(fru_nodehdl_t container,
281 fru_errno_t fru_get_definition(const char *element_name,
283 fru_errno_t fru_get_registry(fru_strlist_t *list);
288 fru_errno_t fru_destroy_strlist(fru_strlist_t *list);
289 fru_errno_t fru_destroy_elemdef(fru_elemdef_t *def);
[all …]
H A Dlibfrup.h40 typedef fru_errno_t
55 extern fru_errno_t fru_encryption_supported(void);
57 extern fru_errno_t fru_walk_tree(fru_nodehdl_t node, const char *prior_path,
58 fru_errno_t (*process_node)(fru_nodehdl_t node,
67 extern fru_errno_t fru_for_each_segment(fru_nodehdl_t node,
71 extern fru_errno_t fru_get_segment_name(fru_seghdl_t segment, char **name);
72 extern fru_errno_t fru_for_each_packet(fru_seghdl_t segment,
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc148 fru_errno_t
319 fru_errno_t
400 fru_errno_t
503 fru_errno_t
520 fru_errno_t
572 fru_errno_t
603 fru_errno_t
622 fru_errno_t
736 fru_errno_t
769 fru_errno_t
[all …]
H A DPayloadReader.h46 static fru_errno_t readData(PathDef *path, Ancestor *curDef,
52 static fru_errno_t updateData(PathDef *path, Ancestor *curDef,
58 static fru_errno_t findIterThere(PathDef *path, Ancestor *curDef,
66 fru_errno_t *err,
72 fru_errno_t *err);
74 static fru_errno_t readRecurse(PathDef *path,
79 static fru_errno_t updateRecurse(PathDef *path,
H A DPayloadReader.cc36 static fru_errno_t
72 static fru_errno_t
116 fru_errno_t *err) in calcOffset()
159 fru_errno_t *err, in getIterationOffset()
217 fru_errno_t
223 fru_errno_t rc = FRU_SUCCESS; in readRecurse()
336 fru_errno_t
348 fru_errno_t
369 static fru_errno_t
429 fru_errno_t
[all …]
H A DParser.cc45 fru_errno_t gParserErrno = FRU_SUCCESS;
54 fru_errno_t
89 fru_errno_t err = gParserErrno; in fru_field_parser()
H A DParser.h58 fru_errno_t fru_field_parser(const char *path, Ancestor **ancestors,
H A DnameSyntaxYacc.y36 extern fru_errno_t gParserErrno;
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c54 static fru_errno_t
81 static fru_errno_t
130 static fru_errno_t
180 static fru_errno_t
201 static fru_errno_t
223 static fru_errno_t
254 static fru_errno_t
272 static fru_errno_t
287 static fru_errno_t
309 static fru_errno_t
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c58 static fru_errno_t
85 static fru_errno_t
142 static fru_errno_t
191 static fru_errno_t
212 static fru_errno_t
234 static fru_errno_t
265 static fru_errno_t
283 static fru_errno_t
298 static fru_errno_t
320 static fru_errno_t
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c65 static fru_errno_t
112 static fru_errno_t
135 static fru_errno_t
154 static fru_errno_t
163 static fru_errno_t
169 static fru_errno_t
176 static fru_errno_t
183 static fru_errno_t
191 static fru_errno_t
200 static fru_errno_t
[all …]
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c389 fru_errno_t err; in convert_update()
473 fru_errno_t err = FRU_SUCCESS; in update_unixtimestamp()
554 fru_errno_t err; in updateiter_record()
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c1204 static fru_errno_t
1253 static fru_errno_t
1303 fru_errno_t status; in prtfru()
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c388 fru_errno_t fru_err; in rawfru_to_nvlist()