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

/darwin-on-arm/xnu/bsd/netat/
H A Dat.c550 int *count_only = (int *)data, local
557 ret = ddp_shutdown(*count_only);
559 if (*count_only != 0)
561 *count_only = ret;
H A Dddp_lap.c1089 int ddp_shutdown(count_only)
1090 int count_only;
1106 if (!count_only)
1113 if (!count_only) {
1124 if (!count_only) {
1137 if (!count_only) {
1148 if (!count_only) {
1161 if (!count_only) {
1172 if (!count_only) {
1184 if (count_only) {
[all...]

Completed in 22 milliseconds