Searched defs:clist (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | 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) */
|
H A D | sensors.h | 164 struct sysctl_ctx_list clist; member
|
/dflybsd-src/sys/kern/ |
H A D | 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()
|
/dflybsd-src/share/examples/kld/dyn_sysctl/ |
H A D | dyn_sysctl.c | 43 static struct sysctl_ctx_list clist, clist1, clist2; variable
|
/dflybsd-src/bin/dd/ |
H A D | args.c | 304 } clist[] = { variable
|
/dflybsd-src/sys/dev/disk/iscsi/initiator/ |
H A D | iscsivar.h | 173 struct sysctl_ctx_list clist; member 221 struct sysctl_ctx_list clist; member
|
/dflybsd-src/contrib/gdb-7/gdb/cli/ |
H A D | 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()
|
/dflybsd-src/usr.bin/diff/ |
H A D | diffreg.c | 220 static struct cand *clist; /* merely a free storage pot for candidates */ variable
|