/illumos-gate/usr/src/cmd/dtrace/test/tst/common/arithmetic/ |
H A D | tst.nonarrow.ksh | 36 doit() function 47 doit 48 doit -32
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.include.ksh | 36 doit() function 127 doit $file $ofile $errfile &
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_patch_root.c | 46 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 D | meta_patch.c | 56 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...] |
H A D | meta_systemfile.c | 60 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 D | meta_mirror.c | 2233 int doit = ((options & MDCMD_DOIT) ? 1 : 0); local 2265 if (doit) {
|
H A D | meta_stripe.c | 1706 int doit = ((options & MDCMD_DOIT) ? 1 : 0); local 1770 if (doit) {
|
H A D | meta_raid.c | 1927 int doit = ((options & MDCMD_DOIT) ? 1 : 0); local 1959 if (doit) {
|
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | getgroup.c | 65 static void doit(); 91 doit(group, (struct list *) NULL); 104 doit(group, list) function 167 doit(p, list);
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rwall.c | 62 static void doit(char *); 132 doit(argv[1]); 139 doit(machine); 186 doit(char *hostname) function
|
/illumos-gate/usr/src/cmd/tzreload/ |
H A D | tzreload.c | 50 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);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 186 _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...] |
/illumos-gate/usr/src/cmd/lvm/util/ |
H A D | metaroot.c | 52 static int doit = 1; variable 374 doit = 0; 520 if (meta_patch_rootdev(rootnp, sname, vname, cname, dbname, doit,
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 88 static void doit(struct sockaddr_in *); 115 doit(&hisctladdr); 167 doit(&hisctladdr); 195 doit(&hisctladdr); 206 doit(sinp) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 78 static void doit(int f, struct sockaddr_storage *fromp); 130 doit(0, &from); 162 doit(int f, struct sockaddr_storage *fromp) function
|
H A D | in.rshd.c | 93 static void doit(int, struct sockaddr_storage *, char **); 375 doit(dup(fd), &from, renvp); 432 doit(int f, struct sockaddr_storage *fromp, char **renvp) function
|
H A D | in.rlogind.c | 134 static void doit(int, struct sockaddr_storage *, krb5_context, int, 342 doit(fd, &from, krb_context, encr_flag, keytab); 933 doit(int f, function
|
H A D | in.telnetd.c | 259 static void doit(int, struct sockaddr_storage *); 2401 doit(0, &from); 2737 doit(int f, struct sockaddr_storage *who) function
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 123 static void doit(char *, char *); 327 doit(ptr, cttyname); 331 doit(ptr, cttyname); 391 doit(char *ptr, char *cttyname) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 180 static void doit(int); 758 doit(oldmask); 763 doit(int oldmask) function
|
/illumos-gate/usr/src/cmd/krb5/slave/ |
H A D | kpropd.c | 148 void doit 306 doit(0); 487 doit(s); 521 void doit(fd) function 551 fprintf(stderr, "doit: setting resync alarm to %ds\n",
|
/illumos-gate/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 119 auto void doit (void); 123 void doit () function 191 doit (); 266 /* Jump to doit. */
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 4180 int doit; local 4219 doit = (all ? 1 : 4222 if (doit) {
|
H A D | md_mddb.c | 6971 mddb_lb_did_convert(mddb_set_t *s, uint_t doit, uint_t *blk_cnt) argument 6991 if (doit) { 7050 if (doit) { 7071 if (doit) {
|
/illumos-gate/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 583 int doit = 1; local 835 doit = 0; 846 if (doit) { 892 if (suppress_zero == 0 || doit == 1) {
|