Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c123 static read_func_t read_str, read_boolean, read_int64; variable
130 { "boolean", write_boolean, read_boolean },
493 read_boolean(char *buffer, void **value) in read_boolean() function
801 if (read_boolean(curr, &attr_buf) == 0) in parse_linkprops()