HomeSort by: relevance | last modified time | path
    Searched defs:ed_pathbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_exec.c 259 struct pathbuf *ed_pathbuf; member in struct:execve_data
315 pathbuf_stringcopy_put(data->ed_pathbuf, data->ed_pathstring);
316 pathbuf_destroy(data->ed_pathbuf);
810 &data->ed_pathbuf, &offs)) != 0)
812 data->ed_pathstring = pathbuf_stringcopy_get(data->ed_pathbuf);
818 data->ed_pathbuf = pathbuf_assimilate(strcpy(PNBUF_GET(), "/"));
819 data->ed_pathstring = pathbuf_stringcopy_get(data->ed_pathbuf);
848 if ((error = check_exec(l, epp, data->ed_pathbuf,

Completed in 13 milliseconds