/titanic_44/usr/src/lib/libcommputil/common/ |
H A D | commp_util.c | 46 commp_skip_white_space(const char **begin, const char *end) in commp_skip_white_space() 62 commp_find_token(const char **begin, const char **current, const char *end, in commp_find_token() 84 commp_atoi(const char *begin, const char *end, int *num) in commp_atoi() 107 commp_strtoull(const char *begin, const char *end, uint64_t *num) in commp_strtoull() 130 commp_strtoub(const char *begin, const char *end, uint8_t *num) in commp_strtoub() 153 commp_atoui(const char *begin, const char *end, uint_t *num) in commp_atoui() 192 commp_time_to_secs(const char *begin, const char *end, uint64_t *num) in commp_time_to_secs()
|
H A D | sdp_parse.c | 48 sdp_parse_version(int *version, const char *begin, const char *end, in sdp_parse_version() 63 sdp_parse_name(char **name, const char *begin, const char *end, in sdp_parse_name() 95 sdp_parse_info(char **info, const char *begin, const char *end, in sdp_parse_info() 125 sdp_parse_uri(char **uri, const char *begin, const char *end, uint_t *p_error) in sdp_parse_uri() 154 sdp_parse_phone(sdp_list_t **phone, const char *begin, const char *end, in sdp_parse_phone() 197 sdp_parse_email(sdp_list_t **email, const char *begin, const char *end, in sdp_parse_email() 249 sdp_parse_origin(sdp_origin_t **origin, const char *begin, const char *end, in sdp_parse_origin() 341 sdp_parse_time(sdp_time_t **time, const char *begin, const char *end, in sdp_parse_time() 394 sdp_parse_connection(sdp_conn_t **conn, const char *begin, const char *end, in sdp_parse_connection() 524 sdp_parse_bandwidth(sdp_bandwidth_t **bw, const char *begin, const char *end, in sdp_parse_bandwidth() [all …]
|
H A D | sdp_parse_helper.c | 337 const char *begin; in sdp_str_to_list() local
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_shash.h | 33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument 57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument 78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument 99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp_sack.c | 56 tcp_sack_insert(sack_blk_t *head, tcp_seq begin, tcp_seq end, int32_t *num) in tcp_sack_insert() 198 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_insert() 398 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_update()
|
H A D | tcp_sack.h | 44 tcp_seq begin; member 52 tcp_seq begin; member
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_sack.c | 50 tcp_sack_insert(sack_blk_t *head, tcp_seq begin, tcp_seq end, int32_t *num) in tcp_sack_insert() 192 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_insert() 391 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_update()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | tcp_sack.h | 38 tcp_seq begin; member 46 tcp_seq begin; member
|
/titanic_44/usr/src/cmd/latencytop/common/ |
H A D | table.c | 172 parse_config_cmd(char *begin, lt_parser_t *parser) in parse_config_cmd() 227 parse_sym_trans(char *begin) in parse_sym_trans() 338 parse_dmacro(char *begin, lt_parser_t *parser) in parse_dmacro() 489 char *begin, *end; in parse_config() local
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_shash.c | 115 __db_hashinit(begin, nelements) in __db_hashinit() argument
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ListParser.java | 77 int begin = 0; in ListParser() local 83 int begin, end = str.length(); in ListParser() local 92 public ListParser(String str, int begin, int end) { in ListParser() 112 private void initList(String str, int begin, int end) { in initList()
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | getlist.c | 80 *begin; local
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.h | 50 char *begin; member
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | ckdate.c | 104 int begin = -1; in p_date() local 119 int begin = -1; in p_eday() local
|
H A D | ckitem.c | 191 getnum(char *strval, int max, int *begin, int *end) in getnum() 236 int begin, end; local
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_subr.c | 106 env_process_value(topo_hdl_t *thp, const char *begin, const char *end) in env_process_value() 299 topo_cleanup_auth_str(topo_hdl_t *thp, const char *begin) in topo_cleanup_auth_str()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 236 uint32_t bno, begin, dummy, temp, lbsz, bb_count; in ud_alloc_space_bmap() local 410 uint32_t begin, dummy, bb_count; in ud_check_free_and_mark_used() local 741 uint32_t block, begin, end, blkno, count, map_end_blk, dummy; in ud_free_space_bmap() local
|
/titanic_44/usr/src/uts/common/inet/kssl/ |
H A D | ksslioctl.c | 195 char *begin = (char *)kssl_params; in extract_certificate() local 280 char *begin = (char *)kssl_params; in extract_private_key() local
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_form.c | 880 void *begin = attr->ar_debug_info_ptr; in dwarf_formstring() local 912 void*begin = dbg->de_debug_str.dss_data + offset; in dwarf_formstring() local
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 561 u_offset_t begin; in fcntl() local
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | list.c | 58 list_walk_init_range(mdb_walk_state_t *wsp, uintptr_t begin, uintptr_t end, in list_walk_init_range() argument
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vhypot.S | 222 .begin: label
|
/titanic_44/usr/src/cmd/mdb/intel/modules/i40e/ |
H A D | i40e.c | 132 uint64_t begin = UINT64_MAX, end = UINT64_MAX; in i40e_tx_ring_dcmd() local
|
/titanic_44/usr/src/lib/libdscp/ |
H A D | libdscp.c | 367 int begin; in get_ifname() local
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 1051 circular_buffer_write(int begin, int end, int rd, int wr, caddr_t buf, int len) in circular_buffer_write() 1103 circular_buffer_read(int begin, int end, int rd, int wr, caddr_t buf, int len) in circular_buffer_read()
|