Searched defs:elfpath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c397 getelfobj(char *elfpath) argument
402 estatus = elfsign_begin(elfpath, cmd_info.es_action, &(cmd_info.ess));
410 elfpath);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c1560 nfslog_open_elf_file(char *elfpath, nfslog_buffer_header *bufhdr, int *error) argument
1587 if ((elfrec->path = strdup(elfpath)) == NULL) {
1597 if ((elfrec->fp = fopen(elfpath, "a")) == NULL) {
1601 elfpath, strerror(*error));
1607 if (stat(elfpath, &stat_buf) == -1) {
1611 elfpath, strerror(*error));

Completed in 49 milliseconds