Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c104 int devstrlen; in main() local
156 devstrlen = strlen(devstr); in main()
157 if (strncmp(devstr, portname, devstrlen) != 0) { in main()
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c2533 int devstrlen; in pshot_bus_config() local
2563 devstrlen = strlen(devname) + 1; in pshot_bus_config()
2579 kmem_free(devstr, devstrlen); in pshot_bus_config()
2603 kmem_free(devstr, devstrlen); in pshot_bus_config()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2315 int rval = 0, devstrlen; in fctl_fca_create_npivport() local
2335 devstrlen = strlen(devname) + 1; in fctl_fca_create_npivport()
2408 kmem_free(devstr, devstrlen); in fctl_fca_create_npivport()