Searched refs:doit (Results 1 - 25 of 44) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
274 # errors from the above "$doit $cpprog $src $dsttmp" command.
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit
[all...]
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch_root.c46 int doit, /* really patch files */
80 if (meta_systemfile_copy(sname, 1, 0, doit, verbose, &tsname, &tsfp,
85 tsname, tsfp, ismeta, doit, verbose, ep) != 0) {
90 if (meta_systemfile_copy(dbname, 0, 1, doit, verbose, &dbtname,
94 if (meta_systemfile_append_mddb(cname, dbname, dbtname, dbtfp, doit,
100 if (doit) {
118 if (meta_patch_vfstab("/", rootnp, vname, NULL, doit, verbose, &tvname,
124 if (doit) {
151 if (doit)
156 if (doit)
40 meta_patch_rootdev( mdname_t *rootnp, char *sname, char *vname, char *cname, char *dbname, int doit, int verbose, md_error_t *ep ) argument
[all...]
H A Dmeta_systemfile.c60 int doit, /* really copy file */
92 if (doit) {
155 if (doit) {
180 if (doit) {
214 int doit, /* really patch file */
224 assert(!doit || tfp != NULL);
236 if (doit) {
246 if (doit) {
257 if (doit) {
264 if (doit) {
56 meta_systemfile_copy( char *sname, int doroot, int domddb, int doit, int verbose, char **tname, FILE **tfp, md_error_t *ep ) argument
208 meta_systemfile_append_mdroot( mdname_t *rootnp, char *sname, char *tname, FILE *tfp, int ismeta, int doit, int verbose, md_error_t *ep ) argument
337 meta_systemfile_append_mddb( char *cname, char *sname, char *tname, FILE *tfp, int doit, int verbose, int check, md_error_t *ep ) argument
[all...]
H A Dmeta_patch.c56 int doit, /* really patch file */
106 if (doit) {
135 if (doit) {
157 if (doit) {
182 if (doit) {
220 int doit = 1; local
231 if (meta_patch_vfstab(fsname, fsnp, vname, NULL, doit, verbose, &tvname,
248 if (doit)
267 int doit = 1; local
277 if (meta_patch_vfstab("swap", fsnp, vname, old_bdevname, doit,
47 meta_patch_vfstab( char *cmpname, mdname_t *fsnp, char *vname, char *old_bdevname, int doit, int verbose, char **tname, md_error_t *ep ) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c186 _homefirst(int ny, int nx, int type, int doit) argument
203 if (!doit)
213 _mvrel(int cy, int cx, int ny, int nx, int doit) argument
218 cv = _mvvert(cy, ny, doit);
219 ch = _mvhor(cx, nx, doit);
227 _mvvert(int cy, int ny, int doit) argument
250 if (!doit)
279 _mvhor(int cx, int nx, int doit) argument
296 if (!doit)
318 _mvright(int cx, int nx, int doit) argument
394 _mvleft(int cx, int nx, int doit) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c65 static void doit();
91 doit(group, (struct list *) NULL);
104 doit(group, list) function
167 doit(p, list);
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dnscd_biggest.c66 goto doit;
75 doit:
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drwall.c62 static void doit(char *);
132 doit(argv[1]);
139 doit(machine);
186 doit(char *hostname) function
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dspeed.c714 int doit[ALGOR_NUM]; local
776 doit[i]=0;
821 doit[D_EVP]=1;
875 if (strcmp(*argv,"md2") == 0) doit[D_MD2]=1;
879 if (strcmp(*argv,"mdc2") == 0) doit[D_MDC2]=1;
883 if (strcmp(*argv,"md4") == 0) doit[D_MD4]=1;
887 if (strcmp(*argv,"md5") == 0) doit[D_MD5]=1;
891 if (strcmp(*argv,"hmac") == 0) doit[D_HMAC]=1;
895 if (strcmp(*argv,"sha1") == 0) doit[D_SHA1]=1;
897 if (strcmp(*argv,"sha") == 0) doit[D_SHA
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dthq.h34 PFP doit; /* function to call to process the queue */ member in struct:__anon3714
36 void * arg; /* argument to pass to the doit/endit func. */
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh37 doit() function
104 doit $file $ofile $errfile &
/opensolaris-onvv-gate/usr/src/cmd/tzreload/
H A Dtzreload.c50 static void doit(const char *zname, const char *zroot, int get);
97 doit(NULL, "", get);
190 doit(const char *zname, const char *zroot, int get) function
270 * Walk through running zones and call doit() for each zones.
368 doit(zname, zroot, get);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DUnconfigureDhcp.java81 boolean doit = Console.promptUser(confirmationMsg, affirmative,
83 if (!doit) {
H A DConvertDataStore.java123 boolean doit = Console.promptUser(confirmationMsg, affirmative,
125 if (!doit) {
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_checksum.c80 int doit = 0; local
90 doit++;
95 if (!doit) {
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_task.c163 int doit(io_channel chan, SSL_CTX *s_ctx );
246 status = doit ( chan, s_ctx );
257 int doit(io_channel chan, SSL_CTX *s_ctx ) function
292 printf("Begin doit main loop\n");
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Din.uucpd.c88 static void doit(struct sockaddr_in *);
115 doit(&hisctladdr);
167 doit(&hisctladdr);
195 doit(&hisctladdr);
206 doit(sinp) function
/opensolaris-onvv-gate/usr/src/cmd/lvm/util/
H A Dmetaroot.c52 static int doit = 1; variable
374 doit = 0;
520 if (meta_patch_rootdev(rootnp, sname, vname, cname, dbname, doit,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c354 goto doit;
360 doit:
391 goto doit;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c78 static void doit(int f, struct sockaddr_storage *fromp);
130 doit(0, &from);
162 doit(int f, struct sockaddr_storage *fromp) function
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dref.t177 print $object->doit("BAR") eq bar ? "ok 36\n" : "not ok 36\n";
181 $foo = doit $object "FOO";
184 sub BASEOBJ'doit {
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c117 static void doit(char *, char *);
321 doit(ptr, cttyname);
325 doit(ptr, cttyname);
385 doit(char *ptr, char *cttyname) function
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c116 auto void doit (void);
120 void doit () function
188 doit ();
263 /* Jump to doit. */
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c393 goto doit;
398 doit:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dglob.c355 goto doit;
361 doit:

Completed in 266 milliseconds

12