Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 6 of 6) sorted by relevance

/scripts/dtc/
Dsrcpos.c136 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
161 srcpos_copy(struct srcpos *pos) in srcpos_copy()
174 srcpos_dump(struct srcpos *pos) in srcpos_dump()
187 srcpos_string(struct srcpos *pos) in srcpos_string()
216 srcpos_verror(struct srcpos *pos, char const *fmt, va_list va) in srcpos_verror()
228 srcpos_error(struct srcpos *pos, char const *fmt, ...) in srcpos_error()
239 srcpos_warn(struct srcpos *pos, char const *fmt, ...) in srcpos_warn()
/scripts/mod/
Dmodpost.h95 int pos; member
Dsumversion.c309 unsigned long flen, pos = 0; in parse_source_files() local
Dmodpost.c361 char *get_next_line(unsigned long *pos, void *file, unsigned long size) in get_next_line()
2023 unsigned long size, pos = 0; in read_dump() local
/scripts/
Dkallsyms.c403 unsigned int i, pos; in build_initial_tok_table() local
/scripts/kconfig/
Dqconf.cc1164 Q3PopupMenu* ConfigInfoView::createPopupMenu(const QPoint& pos) in createPopupMenu()