Searched refs:gh (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dvars.c157 struct grouphead *gh; local
159 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
160 if (*gh->g_name == *name && equal(gh->g_name, name))
161 return gh;
171 struct grouphead *gh; local
174 if ((gh
[all...]
H A Dcmd3.c811 struct grouphead *gh; local
820 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
824 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
825 *p++ = gh
868 struct grouphead *gh, *p; local
[all...]
H A Dcomplete.c577 struct grouphead *gh; local
591 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
598 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
599 *p++ = gh
621 struct grouphead *gh; local
[all...]
H A Dnames.c415 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
428 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
432 if (strcmp(cp, gh->g_name) == 0)
444 if (gp == gh->g_list && gp->ge_link == NULL)
466 struct grouphead *gh; local
479 gh = findgroup(np->n_name);
481 if (gh != NULL)
482 new = gexpand(new, gh, metoo, np->n_type);
H A Dcmd4.c158 struct grouphead *gh; local
161 if ((gh = findgroup(sname)) != NULL) {
162 np = gexpand(NULL, gh, 0, ntype);
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_gpio.c254 struct gpio_irq_handler *gh; local
278 gh = malloc(sizeof(struct gpio_irq_handler), M_DEVBUF, M_NOWAIT);
279 if (gh == NULL)
280 return gh;
282 gh->gh_func = func;
283 gh->gh_arg = arg;
284 gh->gh_spl = spl;
285 gh->gh_gpio = gpio;
286 sc->sc_handlers[relnum] = gh;
288 snprintf(gh
350 struct gpio_irq_handler *gh = cookie; local
381 struct gpio_irq_handler *gh = cookie; local
403 struct gpio_irq_handler *gh = cookie; local
425 struct gpio_irq_handler *gh = cookie; local
448 struct gpio_irq_handler *gh; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.c202 struct gpio_irq_handler *gh; local
230 gh = malloc(sizeof(struct gpio_irq_handler), M_DEVBUF, M_NOWAIT);
232 gh->gh_func = func;
233 gh->gh_arg = arg;
234 gh->gh_spl = spl;
235 gh->gh_gpio = gpio;
236 gh->gh_level = level;
237 gh->gh_next = sc->sc_handlers[gpio];
238 sc->sc_handlers[gpio] = gh;
275 return (gh);
282 struct gpio_irq_handler *gh = cookie; local
359 struct gpio_irq_handler **ghp, *gh; local
609 struct gpio_irq_handler *gh = (struct gpio_irq_handler *)v; local
620 struct gpio_irq_handler *gh = (struct gpio_irq_handler *)v; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile13 gb ge gh gn gr group \
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_gre.c359 const struct gre_h *gh; local
380 if (m->m_len < sizeof(*gh) && (m = m_pullup(m, sizeof(*gh))) == NULL) {
385 gh = mtod(m, const struct gre_h *);
387 if (gre_input(sc, m, 0, gh) == 0) {
792 const struct gre_h *gh)
805 flags = ntohs(gh->flags);
820 switch (ntohs(gh->ptype)) { /* ethertypes */
851 ntohs(gh->ptype));
891 struct gre_h *gh; local
791 gre_input(struct gre_softc *sc, struct mbuf *m, int hlen, const struct gre_h *gh) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-juniper.c470 const struct juniper_ggsn_header *gh; local
477 gh = (struct juniper_ggsn_header *)&l2info.cookie;
481 tok2str(juniper_protocol_values,"Unknown",gh->proto),
482 gh->proto,
483 EXTRACT_16BITS(&gh->vlan_id[0]));
486 switch (gh->proto) {
497 printf("unknown GGSN proto (%u)", gh->proto);

Completed in 98 milliseconds