| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_entry_link_resolver.c | 81 struct links_entry *spare; member 270 if (res->spare != NULL) { in find_entry() 271 archive_entry_free(res->spare->canonical); in find_entry() 272 archive_entry_free(res->spare->entry); in find_entry() 273 free(res->spare); in find_entry() 274 res->spare = NULL; in find_entry() 305 res->spare = le; in find_entry() 319 if (res->spare != NULL) { in next_entry() 320 archive_entry_free(res->spare->canonical); in next_entry() 321 archive_entry_free(res->spare->entry); in next_entry() [all …]
|
| /dragonfly/contrib/less/ |
| HD | linenum.c | 65 static struct linenum_info *spare; /* We always keep one spare entry */ variable 90 spare = &pool[NPOOL-1]; in clr_linenum() 155 new = spare; in add_lnum() 156 spare = NULL; in add_lnum() 178 if (spare == NULL) in add_lnum() 194 spare = p; in add_lnum() 198 spare->next->prev = spare->prev; in add_lnum() 199 spare->prev->next = spare->next; in add_lnum()
|
| /dragonfly/lib/libthread_xu/thread/ |
| HD | thr_stack.c | 230 struct stack *spare; in _thr_stack_cleanup() local 232 while ((spare = LIST_FIRST(&dstackq)) != NULL) { in _thr_stack_cleanup() 233 LIST_REMOVE(spare, qe); in _thr_stack_cleanup() 234 munmap(spare->stackaddr, in _thr_stack_cleanup() 235 spare->stacksize + spare->guardsize); in _thr_stack_cleanup()
|
| /dragonfly/usr.sbin/mfiutil/ |
| HD | mfi_config.c | 904 struct mfi_spare *spare; in add_spare() local 923 spare = NULL; in add_spare() 954 spare = malloc(sizeof(struct mfi_spare) + sizeof(uint16_t) * in add_spare() 956 if (spare == NULL) { in add_spare() 961 bzero(spare, sizeof(struct mfi_spare)); in add_spare() 962 spare->ref = info.ref; in add_spare() 977 spare->array_count = 0; in add_spare() 990 spare->spare_type |= MFI_SPARE_DEDICATED; in add_spare() 991 spare->array_count = ld->params.span_depth; in add_spare() 1006 spare->array_ref[i] = ar->array_ref; in add_spare() [all …]
|
| /dragonfly/usr.sbin/mptutil/ |
| HD | mpt_show.c | 281 IOC_5_HOT_SPARE *spare; in show_config() local 357 spare = ioc5->HotSpare; in show_config() 358 for (i = 0; i < ioc5->NumHotSpares; spare++, i++) { in show_config() 359 printf(" spare %u ", spare->PhysDiskNum); in show_config() 360 pinfo = mpt_pd_info(fd, spare->PhysDiskNum, NULL); in show_config() 365 printf(" backs pool %d\n", ffs(spare->HotSparePool) - 1); in show_config()
|
| HD | mpt_drive.c | 146 IOC_5_HOT_SPARE *spare; in mpt_pd_list() local 213 spare = ioc5->HotSpare; in mpt_pd_list() 214 for (i = 0; i < ioc5->NumHotSpares; spare++, i++) in mpt_pd_list() 215 if (mpt_pd_insert(fd, list, spare->PhysDiskNum) < 0) in mpt_pd_list()
|
| HD | mpt_config.c | 201 IOC_5_HOT_SPARE *spare; in clear_config() local 256 spare = ioc5->HotSpare; in clear_config() 257 for (i = 0; i < ioc5->NumHotSpares; spare++, i++) in clear_config() 258 if (mpt_delete_physdisk(fd, spare->PhysDiskNum) < 0) in clear_config() 260 spare->PhysDiskNum); in clear_config()
|
| /dragonfly/contrib/libarchive/cpio/ |
| HD | cpio.c | 525 struct archive_entry *entry, *spare; in mode_out() local 627 archive_entry_linkify(cpio->linkresolver, &entry, &spare); in mode_out() 632 archive_entry_linkify(cpio->linkresolver, &entry, &spare); in mode_out() 704 struct archive_entry *entry, *spare; in file_to_archive() local 774 spare = NULL; in file_to_archive() 777 archive_entry_linkify(cpio->linkresolver, &entry, &spare); in file_to_archive() 783 if (spare != NULL) { in file_to_archive() 785 r = entry_to_archive(cpio, spare); in file_to_archive() 786 archive_entry_free(spare); in file_to_archive()
|
| /dragonfly/contrib/binutils-2.27/gprof/ |
| HD | gmon_out.h | 36 char spare[3 * 4]; member
|
| /dragonfly/contrib/binutils-2.34/gprof/ |
| HD | gmon_out.h | 36 char spare[3 * 4]; member
|
| /dragonfly/include/ |
| HD | elf-hints.h | 45 __uint32_t spare[26]; /* Room for expansion */ member
|
| /dragonfly/sbin/ldconfig/ |
| HD | elfhints.c | 275 memset(hdr.spare, 0, sizeof hdr.spare); in write_elf_hints()
|
| /dragonfly/sys/netgraph7/ |
| HD | ng_source.h | 86 uint8_t spare; member
|
| /dragonfly/sys/vfs/ufs/ |
| HD | dinode.h | 113 #define di_spare di_v.spare /* ext2fs */
|
| /dragonfly/sys/sys/ |
| HD | gmon.h | 49 int spare[3]; /* reserved */ member
|
| /dragonfly/sys/dev/drm/amd/powerplay/inc/ |
| HD | smu74.h | 227 uint8_t spare; member 473 uint8_t spare[2]; member 807 uint32_t spare; member
|
| HD | smu8_fusion.h | 37 uint8_t spare[3]; member
|
| HD | smu72.h | 200 uint8_t spare; member 428 uint8_t spare[2]; member
|
| HD | smu75.h | 163 uint16_t spare; member 700 uint32_t spare; member
|
| HD | smu74_discrete.h | 685 uint32_t spare[4]; member 756 uint8_t spare[2]; member
|
| /dragonfly/sys/vfs/fuse/ |
| HD | fuse_abi.h | 202 uint32_t spare[6]; member 654 uint32_t spare[10]; member
|
| /dragonfly/sys/dev/raid/ida/ |
| HD | idavar.h | 63 u_int8_t spare; /* reserved */ member
|
| /dragonfly/sys/netgraph/ |
| HD | ng_message.h | 65 u_char spare; /* pad to 2 bytes */ member
|
| /dragonfly/libexec/rtld-elf/x86_64/ |
| HD | rtld_start.S | 139 leaq 16(%rsp),%rsp # Discard spare, obj,
|
| /dragonfly/contrib/gcc-4.7/libgcc/config/ |
| HD | unwind-dw2-fde-darwin.c | 69 unsigned spare[2]; member
|