Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c6745 int counter_offset = -1; in construct_devlink() local
6784 counter_offset = strlen(link); in construct_devlink()
6793 if (counter_offset != -1) { in construct_devlink()
6800 &link[counter_offset + strlen("([0-9]+)")]); in construct_devlink()
6812 (void) strcpy(&link[counter_offset], buff); in construct_devlink()