OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ghp
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/timed/timed/
timed.c
680
struct goodhost *
ghp
;
local
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
, **
ghp
p;
local
779
struct goodhost *
ghp
= goodhosts;
local
[
all
...]
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
411
struct gpio_irq_handler **
ghp
, *gh;
local
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) {
Completed in 19 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026