Searched refs:str_del (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2110 char *str_end, *str_st, *str_del; local
2122 str_del = strchr(str_st, AGGR_PORT_NAME_DELIMIT);
2123 ASSERT(str_del != NULL);
2124 aggr_len = (intptr_t)((uintptr_t)str_del - (uintptr_t)str_st);
2125 link_len = (intptr_t)((uintptr_t)str_end - (uintptr_t)str_del);
2129 bcopy(str_del, link_name, link_len + 1);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c4738 char *str_del = strchr(str_st, '-'); local
4740 ASSERT(str_del != NULL);
4741 bzero(str_del + 1, MAXNAMELEN -
4742 (str_del - str_st + 1));
4743 bcopy(new_name, str_del + 1,

Completed in 77 milliseconds