Home
last modified time | relevance | path

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

12345678910>>...15

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h46 #define COMPUTE_BIT_POS(len, pos) \ argument
54 #define EXTRACTBIT_CMN(val, pos) ((val >> pos) & 1) argument
56 #define EXTRACTBIT(val, pos, len) (EXTRACTBIT_CMN(val, pos)) argument
63 #define SETBIT_CMN(num, pos, val) (num |= (val << pos)) argument
65 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) argument
72 #define UNSETBIT_CMN(num, pos) (num &= (~(1 << pos))) argument
74 #define UNSETBIT(num, pos, len) (UNSETBIT_CMN(num, pos)) argument
H A Dtrie.c119 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) in t_split()
218 uint8_t pos; in t_insert() local
332 uint8_t pos; in t_insert6() local
397 t_traverse_delete(node_t **in_node, uint8_t pos, key_t id, uint32_t key, in t_traverse_delete()
629 uint8_t pos; in t_remove6() local
703 uint8_t pos; in t_retrieve() local
780 uint8_t pos; in t_retrieve6() local
/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken_store.c33 struct position pos; member
54 static void find_line(struct position pos) in find_line()
136 struct token *first_token_from_line(struct position pos) in first_token_from_line()
151 struct token *pos_get_token(struct position pos) in pos_get_token()
166 char *pos_ident(struct position pos) in pos_ident()
H A Dmacro_table.c39 struct position *pos = _pos; in position_hash() local
71 char *get_macro_name(struct position pos) in get_macro_name()
81 char *get_inner_macro(struct position pos) in get_inner_macro()
91 struct string_list *get_all_macros(struct position pos) in get_all_macros()
H A Dtest-dissect.c32 static void print_usage(struct position *pos, struct symbol *sym, unsigned mode) in print_usage()
45 static void r_symbol(unsigned mode, struct position *pos, struct symbol *sym) in r_symbol()
57 static void r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem) in r_member()
H A Dscope.c62 static void start_scope(struct scope **s, struct position pos) in start_scope()
85 void start_symbol_scope(struct position pos) in start_symbol_scope()
90 void start_function_scope(struct position pos) in start_function_scope()
H A Dcheck_macros.c22 static void match_inside(struct expression *expr, struct position pos) in match_inside()
39 static void match_one_side(struct expression *expr, struct position pos, int op) in match_one_side()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c241 int pos; char val; in showxdr_char() local
263 int pos; in showxdr_u_char() local
308 int pos; in showxdr_u_short() local
353 int pos; in showxdr_u_long() local
454 int pos; in showxdr_string() local
506 int pos; in showxdr_context() local
533 uint_t pos; in xdr_skip() local
600 int pos; in showxdr_date() local
658 int pos; in showxdr_date_ns() local
693 int pos; in showxdr_time() local
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Ddba_write.c59 long pos; in dba_tell() local
71 dba_seek(int32_t pos) in dba_seek()
80 int32_t pos; in dba_align() local
94 int32_t i, pos; in dba_skip() local
H A Dtbl_layout.c66 int ln, const char *p, int *pos) in mods()
208 int ln, const char *p, int *pos) in cell()
266 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_layout()
356 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) in cell_alloc()
H A Dtbl.c37 tbl_read(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_read()
91 tbl_alloc(int pos, int line, struct tbl_node *last_tbl) in tbl_alloc()
143 tbl_restart(int line, int pos, struct tbl_node *tbl) in tbl_restart()
H A Dmdoc.c85 mdoc_tail_alloc(struct roff_man *mdoc, int line, int pos, enum roff_tok tok) in mdoc_tail_alloc()
95 mdoc_endbody_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_endbody_alloc()
112 mdoc_block_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_block_alloc()
139 mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_elem_alloc()
H A Dtbl_data.c44 int ln, const char *p, int *pos) in getdata()
197 tbl_cdata(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_cdata()
261 tbl_data(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_data()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc86 Double pos) // split offset in split()
131 Double& pos, // target position (updated) in getposition()
197 Double pos) // position in GetHeader()
229 Double& pos) // start position (updated) in ReadData()
293 Double pos; // insertion offset, in seconds in Insert() local
302 Double pos) // insertion offset, in seconds in Insert()
H A DAudio.cc154 Double& pos, // field to update in setpos()
177 Double pos, // new position or offset in SetReadPosition()
186 Double pos, // new position or offset in SetWritePosition()
217 Double& pos) // write position (updated) in AppendData()
H A DAudioUnixfile.cc313 Double& pos) // start position (updated) in ReadData()
403 Double& pos) // start position (updated) in WriteData()
482 Double pos, // position to seek to in seekread()
548 Double pos, // position to seek to in seekwrite()
H A DAudioFile.cc427 Double& pos) // start position (updated) in ReadData()
499 Double& pos) // start position (updated) in WriteData()
514 Double pos, // position to seek to in seekread()
530 Double pos, // position to seek to in seekwrite()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashscan.c49 register Hash_position_t* pos; in hashscan() local
87 hashnext(register Hash_position_t* pos) in hashnext()
131 hashdone(register Hash_position_t* pos) in hashdone()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c211 cmd_pos_t *pos[1]; member
328 print_error(cmd_pos_t *pos, const char *format, ...) in print_error()
394 positions_add(cmd_pos_t *pos) in positions_add()
468 do_help(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_help()
509 fini_udt_command(int ok, cmd_pos_t *pos) in fini_udt_command()
622 int direction, cmd_pos_t *pos) in init_nm_command()
1819 ucp_qm_interior(char **line, cmd_pos_t *pos) in ucp_qm_interior()
2091 flush_nm(boolean_t is_user, cmd_pos_t *pos) in flush_nm()
2342 string2type(char *str, cmd_pos_t *pos) in string2type()
2374 get_identity(char *arg, char **name, cmd_pos_t *pos) in get_identity()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c125 uint_t pos = (elt << b->bs_fanout); in bitset_add() local
137 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_add() local
150 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_test_and_add() local
165 uint_t pos = (elt << b->bs_fanout); in bitset_del() local
177 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_del() local
190 uint_t pos = (elt << b->bs_fanout); in bitset_atomic_test_and_del() local
205 uint_t pos = (elt << b->bs_fanout); in bitset_in_set() local
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfpos.c36 fgetpos(FILE *stream, fpos_t *pos) in fgetpos()
44 fsetpos(FILE *stream, const fpos_t *pos) in fsetpos()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfgetpos.c31 fgetpos(Sfio_t* f, fpos_t* pos) in fgetpos()
41 fgetpos64(Sfio_t* f, fpos64_t* pos) in fgetpos64()
H A Dfsetpos.c31 fsetpos(Sfio_t* f, const fpos_t* pos) in fsetpos()
41 fsetpos64(Sfio_t* f, const fpos64_t* pos) in fsetpos64()
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c59 struct iodev_snapshot *pos; in find_iodev_by_name() local
101 struct iodev_snapshot *pos; in find_parent() local
199 ix_insert_here(struct iodev_snapshot *pos, struct iodev_snapshot *elem, int ba) in ix_insert_here()
211 list_del(struct iodev_snapshot **list, struct iodev_snapshot *pos) in list_del()
225 insert_before(struct iodev_snapshot **list, struct iodev_snapshot *pos, in insert_before()
247 insert_after(struct iodev_snapshot **list, struct iodev_snapshot *pos, in insert_after()
404 struct iodev_snapshot *pos, *ppos, *tmp, *ptmp; in choose_iodevs() local
503 struct iodev_snapshot *pos; in acquire_iodev_stats() local
879 struct iodev_snapshot *pos, *entry, *parent; in create_li_delete_lti() local
943 struct iodev_snapshot *entry, *parent, *pos; in create_lt() local
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dkmem.c100 int kvm_read(kvm, pos, buffer, size) in kvm_read() argument
146 int kmemcpy(buf, pos, n) in kmemcpy() argument
176 int kstrncpy(buf, pos, n) in kstrncpy() argument

12345678910>>...15