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

1 2 3

  /src/distrib/utils/embedded/conf/
octeon.conf 7 gpt=true key
octeon.conf 7 gpt=true key
octeon.conf 7 gpt=true key
riscv32.conf 7 gpt=true key
riscv64.conf 7 gpt=true key
riscv32.conf 7 gpt=true key
riscv64.conf 7 gpt=true key
riscv32.conf 7 gpt=true key
riscv64.conf 7 gpt=true key
arm64.conf 7 gpt=true key
arm64.conf 7 gpt=true key
arm64.conf 7 gpt=true key
  /src/sbin/gpt/
gpt_private.h 37 struct gpt { struct
44 struct map *tbl, *lbt, *gpt, *tpg; member in struct:gpt
uuid.c 33 __FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.10 2006/10/04 18:20:25 marcel Exp $");
49 #include "gpt.h"
69 gpt_t gpt; member in struct:uuidctx
83 gpt_uuid_generate(ctx->gpt, uuidstore);
95 gpt_uuid_generate(ctx->gpt, uuidstore);
100 cmd_uuid(gpt_t gpt, int argc, char *argv[])
107 if (gpt == NULL)
114 ctx.gpt = gpt;
129 if (gpt_add_find(gpt, &find, ch) == -1
    [all...]
gpt_private.h 37 struct gpt { struct
44 struct map *tbl, *lbt, *gpt, *tpg; member in struct:gpt
uuid.c 33 __FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.10 2006/10/04 18:20:25 marcel Exp $");
49 #include "gpt.h"
69 gpt_t gpt; member in struct:uuidctx
83 gpt_uuid_generate(ctx->gpt, uuidstore);
95 gpt_uuid_generate(ctx->gpt, uuidstore);
100 cmd_uuid(gpt_t gpt, int argc, char *argv[])
107 if (gpt == NULL)
114 ctx.gpt = gpt;
129 if (gpt_add_find(gpt, &find, ch) == -1
    [all...]
gpt_private.h 37 struct gpt { struct
44 struct map *tbl, *lbt, *gpt, *tpg; member in struct:gpt
uuid.c 33 __FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.10 2006/10/04 18:20:25 marcel Exp $");
49 #include "gpt.h"
69 gpt_t gpt; member in struct:uuidctx
83 gpt_uuid_generate(ctx->gpt, uuidstore);
95 gpt_uuid_generate(ctx->gpt, uuidstore);
100 cmd_uuid(gpt_t gpt, int argc, char *argv[])
107 if (gpt == NULL)
114 ctx.gpt = gpt;
129 if (gpt_add_find(gpt, &find, ch) == -1
    [all...]
main.c 51 #include "gpt.h"
89 if (strcmp(p, "gpt") == 0)
147 gpt_t gpt; local in function:main
151 if (strcmp(getprogname(), "gpt") == 0) {
220 gpt = gpt_open(dev, flags | cmdsw[i]->flags,
222 if (gpt == NULL)
229 gpt = NULL;
232 if ((*cmdsw[i]->fptr)(gpt, argc, argv) == -1)
235 if (gpt)
236 gpt_close(gpt);
    [all...]
main.c 51 #include "gpt.h"
89 if (strcmp(p, "gpt") == 0)
147 gpt_t gpt; local in function:main
151 if (strcmp(getprogname(), "gpt") == 0) {
220 gpt = gpt_open(dev, flags | cmdsw[i]->flags,
222 if (gpt == NULL)
229 gpt = NULL;
232 if ((*cmdsw[i]->fptr)(gpt, argc, argv) == -1)
235 if (gpt)
236 gpt_close(gpt);
    [all...]
main.c 51 #include "gpt.h"
89 if (strcmp(p, "gpt") == 0)
147 gpt_t gpt; local in function:main
151 if (strcmp(getprogname(), "gpt") == 0) {
220 gpt = gpt_open(dev, flags | cmdsw[i]->flags,
222 if (gpt == NULL)
229 gpt = NULL;
232 if ((*cmdsw[i]->fptr)(gpt, argc, argv) == -1)
235 if (gpt)
236 gpt_close(gpt);
    [all...]
  /src/sys/stand/efiboot/
efiblock.h 69 struct efi_block_part_gpt gpt; member in union:efi_block_part::__anon8dda5cf0010a
efiblock.h 69 struct efi_block_part_gpt gpt; member in union:efi_block_part::__anon8dda5cf0010a
efiblock.h 69 struct efi_block_part_gpt gpt; member in union:efi_block_part::__anon8dda5cf0010a
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx31.dtsi 255 gpt: timer@53f90000 { label
256 compatible = "fsl,imx31-gpt";

Completed in 39 milliseconds

1 2 3