Searched refs:bfd (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/sun4/os/ |
H A D | bus_func.c | 45 bus_func_desc_t *bfd = kmem_alloc(sizeof (bus_func_desc_t), KM_SLEEP); in bus_func_register() local 47 bfd->bf_type = type; in bus_func_register() 48 bfd->bf_func = func; in bus_func_register() 49 bfd->bf_arg = arg; in bus_func_register() 52 bfd->bf_next = bfd_list; in bus_func_register() 53 bfd_list = bfd; in bus_func_register() 65 bus_func_desc_t *bfd, **pp; in bus_func_unregister() local 70 for (bfd = bfd_list; bfd != NULL; bfd = bfd->bf_next) { in bus_func_unregister() 71 if (bfd->bf_type == type && bfd->bf_func == func && in bus_func_unregister() 72 bfd->bf_arg == arg) { in bus_func_unregister() [all …]
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mail.local.c | 116 static int bfd, hfd; /* temp file */ variable 214 deliver(hfd, bfd, *argv, bouncequota); 387 if (bfd == -1 || hfd == -1) 394 deliver(hfd, bfd, rcpt_addr[i], 397 close(bfd); 536 bfd = -1; 539 if ((bfd = mkstemp(btn)) == -1 || (bfp = fdopen(bfd, "w+")) == NULL) { 540 if (bfd != -1) 541 (void) close(bfd); 704 if ((newfd = dup(bfd)) >= 0) { [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 141 void (*w_cb)(), ii_fd_t *bfd); 142 static int _ii_free_handle(ii_buf_t *h, ii_fd_t *bfd); 8988 _ii_fill_buf(ii_fd_t *bfd, nsc_off_t fba_pos, nsc_size_t fba_len, int flag, in _ii_fill_buf() argument 8991 _ii_info_t *ip = bfd->ii_info; in _ii_fill_buf() 9014 if (NSHADOWS(ip) && bfd->ii_shd == 0) { in _ii_fill_buf() 9052 if (bfd->ii_shd) { in _ii_fill_buf() 9067 if (bfd->ii_shd == 0) { in _ii_fill_buf() 9078 if (((ip->bi_flags & DSW_GOLDEN) == 0) && bfd->ii_shd) { in _ii_fill_buf() 9108 rc = ii_read_volume(ip, bfd->ii_shd, in _ii_fill_buf() 9116 if (bfd->ii_shd && (ip->bi_flags & DSW_SHDOFFLINE)) { in _ii_fill_buf() [all …]
|
/titanic_50/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 1422 int bfd; in valid_DOS_boot() local 1448 if ((bfd = open(bootfile, O_RDONLY)) == -1) { in valid_DOS_boot() 1458 if (read(bfd, bootloader, boot_size) != boot_size) { in valid_DOS_boot() 1462 (void) close(bfd); in valid_DOS_boot() 1475 (void) close(bfd); in valid_DOS_boot()
|
/titanic_50/usr/src/cmd/savecore/ |
H A D | savecore.c | 1651 int i, c, bfd; in main() local 1970 bfd = Open("bounds", O_WRONLY | O_CREAT | O_TRUNC, 0644); in main() 1971 Pwrite(bfd, boundstr, strlen(boundstr), 0); in main() 1972 (void) close(bfd); in main()
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 10589 1bfd 0003 GeForce 405 10590 1bfd 8006 GeForce 405 10591 1bfd 8007 GeForce 315M 22164 1bfd EeeTOP
|
H A D | usb.ids | 12987 0bfd Kvaser AB 18243 1bfd TouchPack
|