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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c122 static read_func_t read_str, read_boolean, read_int64; variable
128 { "string", write_str, read_str },
474 read_str(char *buffer, void **value) function
757 if (read_str(curr, &attr_buf) == 0)

Completed in 46 milliseconds