HomeSort by: relevance | last modified time | path
    Searched refs:cbq_add_class (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/altq/
altq_cbq.h 127 struct cbq_add_class { struct
174 #define CBQ_ADD_CLASS _IOWR('Q', 7, struct cbq_add_class)
altq_cbq.c 91 static int cbq_add_class(struct cbq_add_class *);
94 static int cbq_class_create(cbq_state_t *, struct cbq_add_class *,
360 printf("cbq_add_class: borrow class != parent\n");
610 cbq_add_class(struct cbq_add_class *acp) function in typeref:typename:int
634 printf("cbq_add_class: no parent class!\n");
639 printf("cbq_add_class: borrow class != parent\n");
695 * cbq_class_create(cbq_mod_state_t *cbqp, struct cbq_add_class *acp,
704 cbq_class_create(cbq_state_t *cbqp, struct cbq_add_class *acp
    [all...]
  /src/usr.sbin/altq/libaltq/
qop_cbq.c 72 static int cbq_add_class(struct classinfo *);
100 cbq_add_class,
1000 cbq_add_class(struct classinfo *clinfo) function in typeref:typename:int
1002 struct cbq_add_class class_add;
1013 if (ioctl(cbq_fd, CBQ_ADD_CLASS, &class_add) < 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 558 unsigned struct_cbq_add_class_sz = sizeof(cbq_add_class);
1026 unsigned IOCTL_CBQ_ADD_CLASS = CBQ_ADD_CLASS;

Completed in 39 milliseconds