Home
last modified time | relevance | path

Searched refs:need_params (Results 1 – 20 of 20) sorted by relevance

/dports/devel/sunpromake/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/devel/sccs/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/devel/schilybase/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/net/rscsi/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/archivers/star/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/sysutils/cdrtools/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/editors/ved/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/devel/smake/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/sysutils/schilyutils/schily-2021-09-18/sformat/
H A Dxdisk.c77 EXPORT int need_params __PR((struct disk *dp, int type));
1021 need_params(dp, type) in need_params() function
1050 return (need_params(dp, K_LABEL));
1057 return (need_params(dp, K_GEOM));
1064 return (need_params(dp, K_SCSI));
1072 return (need_params(dp, K_ERREC));
1080 return (need_params(dp, K_DISRE));
H A Dfmt.h440 extern int need_params __PR((struct disk *dp, int type));
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/sim.src/
H A Dsimifcl.h163 virtual void need_params(int nr);
H A Dsimif.cc162 need_params(params_needed); in start()
166 cl_sif_command::need_params(int nr) in need_params() function in cl_sif_command