Searched refs:node_alloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/mdocml/
H A Dmdoc.c96 static struct mdoc_node *node_alloc(struct mdoc *, int, int,
244 n = node_alloc(m, ep->ln, ep->pos, MDOC_MAX, MDOC_EQN);
268 n = node_alloc(m, sp->line, 0, MDOC_MAX, MDOC_TBL);
427 node_alloc(struct mdoc *m, int line, int pos, function
458 p = node_alloc(m, line, pos, tok, MDOC_TAIL);
474 p = node_alloc(m, line, pos, tok, MDOC_HEAD);
487 p = node_alloc(m, line, pos, tok, MDOC_BODY);
501 p = node_alloc(m, line, pos, tok, MDOC_BODY);
517 p = node_alloc(m, line, pos, tok, MDOC_BLOCK);
549 p = node_alloc(
[all...]
/freebsd-10.2-release/sys/net80211/
H A Dieee80211_node.c83 static struct ieee80211_node *node_alloc(struct ieee80211vap *,
118 ic->ic_node_alloc = node_alloc;
882 node_alloc(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN]) function

Completed in 67 milliseconds