Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c223 char *cend; in sosctp_pack_cmsg() local
227 cend = (char *)opt + len; in sosctp_pack_cmsg()
230 if ((char *)(ocmsg + 1) > cend || in sosctp_pack_cmsg()
231 ((char *)ocmsg + ocmsg->cmsg_len) > cend) { in sosctp_pack_cmsg()
255 cend = (char *)opt + len; in sosctp_pack_cmsg()
257 if ((char *)(ocmsg + 1) > cend || in sosctp_pack_cmsg()
258 ((char *)ocmsg + ocmsg->cmsg_len) > cend) { in sosctp_pack_cmsg()
281 char *cend; in sosctp_find_cmsg() local
284 cend = (char *)control + clen; in sosctp_find_cmsg()
287 if ((char *)(cmsg + 1) > cend || in sosctp_find_cmsg()
[all …]
H A Dsocksctp.c2117 char *cend; in sctp_assoc_recv() local
2121 cend = (char *)cmsg + tind->OPT_length; in sctp_assoc_recv()
2123 if ((char *)(cmsg + 1) > cend || in sctp_assoc_recv()
2124 ((char *)cmsg + cmsg->cmsg_len) > cend) { in sctp_assoc_recv()
/titanic_50/usr/src/uts/sun4u/starfire/os/
H A Dpda.c198 int cend; in pda_mem_add_span() local
201 for (cend = nchunks; cend > c; cend--) in pda_mem_add_span()
202 p2o->p2o_mchunks[cend] = in pda_mem_add_span()
203 p2o->p2o_mchunks[cend - 1]; in pda_mem_add_span()
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dptree.c575 const char *cend; /* first character not in component in pat */ in name_pattern_match() local
585 cend = strchr(pat, '/'); in name_pattern_match()
586 if (cend == NULL) in name_pattern_match()
587 cend = strchr(pat, '.'); in name_pattern_match()
588 if (cend == NULL) in name_pattern_match()
589 cend = &pat[strlen(pat)]; in name_pattern_match()
599 if (cstart == cend) { in name_pattern_match()
601 while (*cend == '/') in name_pattern_match()
602 cend++; in name_pattern_match()
605 cend); in name_pattern_match()
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c51 uint8_t *cstart, *cend; /* Firmware image file */ in pmcs_firmware_update() local
128 cend = ddi_modsym(modhp, buf, &errno); in pmcs_firmware_update()
181 fw_verp = cend - PMCS_FW_VER_OFFSET; in pmcs_firmware_update()
230 (uint32_t)((size_t)cend - (size_t)cstart))) { in pmcs_firmware_update()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c187 char *cend; in sctp_sendmsg() local
191 cend = ((char *)cmsg + tudr->OPT_length); in sctp_sendmsg()
192 ASSERT(cend <= (char *)mproto->b_wptr); in sctp_sendmsg()
195 if ((char *)(cmsg + 1) > cend || in sctp_sendmsg()
196 ((char *)cmsg + cmsg->cmsg_len) > cend) { in sctp_sendmsg()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1194 struct cmsghdr *cend = (struct cmsghdr *) in so_opt2cmsg() local
1298 control, controllen, (void *)cend, (void *)cmsg)); in so_opt2cmsg()
1299 ASSERT(cmsg <= cend); in so_opt2cmsg()
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c4939 ss_centry_info_t *cend; local
4948 cend = _sdbc_gl_centry_info +
4951 for (; cinfo <= cend; ++cinfo)