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

  /src/tests/rump/rumpkern/h_client/
h_sigcli.c 15 static const int hostnamemib[] = { CTL_KERN, KERN_HOSTNAME }; variable in typeref:typename:const int[]
26 if (rump_sys___sysctl(hostnamemib, __arraycount(hostnamemib),
48 if (rump_sys___sysctl(hostnamemib, __arraycount(hostnamemib),
64 if (rump_sys___sysctl(hostnamemib, __arraycount(hostnamemib),
h_reconcli.c 48 static const int hostnamemib[] = { CTL_KERN, KERN_HOSTNAME }; variable in typeref:typename:const int[]
65 if (rump_sys___sysctl(hostnamemib, __arraycount(hostnamemib),
101 if (rump_sys___sysctl(hostnamemib, __arraycount(hostnamemib),
h_stresscli.c 34 static const int hostnamemib[] = { CTL_KERN, KERN_HOSTNAME }; variable in typeref:typename:const int[]
89 if (rump_sys___sysctl(hostnamemib, __arraycount(hostnamemib),
164 if (rump_sys___sysctl(hostnamemib,
165 __arraycount(hostnamemib), NULL, NULL,

Completed in 14 milliseconds