Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c2468 char mn_opset_buf[MAXNAMELEN], *mn_opsetp = NULL; in read_dacf_binding_file() local
2565 (void) strncpy(mn_opset_buf, mn_modnamep, in read_dacf_binding_file()
2566 sizeof (mn_opset_buf)); in read_dacf_binding_file()
2567 mn_opsetp = mn_opset_buf; in read_dacf_binding_file()
2583 (void) strncpy(mn_opset_buf, tokbuf, in read_dacf_binding_file()
2584 sizeof (mn_opset_buf)); in read_dacf_binding_file()
2585 mn_opsetp = mn_opset_buf; in read_dacf_binding_file()