Home
last modified time | relevance | path

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

/glibc-2.36/rt/
Dtst-aio7.c107 static struct aiocb cb0, cb1; in do_test() local
140 cb1.aio_fildes = piped[0]; in do_test()
141 cb1.aio_offset = 0; in do_test()
142 cb1.aio_buf = buff; in do_test()
143 cb1.aio_nbytes = BYTES; in do_test()
144 cb1.aio_reqprio = 0; in do_test()
145 cb1.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()
147 r = aio_read (&cb1); in do_test()
155 list[1] = &cb1; in do_test()
/glibc-2.36/nss/
Dnss_module.c383 void (*cb1) (size_t, struct traced_file *); in __nss_disable_nscd() local
384 cb1 = cb; in __nss_disable_nscd()
399 cb1 (pwddb, &pwd_traced_file.file); in __nss_disable_nscd()
401 cb1 (grpdb, &grp_traced_file.file); in __nss_disable_nscd()
403 cb1 (hstdb, &hst_traced_file.file); in __nss_disable_nscd()
405 cb1 (servdb, &serv_traced_file.file); in __nss_disable_nscd()
407 cb1 (netgrdb, &netgr_traced_file.file); in __nss_disable_nscd()
/glibc-2.36/sysdeps/pthread/
Dtst-pt-tls2.c58 cb0, cb1, cb2, cb3, cb4, cb5, cb6, cb7, cb8, cb9
/glibc-2.36/nptl/
Dtst-tls3.c68 cb0, cb1, cb2, cb3, cb4, cb5, cb6, cb7, cb8, cb9