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

/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c174 /* If callIOKit != NULL; that implies our action is to mame an SPI/API call */
175 char callIOKit[50]; member in struct:args_struct
567 strncpy(args.callIOKit, calls[j].arg, sizeof(args.callIOKit));
572 if (!args.callIOKit[0]) {
595 printf(" %s", args.callIOKit);
703 else if (args.callIOKit[0]) {
704 printf("Call IOKit function %s\n", args.callIOKit);
705 makeTheCall(args.callIOKit);

Completed in 119 milliseconds