Searched refs:un (Results 1 – 4 of 4) sorted by relevance
441 struct utsname un; in wait_random_seeded() local456 if (uname(&un) == 0) { in wait_random_seeded()457 kernel[0] = atoi(un.release); in wait_random_seeded()458 p = strchr(un.release, '.'); in wait_random_seeded()
276 union un var; /* struct/union/enum in variable type */
150 that is unset only if un/registration takes place on that pile. Ie. if
15269 * crypto/err.c locking bugfix: Use write locks (`CRYPTO_w_[un]lock`),15270 not read locks (`CRYPTO_r_[un]lock`).
Completed in 26 milliseconds