Searched refs:subsize (Results 1 – 5 of 5) sorted by relevance
/titanic_51/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 303 t_uscalar_t subsize; in softmac_capability_advertise() local 318 subsize = 0; in softmac_capability_advertise() 325 subsize += sizeof (dl_capability_sub_t) + in softmac_capability_advertise() 334 subsize += sizeof (dl_capability_sub_t) + in softmac_capability_advertise() 343 subsize += sizeof (dl_capability_sub_t) + in softmac_capability_advertise() 349 subsize += sizeof (dl_capability_sub_t) + in softmac_capability_advertise() 357 if ((subsize == 0) || (mp1 = reallocb(mp, in softmac_capability_advertise() 358 sizeof (dl_capability_ack_t) + subsize, 0)) == NULL) { in softmac_capability_advertise() 365 mp->b_wptr = mp->b_rptr + sizeof (dl_capability_ack_t) + subsize; in softmac_capability_advertise() 370 dlap->dl_sub_length = subsize; in softmac_capability_advertise() [all...] |
/titanic_51/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 1558 size_t subsize; in proto_capability_advertise() local 1575 subsize = 0; in proto_capability_advertise() 1585 subsize += sizeof (dl_capability_sub_t) + in proto_capability_advertise() 1598 subsize += sizeof (dl_capability_sub_t) + in proto_capability_advertise() 1607 subsize += sizeof (dl_capability_sub_t) + in proto_capability_advertise() 1617 subsize += sizeof (dl_capability_sub_t) + in proto_capability_advertise() 1626 sizeof (dl_capability_ack_t) + subsize, 0)) == NULL) { in proto_capability_advertise() 1633 mp->b_wptr = mp->b_rptr + sizeof (dl_capability_ack_t) + subsize; in proto_capability_advertise() 1638 dlap->dl_sub_length = subsize; in proto_capability_advertise() 1711 ASSERT(ptr == mp->b_rptr + sizeof (dl_capability_ack_t) + subsize); in proto_capability_advertise() [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | gld.c | 3685 size_t subsize = 0; in gld_cap_ack() local 3690 subsize += sizeof (dl_capability_sub_t) + in gld_cap_ack() 3693 subsize += sizeof (dl_capability_sub_t) + in gld_cap_ack() 3696 subsize += (sizeof (dl_capability_sub_t) + in gld_cap_ack() 3699 if ((mp = mexchange(q, mp, size + subsize, M_PROTO, in gld_cap_ack() 3705 if ((dlap->dl_sub_length = subsize) != 0) in gld_cap_ack()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 792 static void mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) in mac_substitute() argument 816 if((n= *cp++)=='\\' || n==RBRACE || (n>='0' && n<='9' && (n-='0')<subsize)) in mac_substitute()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 866 static void mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) in mac_substitute() argument 875 if((n= *cp++)=='\\' || n==RBRACE || (n>='0' && n<='9' && (n-='0')<subsize)) in mac_substitute()
|