HomeSort by: relevance | last modified time | path
    Searched defs:wmihp_sysctllog (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/acpi/wmi/
wmi_hp.c 176 static struct sysctllog *wmihp_sysctllog = NULL; variable in typeref:struct:sysctllog *
239 if (wmihp_sysctllog != NULL)
240 sysctl_teardown(&wmihp_sysctllog);
241 wmihp_sysctllog = NULL;
742 err = sysctl_createv(&wmihp_sysctllog, 0, NULL, &rnode,
749 err = sysctl_createv(&wmihp_sysctllog, 0, &rnode, &rnode,

Completed in 13 milliseconds