/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_context_types.h | 35 void (*enter)(struct intel_context *ce); member in struct:intel_context_ops
|
/src/sbin/ldconfig/ |
ldconfig.c | 85 static void enter(char *, char *, char *, int *, int); 293 enter(dir, dp->d_name, name, dewey, ndewey); 302 enter(char *dir, char *file, char *name, int dewey[], int ndewey) function in typeref:typename:void 416 /* Enter all */
|
/src/sys/arch/hpc/hpc/platid_gen/ |
platid_gen.c | 79 void enter(void); 179 enter(); /* XXX */ 227 enter(void) function in typeref:typename:void 329 enter();
|
/src/usr.sbin/lpr/pac/ |
pac.c | 97 static struct hent *enter(const char *); 168 (void)enter(*argv); 234 hp = enter(cp); 330 * Enter the name into the hash table and return the pointer allocated. 334 enter(const char *name) function in typeref:struct:hent *
|
/src/usr.bin/systat/ |
netstat.c | 81 static void enter(struct inpcb *, struct socket *, int, const char *); 250 enter(inp, &sockb, tcpcb.t_state, "tcp"); 252 enter(inp, &sockb, 0, "udp"); 303 enter(struct inpcb *inp, struct socket *so, int state, const char *proto) function in typeref:typename:void
|
/src/usr.sbin/inetd/ |
parse.c | 98 static struct servtab *enter(struct servtab *); 198 sep = enter(cp); 338 enter(struct servtab *cp) function in typeref:struct:servtab * 1151 /* This does not set every field to default. See enter() as well */
|
/src/games/adventure/ |
init.c | 118 static int enter, /*stream,*/ pour; variable in typeref:typename:int 239 enter = vocab(DECR('e', 'n', 't', 'e', 'r'), 0, 0);
|