/titanic_41/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 838 int fd0, fd1, fd2; local 1008 fd0 = socket(AF_INET, SOCK_STREAM, 0); 1011 fd0 = doconnect(calleraddr, rst->rst_port0, fd0); 1012 OutputSocket = fd0; 1019 (void) fcntl(fd0, F_SETOWN, getpid()); 1029 fd1 = fd0; 1042 if (AllocatePty(fd0, fd1)) { 1087 close(fd0); 1125 shutdown(fd0, 1); /* 1=>further sends disallowed */ 1152 DoHelper(&fd0, &fd1, &fd2); [all …]
|
/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | grub-image.in | 132 device (fd0) $image 133 root (fd0) 134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
|
H A D | mkbimage | 399 dd if=<type>.image of=/dev/fd0[u<size>] bs=512
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 40 kernel (fd0)/boot/kernel root=hd0s3 41 module (fd0)/boot/bootstrap
|
H A D | grub.info-1 | 344 (fd0) 377 need to use the device specification in a command, like `root (fd0)' or 466 # dd if=stage1 of=/dev/fd0 bs=512 count=1 469 # dd if=stage2 of=/dev/fd0 bs=512 seek=1 585 # mke2fs /dev/fd0 586 # mount -t ext2 /dev/fd0 /mnt 587 # grub-install --root-directory=/mnt fd0 1215 kernel (fd0)/boot/kernel root=hd0s3 1216 module (fd0)/boot/bootstrap
|
H A D | grub.texi | 384 (fd0) 427 (fd0)} or @samp{unhide (hd0,2)}. To help you find out which number 517 # @kbd{dd if=stage1 of=/dev/fd0 bs=512 count=1} 520 # @kbd{dd if=stage2 of=/dev/fd0 bs=512 seek=1} 647 # @kbd{mke2fs /dev/fd0} 648 # @kbd{mount -t ext2 /dev/fd0 /mnt} 649 # @kbd{grub-install --root-directory=/mnt fd0} 1360 kernel (fd0)/boot/kernel root=hd0s3 1361 module (fd0)/boot/bootstrap 1843 either @samp{fd} or @samp{hd} followed by a digit, like @samp{fd0}. [all …]
|
H A D | grub.info | 345 (fd0) 378 need to use the device specification in a command, like `root (fd0)' or 467 # dd if=stage1 of=/dev/fd0 bs=512 count=1 470 # dd if=stage2 of=/dev/fd0 bs=512 seek=1 586 # mke2fs /dev/fd0 587 # mount -t ext2 /dev/fd0 /mnt 588 # grub-install --root-directory=/mnt fd0 1215 kernel (fd0)/boot/kernel root=hd0s3 1216 module (fd0)/boot/bootstrap 1653 or `hd' followed by a digit, like `fd0'. But you can also set DEVICE [all …]
|
H A D | grub.info-2 | 348 or `hd' followed by a digit, like `fd0'. But you can also set DEVICE 818 grub> device (fd0) /floppy-image
|
H A D | grub.info-3 | 841 grub-install --grub-shell="grub --read-only" /dev/fd0
|
/titanic_41/usr/src/cmd/avs/sv/ |
H A D | svadm.c | 1271 int fd0; in compare_sv() local 1287 if ((fd0 = open(sv_rpath, O_RDONLY)) < 0) in compare_sv() 1296 if (ioctl(fd0, SVIOC_LIST, &svl_system) < 0) { in compare_sv() 1301 (void) close(fd0); in compare_sv()
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | Makefile | 45 RTLCKS = audio fd0 sr0 st0 st1
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 2184 flow_desc_t *fd0, *fd; in flow_ip_insert_fe() local 2193 fd0 = &flent->fe_flow_desc; in flow_ip_insert_fe() 2194 if ((fd0->fd_mask & FLOW_IP_DSFIELD) != 0) { in flow_ip_insert_fe() 2206 m0 = ((fd0->fd_mask & FLOW_IP_LOCAL) != 0) ? in flow_ip_insert_fe() 2207 &fd0->fd_local_netmask : &fd0->fd_remote_netmask; in flow_ip_insert_fe()
|
/titanic_41/usr/src/cmd/raidctl/ |
H A D | raidctl.c | 2973 int fd0 = -1; in enter_raidctl_lock() local 2976 fd0 = open(RAIDCTL_LOCKF, O_CREAT|O_WRONLY, 0600); in enter_raidctl_lock() 2977 if (fd0 < 0) { in enter_raidctl_lock() 2990 *fd = fd0; in enter_raidctl_lock() 2996 if ((fcntl(fd0, F_SETLK, &lock) == -1) && in enter_raidctl_lock() 2998 if (fcntl(fd0, F_GETLK, &lock) == -1) { in enter_raidctl_lock()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 4630 int fd0 = -1; in enter_wifi_lock() local 4633 fd0 = open(WIFI_LOCKF, O_CREAT|O_WRONLY, 0600); in enter_wifi_lock() 4634 if (fd0 < 0) { in enter_wifi_lock() 4640 *fd = fd0; in enter_wifi_lock() 4646 if ((fcntl(fd0, F_SETLK, &lock) == -1) && in enter_wifi_lock() 4648 if (fcntl(fd0, F_GETLK, &lock) == -1) { in enter_wifi_lock()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | SUNWcs.mf | 418 file path=etc/security/dev/fd0 mode=0400
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4468 bug "/dev/fd0" -> "/dev/fd". (But don't you think the naming is
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 22100 0fd0 PCIe-IDIO-24 Isolated Digital Input / FET Output Card 27756 2fd0 Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 0 Thermal Control 28882 6fd0 Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 0 Thermal Control
|
H A D | usb.ids | 14481 0fd0 Tulip Computers B.V.
|
/titanic_41/ |
H A D | .gitignore | 91 usr/src/cmd/allocate/fd0
|