Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c122 static read_func_t read_str, read_boolean, read_int64; variable
129 { "boolean", write_boolean, read_boolean },
492 read_boolean(char *buffer, void **value) in read_boolean() function