Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/loadkeys/
H A Dloadkeys.y75 struct dupentry { struct
76 struct dupentry *de_next; argument
81 typedef struct dupentry dupentry; argument
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 *dep, int shiftmask);
157 register dupentry *dep;
[all …]
/titanic_41/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;
/titanic_41/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, in rn_insert() argument
383 *dupentry = _B_TRUE; in rn_insert()
387 *dupentry = _B_FALSE; in rn_insert()