/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.h | 48 #define COMPUTE_BIT_POS(len, pos) \ argument 56 #define EXTRACTBIT_CMN(val, pos) ((val >> pos) & 1) argument 58 #define EXTRACTBIT(val, pos, len) (EXTRACTBIT_CMN(val, pos)) argument 65 #define SETBIT_CMN(num, pos, val) (num |= (val << pos)) argument 67 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) argument 74 #define UNSETBIT_CMN(num, pos) (num &= (~(1 << pos))) argument 76 #define UNSETBIT(num, pos, len) (UNSETBIT_CMN(num, pos)) argument
|
H A D | trie.c | 121 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) in t_split() 220 uint8_t pos; in t_insert() local 334 uint8_t pos; in t_insert6() local 399 t_traverse_delete(node_t **in_node, uint8_t pos, key_t id, uint32_t key, in t_traverse_delete() 631 uint8_t pos; in t_remove6() local 705 uint8_t pos; in t_retrieve() local 782 uint8_t pos; in t_retrieve6() local
|
/titanic_50/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 …]
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 109 nsc_alloc_abuf(nsc_off_t pos, nsc_size_t len, int flag, nsc_buf_t **ptr) in nsc_alloc_abuf() 150 nsc_alloc_buf(nsc_fd_t *fd, nsc_off_t pos, nsc_size_t len, in nsc_alloc_buf() 188 _nsc_alloc_buf_h(blind_t cd, nsc_off_t pos, nsc_size_t len, in _nsc_alloc_buf_h() 209 nsc_read(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in nsc_read() 220 nsc_write(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in nsc_write() 231 nsc_zero(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in nsc_zero() 377 nsc_uncommit(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in nsc_uncommit() 456 nsc_discard_pinned(nsc_fd_t *fd, nsc_off_t pos, nsc_size_t len) in nsc_discard_pinned() 463 nsc_pinned_data(nsc_iodev_t *iodev, nsc_off_t pos, nsc_size_t len) in nsc_pinned_data() 483 nsc_unpinned_data(nsc_iodev_t *iodev, nsc_off_t pos, nsc_size_t len) in nsc_unpinned_data()
|
H A D | nsc_disk.c | 188 nsc_off_t pos, off; in _nsc_rw_uio() local 289 _nsc_alloc_dbuf(blind_t cd, nsc_off_t pos, nsc_size_t len, in _nsc_alloc_dbuf() 432 _nsc_read_dbuf(nsc_dbuf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _nsc_read_dbuf() 439 _nsc_write_dbuf(nsc_dbuf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _nsc_write_dbuf() 446 _nsc_zero_dbuf(nsc_dbuf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _nsc_zero_dbuf() 453 _nsc_dbuf_io(int (*fn)(), nsc_dbuf_t *h, nsc_off_t pos, in _nsc_dbuf_io()
|
/titanic_50/usr/src/lib/libast/common/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()
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | AudioList.cc | 88 Double pos) // split offset in split() 133 Double& pos, // target position (updated) in getposition() 199 Double pos) // position in GetHeader() 231 Double& pos) // start position (updated) in ReadData() 295 Double pos; // insertion offset, in seconds in Insert() local 304 Double pos) // insertion offset, in seconds in Insert()
|
H A D | Audio.cc | 156 Double& pos, // field to update in setpos() 179 Double pos, // new position or offset in SetReadPosition() 188 Double pos, // new position or offset in SetWritePosition() 219 Double& pos) // write position (updated) in AppendData()
|
H A D | AudioUnixfile.cc | 315 Double& pos) // start position (updated) in ReadData() 405 Double& pos) // start position (updated) in WriteData() 484 Double pos, // position to seek to in seekread() 550 Double pos, // position to seek to in seekwrite()
|
H A D | AudioPipe.cc | 104 Double& pos) // start position (updated) in ReadData() 143 Double& pos) // start position (updated) in WriteData()
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_layout.c | 62 int ln, const char *p, int *pos) in mods() 193 int ln, const char *p, int *pos) in cell() 253 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_layout() 340 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) in cell_alloc()
|
H A D | tbl_data.c | 41 int ln, const char *p, int *pos) in getdata() 123 tbl_cdata(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_cdata() 184 tbl_data(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_data()
|
H A D | tbl.c | 35 tbl_read(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_read() 90 tbl_alloc(int pos, int line, struct mparse *parse) in tbl_alloc() 137 tbl_restart(int line, int pos, struct tbl_node *tbl) in tbl_restart()
|
H A D | mdoc.c | 357 node_alloc(struct mdoc *mdoc, int line, int pos, in node_alloc() 383 mdoc_tail_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_tail_alloc() 393 mdoc_head_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_head_alloc() 406 mdoc_body_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok) in mdoc_body_alloc() 417 mdoc_endbody_alloc(struct mdoc *mdoc, int line, int pos, enum mdoct tok, in mdoc_endbody_alloc() 434 mdoc_block_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_block_alloc() 465 mdoc_elem_alloc(struct mdoc *mdoc, int line, int pos, in mdoc_elem_alloc() 487 mdoc_word_alloc(struct mdoc *mdoc, int line, int pos, const char *p) in mdoc_word_alloc()
|
H A D | man.c | 216 man_node_alloc(struct man *man, int line, int pos, in man_node_alloc() 234 man_elem_alloc(struct man *man, int line, int pos, enum mant tok) in man_elem_alloc() 244 man_head_alloc(struct man *man, int line, int pos, enum mant tok) in man_head_alloc() 254 man_body_alloc(struct man *man, int line, int pos, enum mant tok) in man_body_alloc() 264 man_block_alloc(struct man *man, int line, int pos, enum mant tok) in man_block_alloc() 274 man_word_alloc(struct man *man, int line, int pos, const char *word) in man_word_alloc()
|
/titanic_50/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
|
/titanic_50/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 …]
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | fpos.c | 38 fgetpos(FILE *stream, fpos_t *pos) in fgetpos() 46 fsetpos(FILE *stream, const fpos_t *pos) in fsetpos()
|
/titanic_50/usr/src/lib/libast/common/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()
|
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | kmem.c | 102 int kvm_read(kvm, pos, buffer, size) in kvm_read() argument 148 int kmemcpy(buf, pos, n) in kmemcpy() argument 178 int kstrncpy(buf, pos, n) in kstrncpy() argument
|
/titanic_50/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 880 struct iodev_snapshot *pos, *entry, *parent; in create_li_delete_lti() local 944 struct iodev_snapshot *entry, *parent, *pos; in create_lt() local [all …]
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | atomicio.c | 46 ssize_t res, pos = 0; variable 75 size_t pos = 0, rem; in atomiciov() local
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 983 _rdc_remote_read(rdc_k_info_t *krdc, nsc_buf_t *h, nsc_off_t pos, in _rdc_remote_read() 1086 _rdc_alloc_buf(rdc_fd_t *rfd, nsc_off_t pos, nsc_size_t len, int flag, in _rdc_alloc_buf() 1677 _rdc_discard_pinned(rdc_fd_t *rfd, nsc_off_t pos, nsc_size_t len) in _rdc_discard_pinned() 1806 _rdc_pinned(_rdc_info_dev_t *dip, nsc_off_t pos, nsc_size_t len) in _rdc_pinned() 1819 _rdc_unpinned(_rdc_info_dev_t *dip, nsc_off_t pos, nsc_size_t len) in _rdc_unpinned() 1834 _rdc_read(rdc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _rdc_read() 1878 nsc_off_t pos, nsc_size_t len, int flag, uint_t bitmask) in _rdc_remote_write() 2011 _rdc_multi_write(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag, in _rdc_multi_write() 2174 _rdc_write(rdc_buf_t *h, nsc_off_t pos, nsc_size_t len, int flag) in _rdc_write() 2616 _rdc_bzero(nsc_buf_t *h, nsc_off_t pos, nsc_size_t len) in _rdc_bzero() [all …]
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ring_buffer_util.c | 205 DAPL_ATOMIC pos; in dapls_rbuf_add() local 239 DAPL_ATOMIC pos; in dapls_rbuf_remove() local
|