Home
last modified time | relevance | path

Searched refs:dupentry (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y57 struct dupentry { struct
58 struct dupentry *de_next; argument
63 typedef struct dupentry dupentry; typedef
68 static dupentry *firstswap;
69 static dupentry *lastswap;
138 dupentry *dep; in main()
407 register dupentry *dep;
409 if ((dep = (dupentry *) malloc((unsigned)sizeof (dupentry))) == NULL)
431 register dupentry *dep;
433 if ((dep = (dupentry *) malloc((unsigned)sizeof (dupentry))) == NULL)
[all …]
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c482 rn_insert(v_arg, head, dupentry, nodes) in rn_insert() argument
485 int *dupentry;
506 *dupentry = 1;
509 *dupentry = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c356 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, in rn_insert() argument
381 *dupentry = _B_TRUE; in rn_insert()
385 *dupentry = _B_FALSE; in rn_insert()