HomeSort by: relevance | last modified time | path
    Searched defs:ioq (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/dnstap/
dnstap.h 52 struct fstrm_iothr_queue *ioq; member in struct:dt_env
  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 126 typedef struct ioq { struct
128 struct fstrm_iothr_queue *ioq; member in struct:ioq
421 set_dt_ioq(unsigned int generation, struct fstrm_iothr_queue *ioq) {
423 dt_ioq.ioq = ioq;
437 if (dt_ioq.ioq != NULL && dt_ioq.generation != generation) {
440 if (dt_ioq.ioq == NULL) {
441 struct fstrm_iothr_queue *ioq = local
443 set_dt_ioq(generation, ioq);
446 return dt_ioq.ioq;
545 struct fstrm_iothr_queue *ioq; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 136 typedef struct ioq { struct
138 struct fstrm_iothr_queue *ioq; member in struct:ioq
432 set_dt_ioq(unsigned int generation, struct fstrm_iothr_queue *ioq) {
434 dt_ioq.ioq = ioq;
448 if (dt_ioq.ioq != NULL && dt_ioq.generation != generation) {
451 if (dt_ioq.ioq == NULL) {
452 struct fstrm_iothr_queue *ioq = local
454 set_dt_ioq(generation, ioq);
457 return (dt_ioq.ioq);
556 struct fstrm_iothr_queue *ioq; local
    [all...]

Completed in 22 milliseconds