Searched refs:tagp (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c198 handle_motm_hurl(char **argv, int argc, const uint8_t *tagp, int pktlen) argument
209 ttype = POET_GET_TYPE(tagp);
212 tlen = POET_GET_LENG(tagp);
220 (void) memcpy(str, POET_DATA(tagp), tlen);
224 tagp += POET_HDRLEN + tlen;
244 handle_ip_route_add(char **argv, int argc, const uint8_t *tagp, int pktlen) argument
259 ttype = POET_GET_TYPE(tagp);
262 tlen = POET_GET_LENG(tagp);
271 tagp += POET_HDRLEN + tlen;
278 (void) memcpy(&poer, POET_DATA(tagp), sizeo
320 const uint8_t *tagp; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c449 const uint8_t *tagp; local
461 tagp = (const uint8_t *)(poep + 1);
462 while (poe_tagcheck(poep, plen, tagp)) {
463 ttyp = POET_GET_TYPE(tagp);
466 tlen = POET_GET_LENG(tagp);
467 dp = POET_DATA(tagp);
575 tagp = POET_NEXT(tagp);
835 const uint8_t *tagp; local
851 tagp
1074 const uint8_t *tagp, *vp; local
1250 const uint8_t *tagp; local
1277 const uint8_t *tagp; local
1322 const uint8_t *tagp; local
[all...]
H A Dcommon.h83 extern int poe_tag_copy(poep_t *poep, const uint8_t *tagp);
H A Dcommon.c261 poe_tag_copy(poep_t *poep, const uint8_t *tagp) argument
266 tlen = POET_GET_LENG(tagp) + POET_HDRLEN;
270 (void) memcpy((uint8_t *)(poep + 1) + plen, tagp, tlen);
/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c250 char *tagp; local
252 tagp = tagout;
253 while (*tagp) {
254 oldtagp = tagp;
255 while (*tagp &&
256 (*tagp != '\n'))
257 tagp++;
258 if (*tagp)
259 tagp++;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c68 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; local
828 switch (tagp->vio_subtype) {
838 rv = vgen_handle_dringdata_info(ldcp, tagp);
844 rv = vgen_handle_dringdata_ack(ldcp, tagp);
856 vgen_handle_dringdata_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
959 vgen_process_dringdata(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
1279 vgen_handle_dringdata_ack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
1409 vgen_handle_dringdata_nack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
1593 vio_msg_tag_t *tagp = &msgp->tag; local
1630 vgen_send_dringack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp, uint32_t start, int32_t end, uint8_t pstate) argument
1670 vio_msg_tag_t *tagp = (vio_msg_tag_t *)msg; local
1726 vgen_check_datamsg_seq(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
[all...]
H A Dvnet_gen.c163 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);
995 vio_msg_tag_t *tagp; local
3113 vio_msg_tag_t *tagp; local
3265 vio_msg_tag_t *tagp = &vermsg.tag; local
3299 vio_msg_tag_t *tagp = &attrmsg.tag; local
3417 vio_msg_tag_t *tagp = &rdxmsg.tag; local
3445 vio_msg_tag_t *tagp; local
3494 vgen_dds_rx(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
4306 vgen_handle_version_negotiate(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
4812 vgen_handle_attr_msg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
4887 vgen_handle_dring_reg_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
4937 vgen_handle_dring_reg_ack(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
4963 vgen_handle_dring_reg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5051 vgen_handle_rdx_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5115 vgen_handle_mcast_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5179 vgen_handle_physlink_info(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5255 vgen_handle_ctrlmsg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5307 vgen_handle_errmsg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5413 vgen_handle_datamsg(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp, uint32_t msglen) argument
5708 vgen_check_sid(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
5729 vio_msg_tag_t *tagp; local
[all...]
H A Dvnet_rxdring.c69 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; local
775 switch (tagp->vio_subtype) {
785 rv = vgen_handle_dringdata_info_shm(ldcp, tagp);
794 rv = vgen_handle_dringdata_ack_shm(ldcp, tagp);
801 rv = vgen_handle_dringdata_nack_shm(ldcp, tagp);
812 vgen_handle_dringdata_info_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
817 vio_dring_msg_t *dringmsg = (vio_dring_msg_t *)tagp;
1169 vgen_handle_dringdata_ack_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
1306 vgen_handle_dringdata_nack_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
1389 vio_msg_tag_t *tagp = &msgp->tag; local
1427 vgen_send_dringack_shm(vgen_ldc_t *ldcp, vio_msg_tag_t *tagp, uint32_t start, int32_t end, uint8_t pstate) argument
[all...]
H A Dvsw_ldc.c2080 vio_msg_tag_t *tagp; local
2121 tagp = (vio_msg_tag_t *)ldcmsg;
2123 switch (tagp->vio_msgtype) {
2125 vsw_dispatch_ctrl_task(ldcp, ldcmsg, tagp, msglen);
2128 vsw_process_data_pkt(ldcp, ldcmsg, tagp, msglen);
2131 vsw_process_err_pkt(ldcp, ldcmsg, tagp);
2135 "id(%lx)\n", tagp->vio_msgtype, ldcp->ldc_id);
2147 vsw_dispatch_ctrl_task(vsw_ldc_t *ldcp, void *cpkt, vio_msg_tag_t *tagp, argument
2161 if ((tagp->vio_subtype_env == VIO_RDX) &&
2162 (tagp
2945 vsw_process_dring_reg_info(vsw_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
2996 vsw_process_dring_reg_ack(vsw_ldc_t *ldcp, vio_msg_tag_t *tagp) argument
3033 vio_msg_tag_t *tagp = (vio_msg_tag_t *)pkt; local
3364 vsw_process_data_pkt(vsw_ldc_t *ldcp, void *dpkt, vio_msg_tag_t *tagp, uint32_t msglen) argument
3726 vsw_process_err_pkt(vsw_ldc_t *ldcp, void *epkt, vio_msg_tag_t *tagp) argument
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c645 tnf_tag_data_t *tagp; local
683 tagp = (tnf_tag_data_t *)__tnf_tag_list_head;
684 while (tagp != NULL) {
685 tagp->tag_index = 0;
686 tagp = (tnf_tag_data_t *)tagp->tag_version;
/illumos-gate/usr/src/uts/common/sys/
H A Dcmlb.h402 * tagp pointer to tag info
411 * pointed by tagp.
414 * For all nblocksp, startblockp and partnamep, tagp, a value of NULL
425 diskaddr_t *startblockp, char **partnamep, uint16_t *tagp, void *tg_cookie);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c560 char *tagp; local
571 tagp = (char *) &tag;
572 tagp[0] = xbyte;
577 tagp[i] = xbyte;
1050 char *tagp; local
1061 tagp = (char *) &tag;
1062 tagp[0] = xbyte;
1067 tagp[i] = xbyte;
H A Ddecode.c57 char *tagp; local
66 tagp = (char *) &tag;
67 tagp[0] = xbyte;
72 tagp[i] = xbyte;
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c69 char *tagp; local
78 tagp = (char *)&tag;
79 tagp[0] = xbyte;
84 tagp[i] = xbyte;
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c824 it_tpgt_t *tagp; local
958 tagp = ptr->tgt_tpgt_list;
959 for (; tagp != NULL; tagp = tagp->tpgt_next) {
966 tagp->tpgt_tpg_name, tagp->tpgt_tag);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_vpd.c341 __out efx_vpd_tag_t *tagp,
403 *tagp = name;
645 __out efx_vpd_tag_t *tagp,
702 *tagp = tag;
337 efx_vpd_next_tag( __in caddr_t data, __in size_t size, __inout unsigned int *offsetp, __out efx_vpd_tag_t *tagp, __out uint16_t *lengthp) argument
H A Defx_impl.h1105 __out efx_vpd_tag_t *tagp, variable
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y954 declspec_Init(stt_t s, char *tagp) {
960 tmp.ds_id = tagp;
/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c1016 * tagp pointer to tag info
1027 * pointed by tagp.
1030 * For all nblocksp, startblockp and partnamep, tagp, a value of NULL
1041 diskaddr_t *startblockp, char **partnamep, uint16_t *tagp, void *tg_cookie)
1076 if (tagp != NULL)
1077 *tagp =
1040 cmlb_partinfo(cmlb_handle_t cmlbhandle, int part, diskaddr_t *nblocksp, diskaddr_t *startblockp, char **partnamep, uint16_t *tagp, void *tg_cookie) argument

Completed in 123 milliseconds