| /src/external/ibm-public/postfix/dist/src/util/ |
| ring.h | 26 extern void ring_init(RING *);
|
| ring.c | 11 /* void ring_init(list) 44 /* ring_init() initializes its argument to a list of just one element. 55 /* and closes the hole. This routine performs no implicit ring_init() 79 /* ring_init - initialize ring head */ 81 void ring_init(RING *ring) function
|
| ctable.c | 135 ring_init(RING_PTR_OF(cache));
|
| events.c | 596 ring_init(&event_timer_head);
|
| /src/usr.bin/telnet/ |
| network.c | 65 if (ring_init(&netoring, netobuf, sizeof netobuf) != 1) { 68 if (ring_init(&netiring, netibuf, sizeof netibuf) != 1) {
|
| ring.h | 73 ring_init(Ring *ring, unsigned char *buffer, int count);
|
| terminal.c | 66 if (ring_init(&ttyoring, ttyobuf, sizeof ttyobuf) != 1) { 69 if (ring_init(&ttyiring, ttyibuf, sizeof ttyibuf) != 1) {
|
| ring.c | 101 ring_init(Ring *ring, unsigned char *buffer, int count) function
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| scache_multi.c | 221 ring_init(head->ring); 377 ring_init(head->ring);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_psp.h | 91 int (*ring_init)(struct psp_context *psp, enum psp_ring_type ring_type); member in struct:psp_funcs 303 #define psp_ring_init(psp, type) (psp)->funcs->ring_init((psp), (type))
|
| amdgpu_psp_v10_0.c | 383 .ring_init = psp_v10_0_ring_init,
|
| amdgpu_psp_v12_0.c | 526 .ring_init = psp_v12_0_ring_init,
|
| amdgpu_psp_v3_1.c | 620 .ring_init = psp_v3_1_ring_init,
|
| amdgpu_psp_v11_0.c | 1122 .ring_init = psp_v11_0_ring_init,
|
| /src/external/ibm-public/postfix/dist/src/postmulti/ |
| postmulti.c | 701 ring_init(RING_PTR_OF(ip)); 752 ring_init(instance_hd);
|