/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.h | 46 #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 D | trie.c | 119 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 D | token_store.c | 33 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 D | macro_table.c | 39 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 D | test-dissect.c | 32 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 D | scope.c | 62 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 D | check_macros.c | 22 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 D | snoop_display.c | 241 int pos; char val; in showxdr_char() local 263 int pos; in showxdr_u_char() local 286 int pos; short val; in showxdr_short() local 308 int pos; in showxdr_u_short() local 331 int pos; long val; in showxdr_long() local 353 int pos; in showxdr_u_long() local 376 int pos; longlong_t val; in showxdr_longlong() local 398 int pos; u_longlong_t val; in showxdr_u_longlong() local 420 int pos; bool_t val; in showxdr_bool() local 454 int pos; in showxdr_string() local [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | dba_write.c | 59 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 D | tbl_layout.c | 66 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 D | tbl.c | 37 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 D | mdoc.c | 85 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 D | tbl_data.c | 44 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/idmap/idmap/ |
H A D | idmap.c | 211 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() 1540 do_dump(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_dump() 1615 pid_convert(char *string, uid_t *number, int type, cmd_pos_t *pos) in pid_convert() 1660 sid_convert(char *from, char **prefix, idmap_rid_t *rid, cmd_pos_t *pos) in sid_convert() 1819 ucp_qm_interior(char **line, cmd_pos_t *pos) in ucp_qm_interior() [all …]
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioList.cc | 86 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 D | Audio.cc | 154 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 D | AudioUnixfile.cc | 313 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 D | AudioFile.cc | 427 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 D | hashscan.c | 49 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/uts/common/os/ |
H A D | bitset.c | 125 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 D | fpos.c | 36 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 D | fgetpos.c | 31 fgetpos(Sfio_t* f, fpos_t* pos) in fgetpos() 41 fgetpos64(Sfio_t* f, fpos64_t* pos) in fgetpos64()
|
H A D | fsetpos.c | 31 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 D | acquire_iodevs.c | 59 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 D | kmem.c | 100 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
|