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

/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y75 struct dupentry {
76 struct dupentry *de_next;
81 typedef struct dupentry dupentry;
83 static dupentry *firstduplicate;
84 static dupentry *lastduplicate;
86 static dupentry *firstswap;
87 static dupentry *lastswap;
132 static int dupkey(int kbdfd, dupentry *dep, int shiftmask);
133 static int swapkey(int kbdfd, dupentry *de
[all...]
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c482 rn_insert(v_arg, head, dupentry, nodes)
485 int *dupentry;
506 *dupentry = 1;
509 *dupentry = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, argument
383 *dupentry = _B_TRUE;
387 *dupentry = _B_FALSE;

Completed in 63 milliseconds