Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.c1329 size_t fnlen = sizeof find->name; in cryptodev_find() local
1335 strncpy(find->name, device_get_nameunit(dev), fnlen); in cryptodev_find()
1336 find->name[fnlen - 1] = '\x0'; in cryptodev_find()
1338 find->name[fnlen - 1] = '\x0'; in cryptodev_find()