Lines Matching refs:chop
233 char *nodename, *unitsep, *minorsep, *chop; in dc_mkhndl() local
270 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl()
271 *chop = '\0'; in dc_mkhndl()
294 if ((chop = strrchr(iocpath_dup, '/')) == NULL) { in dc_mkhndl()
299 *chop = '\0'; in dc_mkhndl()
300 nodename = chop + 1; in dc_mkhndl()
354 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl()
355 *chop = '\0'; in dc_mkhndl()
381 if ((chop = strrchr(iocpath, '/')) == NULL) { in dc_mkhndl()
386 *chop = '\0'; in dc_mkhndl()
388 nodename = chop + 1; in dc_mkhndl()