Searched defs:restart (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c62 int nomore, restart, ret, wrote; local
116 restart = total = 0;
135 * the region lock, restart the buffer list walk. If we neither
142 mfp, bhp, &restart, &wrote)) != 0)
157 if (restart)
190 if (restart)
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dcpio.c403 grub_uint32_t mode, int *restart)
416 *restart = 0;
467 *restart = 1;
482 *restart = 1;
556 int restart; local
557 err = handle_symlink (data, name, &path, mode, &restart);
561 if (restart)
618 int restart; local
629 if (handle_symlink (data, fn, &name, mode, &restart))
635 if (restart)
401 handle_symlink(struct grub_cpio_data *data, const char *fn, char **name, grub_uint32_t mode, int *restart) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm611 sub restart subroutine
613 @_ == 2 || croak 'usage: $ftp->restart( BYTE_OFFSET )';
1400 =item restart ( WHERE )
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h163 void (*restart) (void); member in struct:grub_arc_firmware_vector
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssbase.py802 def restart(self): function
803 """Execute svcadm restart on this service."""
809 ret = self.svc.restart()
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1273 int end, restart, base; local
1297 end = restart = findbreak(&errmsg[base],0,availablewidth);
1298 restart += base;
1299 while( errmsg[restart]==' ' ) restart++;
1301 base = restart;

Completed in 42 milliseconds