HomeSort by relevance Sort by last modified time
    Searched refs:sysfile (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
linux-kernel-modules.c 824 char *sysfile; local
825 if (asprintf (&sysfile, SECADDRDIRFMT "%s", modname, secname) < 0)
828 FILE *f = fopen (sysfile, "r");
829 free (sysfile);
859 if (asprintf (&sysfile, SECADDRDIRFMT "_%s",
862 f = fopen (sysfile, "r");
863 free (sysfile);
874 int len = asprintf (&sysfile, SECADDRDIRFMT "%s",
878 char *end = sysfile + len;
882 f = fopen (sysfile, "r")
    [all...]
  /external/autotest/server/cros/network/
attenuator_controller.py 254 # Example contents of pinmux sysfile:
284 sysfile = gpio_pin.export_file
286 sysfile = gpio_pin.unexport_file
287 self._host.run('echo %s > %s' % (gpio_pin.offset, sysfile),
  /external/openssh/
auth.c 410 /* return ok if key exists in sysfile or userfile */
413 const char *sysfile, const char *userfile)
422 load_hostkeys(hostkeys, host, sysfile);

Completed in 79 milliseconds