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

  /src/sbin/modload/
main.c 64 SIMPLEQ_HEAD(del_head, del_item) del_head;
73 struct del_item { struct in function:main
74 SIMPLEQ_ENTRY(del_item) del_items;
96 delp = malloc(sizeof(struct del_item));
main.c 64 SIMPLEQ_HEAD(del_head, del_item) del_head;
73 struct del_item { struct in function:main
74 SIMPLEQ_ENTRY(del_item) del_items;
96 delp = malloc(sizeof(struct del_item));

Completed in 25 milliseconds