HomeSort by: relevance | last modified time | path
    Searched refs:gpt_add_find (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/gpt/
remove.c 86 if (gpt_add_find(gpt, &find, ch) == -1)
type.c 103 if (gpt == NULL || gpt_add_find(gpt, &find, ch) == -1)
uuid.c 129 if (gpt_add_find(gpt, &find, ch) == -1)
label.c 150 if (gpt_add_find(gpt, &find, ch) == -1)
gpt.h 125 int gpt_add_find(gpt_t, struct gpt_find *, int);
gpt.c 1002 gpt_add_find(gpt_t gpt, struct gpt_find *find, int ch) function in typeref:typename:int

Completed in 15 milliseconds