Searched defs:chop (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c603 int chop; local
610 chop = 0;
620 if (chop)
621 for (cp = pp.chop; cp; cp = cp->next)
784 if (!chop && pp.chop)
786 chop = 1;
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c233 char *nodename, *unitsep, *minorsep, *chop; local
267 * chop off any minor name and concatenate the
270 if ((chop = strrchr(iocpath, ':')) != NULL)
271 *chop = '\0';
294 if ((chop = strrchr(iocpath_dup, '/')) == NULL) {
299 *chop = '\0';
300 nodename = chop + 1;
351 * chop off any minor name and concatenate the
354 if ((chop = strrchr(iocpath, ':')) != NULL)
355 *chop
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3263 int next_is_first, chop; local
3265 chop = (cum_len_next > mss);
3268 flags |= chop *
3272 rdma_count |= -(chop | next_is_first);
3273 rdma_count += chop & !next_is_first;
3539 int next_is_first, chop; local
3541 chop = (cum_len_next > mss);
3546 flags |= chop *
3551 -(chop | next_is_first);
3553 chop
[all...]

Completed in 441 milliseconds