Searched refs:discipline (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dtty_conf.c118 * ldisc_register: Register a line discipline.
120 * discipline: Index for discipline to load, or LDISC_LOAD for us to choose.
126 ldisc_register(int discipline, struct linesw *linesw_p) argument
130 if (discipline == LDISC_LOAD) {
137 else if (discipline >= 0 && discipline < MAXLDISC) {
138 slot = discipline;
148 * ldisc_deregister: Deregister a line discipline obtained with
151 * discipline
154 ldisc_deregister(int discipline) argument
[all...]
/xnu-2782.1.97/bsd/net/altq/
H A Daltq_subr.c117 altq_attach(struct ifaltq *altq, u_int32_t type, void *discipline, argument
131 altq->altq_disc = discipline;
199 * add a discipline or a queue
245 * remove a discipline or a queue
289 * add a queue to the discipline
330 * remove a queue from the discipline
412 * attach a discipline to the interface. if one already exists, it is
456 * detach a discipline from the interface.
457 * it is possible that the discipline was already overridden by another
458 * discipline
[all...]
/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_subr.c483 ifclassq_attach(struct ifclassq *ifq, u_int32_t type, void *discipline, argument
495 ifq->ifcq_disc = discipline;

Completed in 27 milliseconds