Searched refs:clist2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/share/examples/kld/dyn_sysctl/
H A Ddyn_sysctl.c42 static struct sysctl_ctx_list clist, clist1, clist2; variable in typeref:struct:
67 sysctl_ctx_init(&clist2);
120 b_root=SYSCTL_ADD_NODE(&clist2, SYSCTL_CHILDREN(a_root1),
122 SYSCTL_ADD_STRING(&clist2, SYSCTL_CHILDREN(b_root),
124 printf("3. (%p) /kern/dyn_sysctl bad (WRONG!)\n", &clist2);
132 printf("2. Try to free ctx3 (%p): ", &clist2);
133 if (sysctl_ctx_free(&clist2) != 0) {
134 printf("sysctl_ctx_free(%p) failed!\n", &clist2);
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c1290 struct xcmd *clist2,
1304 else if (clist2 != 0)
1305 clist = clist2;
1333 if (clist == clist1 && clist2 != 0) {
1334 clist = clist2;
1287 findcmd( register char *str, struct xcmd *clist1, struct xcmd *clist2, struct xcmd **cmd ) argument
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c1797 struct xcmd * clist2,
1811 else if (clist2 != 0)
1812 clist = clist2;
1840 if (clist == clist1 && clist2 != 0) {
1841 clist = clist2;
1794 findcmd( const char * str, struct xcmd * clist1, struct xcmd * clist2, struct xcmd ** cmd ) argument

Completed in 165 milliseconds