Searched refs:ndelay (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dtimer.h58 extern void ndelay(unsigned int nsecs);
H A Di386_timer.c59 void ndelay(unsigned int nsecs) function
170 void ndelay(unsigned int nsecs) function
/opensolaris-onvv-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c675 boolean_t ndelay; local
688 ndelay = (flag & (FNDELAY | FNONBLOCK)) ? B_TRUE : B_FALSE;
710 if (!ndelay) {
724 if ((!nblks) && ((!ndelay) || (otyp != OTYP_CHR))) {
728 } else if (!ndelay) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm101 ndelay => 0,
175 return 1 unless $options{ndelay};
917 C<ndelay> - Open the connection immediately (normally, the connection is
945 Open the syslog with options C<ndelay> and C<pid>, and with facility C<LOCAL0>:
947 openlog($name, "ndelay,pid", "local0");
951 openlog($name, "ndelay,pid", LOG_LOCAL0);
1170 openlog("$program $$", 'ndelay', 'user');
1181 openlog($program, 'ndelay', 'user');
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dmem_config.c706 uint_t ndelay; member in struct:mem_del_stat
2262 MDSTAT_INCR(mhp, ndelay);
2948 printf("\t%8u ndelay\n", mhp->mh_delstat.ndelay);

Completed in 136 milliseconds