Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c2467 char mn_modname_buf[MAXNAMELEN], *mn_modnamep = NULL; in read_dacf_binding_file() local
2553 (void) strncpy(mn_modname_buf, tokbuf, in read_dacf_binding_file()
2554 sizeof (mn_modname_buf)); in read_dacf_binding_file()
2555 mn_modnamep = mn_modname_buf; in read_dacf_binding_file()