Searched defs:clist (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/sys/ |
| HD | tty.h | 45 struct clist { struct 46 int c_cc; /* Number of characters in the clist. */ argument 47 int c_ccmax; /* Max # chars for this clist. */ argument 48 int c_cchead; /* First char */ 49 int c_unused01; 50 short *c_data; /* linear data buffer (no longer chained) */
|
| HD | sensors.h | 164 struct sysctl_ctx_list clist; member
|
| /dragonfly/share/examples/kld/dyn_sysctl/ |
| HD | dyn_sysctl.c | 43 static struct sysctl_ctx_list clist, clist1, clist2; variable
|
| /dragonfly/sys/kern/ |
| HD | kern_sysctl.c | 213 sysctl_ctx_free(struct sysctl_ctx_list *clist) in sysctl_ctx_free() 265 sysctl_ctx_entry_add(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_add() 280 sysctl_ctx_entry_find(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_find() 300 sysctl_ctx_entry_del(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_del() 435 sysctl_add_oid(struct sysctl_ctx_list *clist, struct sysctl_oid_list *parent, in sysctl_add_oid()
|
| /dragonfly/bin/dd/ |
| HD | args.c | 304 } clist[] = { variable
|
| /dragonfly/sys/dev/disk/iscsi/initiator/ |
| HD | iscsivar.h | 173 struct sysctl_ctx_list clist; member 221 struct sysctl_ctx_list clist; member
|
| /dragonfly/contrib/gdb-7/gdb/cli/ |
| HD | cli-decode.c | 1187 find_cmd (char *command, int len, struct cmd_list_element *clist, in find_cmd() 1308 lookup_cmd_1 (char **text, struct cmd_list_element *clist, in lookup_cmd_1()
|
| /dragonfly/usr.bin/diff/ |
| HD | diffreg.c | 220 static struct cand *clist; /* merely a free storage pot for candidates */ variable
|