Lines Matching refs:cfent
53 static struct cfent **eptlist;
61 static int procassign(struct cfent *ept, char **server_local,
66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
91 procassign(struct cfent *ept, char **server_local, char **client_local, in procassign()
195 struct cfent **
198 struct cfent *ept = (struct cfent *)NULL; in procmap()
199 struct cfent map_entry; in procmap()
200 struct cfent **ept_ptr; in procmap()
209 space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent), in procmap()
219 (void) memset(&map_entry, '\000', sizeof (struct cfent)); in procmap()
240 ept_ptr = (struct cfent **)ar_next_avail(space); in procmap()
249 (void) memcpy(ept, &map_entry, sizeof (struct cfent)); in procmap()
263 eptlist = (struct cfent **)ar_get_head(space); in procmap()
290 struct cfent *ept, *ept_i; in sortentry()
369 ckdup(struct cfent *ept1, struct cfent *ept2) in ckdup()