/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_multiboot2.c | 68 dboot_multiboot2_find_tag_impl(multiboot_tag_t *tagp, uint32_t tag) in dboot_multiboot2_find_tag_impl() argument 70 while (tagp != NULL && tagp->mb_type != tag) { in dboot_multiboot2_find_tag_impl() 71 tagp = dboot_multiboot2_next_tag(tagp); in dboot_multiboot2_find_tag_impl() 73 return (tagp); in dboot_multiboot2_find_tag_impl() 82 multiboot_tag_t *tagp = dboot_multiboot2_first_tag(mbi); in dboot_multiboot2_find_tag() local 84 return (dboot_multiboot2_find_tag_impl(tagp, tag)); in dboot_multiboot2_find_tag() 107 multiboot_tag_t *tagp; in dboot_multiboot2_iterate() local 111 tagp = dboot_multiboot2_find_tag(mbi, tag); in dboot_multiboot2_iterate() 112 while (tagp != NULL) { in dboot_multiboot2_iterate() 114 if (callback(index, tagp, ctx) == B_TRUE) { in dboot_multiboot2_iterate() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 449 const uint8_t *tagp; in display_pppoe() local 461 tagp = (const uint8_t *)(poep + 1); in display_pppoe() 462 while (poe_tagcheck(poep, plen, tagp)) { in display_pppoe() 463 ttyp = POET_GET_TYPE(tagp); in display_pppoe() 466 tlen = POET_GET_LENG(tagp); in display_pppoe() 467 dp = POET_DATA(tagp); in display_pppoe() 575 tagp = POET_NEXT(tagp); in display_pppoe() 835 const uint8_t *tagp; in send_padr() local 851 tagp = (const uint8_t *)(pado->poemsg_data + 1); in send_padr() 852 while (poe_tagcheck(pado->poemsg_data, pado->poemsg_len, tagp)) { in send_padr() [all …]
|
H A D | common.c | 261 poe_tag_copy(poep_t *poep, const uint8_t *tagp) in poe_tag_copy() argument 266 tlen = POET_GET_LENG(tagp) + POET_HDRLEN; in poe_tag_copy() 270 (void) memcpy((uint8_t *)(poep + 1) + plen, tagp, tlen); in poe_tag_copy()
|
H A D | options.c | 1886 const uint8_t *tagp; in locate_service() local 1937 tagp = (const uint8_t *)(poep + 1); in locate_service() 1938 while (poe_tagcheck(poep, plen, tagp)) { in locate_service() 1939 ttyp = POET_GET_TYPE(tagp); in locate_service() 1942 tlen = POET_GET_LENG(tagp); in locate_service() 1984 (void) poe_tag_copy(opoe, tagp); in locate_service() 1994 (void) poe_tag_copy(opoe, tagp); in locate_service() 2000 (void) poe_tag_copy(opoe, tagp); in locate_service() 2003 cp = (char *)POET_DATA(tagp); in locate_service() 2046 (void) poe_tag_copy(opoe, tagp); in locate_service() [all …]
|
H A D | common.h | 83 extern int poe_tag_copy(poep_t *poep, const uint8_t *tagp);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | pppoe.c | 198 handle_motm_hurl(char **argv, int argc, const uint8_t *tagp, int pktlen) in handle_motm_hurl() argument 209 ttype = POET_GET_TYPE(tagp); in handle_motm_hurl() 212 tlen = POET_GET_LENG(tagp); in handle_motm_hurl() 220 (void) memcpy(str, POET_DATA(tagp), tlen); in handle_motm_hurl() 224 tagp += POET_HDRLEN + tlen; in handle_motm_hurl() 244 handle_ip_route_add(char **argv, int argc, const uint8_t *tagp, int pktlen) in handle_ip_route_add() argument 259 ttype = POET_GET_TYPE(tagp); in handle_ip_route_add() 262 tlen = POET_GET_LENG(tagp); in handle_ip_route_add() 271 tagp += POET_HDRLEN + tlen; in handle_ip_route_add() 278 (void) memcpy(&poer, POET_DATA(tagp), sizeof (poer)); in handle_ip_route_add() [all …]
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vnet_txdring.c | 68 int vgen_check_datamsg_seq(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 74 static int vgen_handle_dringdata_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 75 static int vgen_process_dringdata(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 76 static int vgen_handle_dringdata_ack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 77 static int vgen_handle_dringdata_nack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 80 static int vgen_send_dringack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp, 823 vio_msg_tag_t *tagp = (vio_msg_tag_t *)arg2; in vgen_handle_dringdata() local 828 switch (tagp->vio_subtype) { in vgen_handle_dringdata() 838 rv = vgen_handle_dringdata_info(ldcp, tagp); in vgen_handle_dringdata() 844 rv = vgen_handle_dringdata_ack(ldcp, tagp); in vgen_handle_dringdata() [all …]
|
H A D | vnet_gen.c | 163 vio_msg_tag_t *tagp); 164 static int vgen_handle_attr_msg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 167 static int vgen_handle_dring_reg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 168 static int vgen_handle_dring_reg_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 169 static int vgen_handle_dring_reg_ack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 170 static int vgen_handle_rdx_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 171 static int vgen_handle_mcast_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 172 static int vgen_handle_ctrlmsg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 174 static int vgen_handle_datamsg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp, 176 static void vgen_handle_errmsg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); [all …]
|
H A D | vnet_rxdring.c | 69 int vgen_send_dringack_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp, 74 static int vgen_handle_dringdata_ack_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp); 771 vio_msg_tag_t *tagp = (vio_msg_tag_t *)arg2; in vgen_handle_dringdata_shm() local 775 switch (tagp->vio_subtype) { in vgen_handle_dringdata_shm() 785 rv = vgen_handle_dringdata_info_shm(ldcp, tagp); in vgen_handle_dringdata_shm() 794 rv = vgen_handle_dringdata_ack_shm(ldcp, tagp); in vgen_handle_dringdata_shm() 801 rv = vgen_handle_dringdata_nack_shm(ldcp, tagp); in vgen_handle_dringdata_shm() 812 vgen_handle_dringdata_info_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) in vgen_handle_dringdata_info_shm() argument 817 vio_dring_msg_t *dringmsg = (vio_dring_msg_t *)tagp; in vgen_handle_dringdata_info_shm() 1169 vgen_handle_dringdata_ack_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) in vgen_handle_dringdata_ack_shm() argument [all …]
|
H A D | vsw_ldc.c | 2080 vio_msg_tag_t *tagp; in vsw_process_pkt() local 2121 tagp = (vio_msg_tag_t *)ldcmsg; in vsw_process_pkt() 2123 switch (tagp->vio_msgtype) { in vsw_process_pkt() 2125 vsw_dispatch_ctrl_task(ldcp, ldcmsg, tagp, msglen); in vsw_process_pkt() 2128 vsw_process_data_pkt(ldcp, ldcmsg, tagp, msglen); in vsw_process_pkt() 2131 vsw_process_err_pkt(ldcp, ldcmsg, tagp); in vsw_process_pkt() 2135 "id(%lx)\n", tagp->vio_msgtype, ldcp->ldc_id); in vsw_process_pkt() 2147 vsw_dispatch_ctrl_task(vsw_ldc_t *ldcp, void *cpkt, vio_msg_tag_t *tagp, in vsw_dispatch_ctrl_task() argument 2161 if ((tagp->vio_subtype_env == VIO_RDX) && in vsw_dispatch_ctrl_task() 2162 (tagp->vio_subtype == VIO_SUBTYPE_ACK)) { in vsw_dispatch_ctrl_task() [all …]
|
/titanic_50/usr/src/cmd/refer/ |
H A D | hunt1.c | 250 char *tagp; in main() local 252 tagp = tagout; in main() 253 while (*tagp) { in main() 254 oldtagp = tagp; in main() 255 while (*tagp && in main() 256 (*tagp != '\n')) in main() 257 tagp++; in main() 258 if (*tagp) in main() 259 tagp++; in main()
|
/titanic_50/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 56 multiboot_header_tag_t *tagp = mbh2->mb2_tags; in patch64_mb2() local 63 while (tagp->mbh_type != MULTIBOOT_HEADER_TAG_END && in patch64_mb2() 65 switch (tagp->mbh_type) { in patch64_mb2() 67 mbaddr = (multiboot_header_tag_address_t *)tagp; in patch64_mb2() 70 mbentry = (multiboot_header_tag_entry_address_t *)tagp; in patch64_mb2() 73 tagp = (multiboot_header_tag_t *) in patch64_mb2() 74 ((uintptr_t)tagp + in patch64_mb2() 75 P2ROUNDUP(tagp->mbh_size, MULTIBOOT_TAG_ALIGN)); in patch64_mb2()
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf.c | 645 tnf_tag_data_t *tagp; in tnf_deallocbuf() local 683 tagp = (tnf_tag_data_t *)__tnf_tag_list_head; in tnf_deallocbuf() 684 while (tagp != NULL) { in tnf_deallocbuf() 685 tagp->tag_index = 0; in tnf_deallocbuf() 686 tagp = (tnf_tag_data_t *)tagp->tag_version; in tnf_deallocbuf()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | io.c | 560 char *tagp; in get_tag() local 571 tagp = (char *) &tag; in get_tag() 572 tagp[0] = xbyte; in get_tag() 577 tagp[i] = xbyte; in get_tag() 1050 char *tagp; in get_buffer_tag() local 1061 tagp = (char *) &tag; in get_buffer_tag() 1062 tagp[0] = xbyte; in get_buffer_tag() 1067 tagp[i] = xbyte; in get_buffer_tag()
|
H A D | decode.c | 57 char *tagp; in ber_get_tag() local 66 tagp = (char *) &tag; in ber_get_tag() 67 tagp[0] = xbyte; in ber_get_tag() 72 tagp[i] = xbyte; in ber_get_tag()
|
/titanic_50/usr/src/lib/libkmf/ber_der/common/ |
H A D | decode.c | 69 char *tagp; in kmfber_get_tag() local 78 tagp = (char *)&tag; in kmfber_get_tag() 79 tagp[0] = xbyte; in kmfber_get_tag() 84 tagp[i] = xbyte; in kmfber_get_tag()
|
/titanic_50/usr/src/cmd/itadm/ |
H A D | itadm.c | 824 it_tpgt_t *tagp; in list_target() local 958 tagp = ptr->tgt_tpgt_list; in list_target() 959 for (; tagp != NULL; tagp = tagp->tpgt_next) { in list_target() 966 tagp->tpgt_tpg_name, tagp->tpgt_tag); in list_target()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | cmlb.h | 408 diskaddr_t *startblockp, char **partnamep, uint16_t *tagp, void *tg_cookie);
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 954 declspec_Init(stt_t s, char *tagp) { in declspec_Init() argument 960 tmp.ds_id = tagp; in declspec_Init()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 645 ctf_dwarf_tag(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half *tagp) in ctf_dwarf_tag() argument 649 if (dwarf_tag(die, tagp, &derr) == DW_DLV_OK) in ctf_dwarf_tag()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cmlb.c | 1038 diskaddr_t *startblockp, char **partnamep, uint16_t *tagp, void *tg_cookie) argument 1078 if (tagp != NULL) 1079 *tagp =
|