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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c2726 struct attr_val *my_qosconfig; local
2732 my_qosconfig = queue_head(ptree->qos);
2733 while (my_qosconfig != NULL) {
2734 s = my_qosconfig->value.s;
2773 my_qosconfig = next_node(my_qosconfig);
2784 struct attr_val *my_qosconfig; local
2786 while (NULL != (my_qosconfig = dequeue(ptree->qos))) {
2787 free(my_qosconfig->value.s);
2788 free_node(my_qosconfig);
[all...]

Completed in 99 milliseconds