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

  /src/usr.sbin/sysinst/
defs.h 499 bool unsaved; /* Flag indicating to partman that device need saving */
508 /* Generic structure for partman */
958 /* from partman.c */
960 int partman(struct install_partition_desc*);
965 static inline int partman(struct install_partition_desc *i __unused) { return -1; } function
partman.c 1 /* $NetBSD: partman.c,v 1.58 2026/06/21 16:47:37 martin Exp $ */
60 /* partman.c - extended partitioning */
2119 Partman generic functions
2394 (void)fprintf(logfp, "Partman device: %s\n", pm->diskdev);
2963 /* Update partman main menu with devices list */
2989 (void)find_disks("partman", false);
3124 /* Main partman function */
3126 partman(struct install_partition_desc *install) function
defs.h 499 bool unsaved; /* Flag indicating to partman that device need saving */
508 /* Generic structure for partman */
958 /* from partman.c */
960 int partman(struct install_partition_desc*);
965 static inline int partman(struct install_partition_desc *i __unused) { return -1; } function
partman.c 1 /* $NetBSD: partman.c,v 1.58 2026/06/21 16:47:37 martin Exp $ */
60 /* partman.c - extended partitioning */
2119 Partman generic functions
2394 (void)fprintf(logfp, "Partman device: %s\n", pm->diskdev);
2963 /* Update partman main menu with devices list */
2989 (void)find_disks("partman", false);
3124 /* Main partman function */
3126 partman(struct install_partition_desc *install) function
defs.h 499 bool unsaved; /* Flag indicating to partman that device need saving */
508 /* Generic structure for partman */
958 /* from partman.c */
960 int partman(struct install_partition_desc*);
965 static inline int partman(struct install_partition_desc *i __unused) { return -1; } function
partman.c 1 /* $NetBSD: partman.c,v 1.58 2026/06/21 16:47:37 martin Exp $ */
60 /* partman.c - extended partitioning */
2119 Partman generic functions
2394 (void)fprintf(logfp, "Partman device: %s\n", pm->diskdev);
2963 /* Update partman main menu with devices list */
2989 (void)find_disks("partman", false);
3124 /* Main partman function */
3126 partman(struct install_partition_desc *install) function

Completed in 182 milliseconds