Searched refs:bfd (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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); local 47 bfd->bf_type = type; 48 bfd->bf_func = func; 49 bfd->bf_arg = arg; 52 bfd->bf_next = bfd_list; 53 bfd_list = bfd; 65 bus_func_desc_t *bfd, **pp; local 70 for (bfd = bfd_list; bfd != NULL; bfd 95 bus_func_desc_t *bfd; local [all...] |
/illumos-gate/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); [all...] |
/illumos-gate/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, argument 8991 _ii_info_t *ip = bfd->ii_info; 9014 if (NSHADOWS(ip) && bfd->ii_shd == 0) { 9052 if (bfd->ii_shd) { 9067 if (bfd->ii_shd == 0) { 9078 if (((ip->bi_flags & DSW_GOLDEN) == 0) && bfd->ii_shd) { 9108 rc = ii_read_volume(ip, bfd->ii_shd, 9116 if (bfd 9161 _ii_shadow_write(ii_fd_t *bfd, nsc_off_t pos, nsc_size_t len) argument 9239 _ii_alloc_buf(ii_fd_t *bfd, nsc_off_t pos, nsc_size_t len, int flag, ii_buf_t **ptr) argument 9474 ii_fd_t *bfd; local 9540 ii_fd_t *bfd; local 9720 _ii_alloc_handle(void (*d_cb)(), void (*r_cb)(), void (*w_cb)(), ii_fd_t *bfd) argument 9753 _ii_free_handle(ii_buf_t *h, ii_fd_t *bfd) argument 9781 _ii_attach(ii_fd_t *bfd, nsc_iodev_t *iodev) argument 9878 _ii_get_pinned(ii_fd_t *bfd) argument 9896 _ii_discard_pinned(ii_fd_t *bfd, nsc_off_t pos, nsc_size_t len) argument 9913 _ii_partsize(ii_fd_t *bfd, nsc_size_t *ptr) argument 9926 _ii_maxfbas(ii_fd_t *bfd, int flag, nsc_size_t *ptr) argument 10061 ii_fd_t *bfd = h->ii_fd; local 10191 _ii_trksize(ii_fd_t *bfd, int trksize) argument [all...] |
/illumos-gate/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 1422 int bfd; local 1448 if ((bfd = open(bootfile, O_RDONLY)) == -1) { 1458 if (read(bfd, bootloader, boot_size) != boot_size) { 1462 (void) close(bfd); 1475 (void) close(bfd);
|
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 1651 int i, c, bfd; local 1970 bfd = Open("bounds", O_WRONLY | O_CREAT | O_TRUNC, 0644); 1971 Pwrite(bfd, boundstr, strlen(boundstr), 0); 1972 (void) close(bfd);
|
Completed in 103 milliseconds