Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/timed/timed/ | |
timed.c | 680 struct goodhost *ghp; local in function:add_good_host 683 ghp = calloc(1, sizeof(*ghp)); 684 if (!ghp) { 689 (void)strncpy(&ghp->name[0], name, sizeof(ghp->name) - 1); 690 ghp->name[sizeof(ghp->name) - 1] = 0; 691 ghp->next = goodhosts; 692 ghp->perm = perm 710 struct goodhost *ghp, **ghpp; local in function:get_goodgroup 779 struct goodhost *ghp = goodhosts; local in function:good_host_name [all...] |
/src/sys/arch/arm/xscale/ | |
pxa2x0_gpio.c | 411 struct gpio_irq_handler **ghp, *gh; local in function:gpio_dispatch 446 ghp = &sc->sc_handlers[gpio_base]; 453 for (i = 0, mask = 1; i < pins && gedr; i++, ghp++, mask <<= 1) { 458 if ((gh = *ghp) == NULL) { |