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

/openbsd-current/sys/dev/fdt/
H A Dqcpas.c725 printf("%s: all intents in use\n",
874 struct qcpas_glink_intent_pair *intents; local
879 intents = malloc(sizeof(*intents) * count, M_TEMP, M_WAITOK);
880 qcpas_glink_rx(sc, (char *)intents, sizeof(*intents) * count);
890 free(intents, M_TEMP, sizeof(*intents) * count);
896 it->it_id = intents[i].iid;
897 it->it_size = intents[
[all...]

Completed in 108 milliseconds