Searched refs:shp (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sbin/ldconfig/
H A Dldconfig.c329 struct shlib_list *shp; local
331 for (shp = shlib_head; shp; shp = shp->next) {
332 if (strcmp(name, shp->name) != 0 || major != shp->major)
336 if (cmpndewey(dewey, ndewey, shp->dewey, shp->ndewey) > 0) {
341 shp
392 struct shlib_list *shp; local
529 struct shlib_list *shp; local
622 struct shlib_list *shp; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c495 Elf32_Shdr *shp; local
549 shp = &elf_file.shdr[ESHDR_SHSTRTAB];
550 shp->sh_name = 1; /* DTRACE_SHSTRTAB32[1] = ".shstrtab" */
551 shp->sh_type = SHT_STRTAB;
552 shp->sh_offset = off;
553 shp->sh_size = sizeof (DTRACE_SHSTRTAB32);
554 shp->sh_addralign = sizeof (char);
555 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
557 shp
643 Elf64_Shdr *shp; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c358 const GElf_Shdr *shp = &sp[i]; local
359 const GElf_Shdr *lhp = &sp[shp->sh_link];
361 if (shp->sh_link >= hdr.e64.e_shnum)
364 if (shp->sh_name >= sp[hdr.e64.e_shstrndx].sh_size ||
368 if (shp->sh_type == SHT_PROGBITS &&
369 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
370 ctfsect.cts_name = strs + shp->sh_name;
371 ctfsect.cts_type = shp->sh_type;
372 ctfsect.cts_flags = shp->sh_flags;
373 ctfsect.cts_size = shp
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dterminal.c186 _emx_get_screensize (swp, shp)
187 int *swp, *shp;
195 if (shp)
196 *shp = sz[1];
202 _win_get_screensize (swp, shp)
203 int *swp, *shp;
214 *shp = scr.srWindow.Bottom - scr.srWindow.Top + 1;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-decnet.c434 struct seghdr *shp = (struct seghdr *)nspp; local
443 TCHECK(shp->sh_seq[0]);
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
453 TCHECK(shp->sh_seq[1]);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
463 TCHECK(shp->sh_seq[2]);
464 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
480 struct seghdr *shp = (struct seghdr *)nspp; local
489 TCHECK(shp->sh_seq[0]);
490 ack = EXTRACT_LE_16BITS(shp
526 struct seghdr *shp = (struct seghdr *)nspp; local
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.c129 struct stat swd, shp; local
136 if (swd_ok && hp && *hp && stat(short2str(hp), &shp) != -1 &&
137 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
138 swd.st_ino == shp.st_ino)
147 if (stat(cwd, &shp) != -1 &&
148 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
149 swd.st_ino == shp.st_ino) {
/freebsd-9.3-release/sys/kern/
H A Dkern_sharedpage.c120 SYSINIT(shp, SI_SUB_EXEC, SI_ORDER_FIRST, (sysinit_cfunc_t)shared_page_init,
/freebsd-9.3-release/contrib/file/src/
H A Dcdf.c771 const cdf_section_header_t *shp; local
787 shp = CAST(const cdf_section_header_t *, (const void *)
789 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1)
791 sh.sh_len = CDF_TOLE4(shp->sh_len);
797 sh.sh_properties = CDF_TOLE4(shp->sh_properties);
823 (((const char *)(const void *)shp) + sh.sh_len));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c219 spa_history_phys_t *shp = data; local
221 if (shp == NULL)
225 (u_longlong_t)shp->sh_pool_create_len);
227 (u_longlong_t)shp->sh_phys_max_off);
229 (u_longlong_t)shp->sh_bof);
231 (u_longlong_t)shp->sh_eof);
233 (u_longlong_t)shp->sh_records_lost);
/freebsd-9.3-release/sys/dev/de/
H A Dif_de.c2366 const tulip_srom_header_t *shp = (const tulip_srom_header_t *) &sc->tulip_rombuf[0]; local
2367 const tulip_srom_adapter_info_t *saip = (const tulip_srom_adapter_info_t *) (shp + 1);
2374 for (idx1 = 0; idx1 < shp->sh_adapter_count; idx1++, saip++) {
2375 if (shp->sh_adapter_count == 1)
2383 if (idx1 == shp->sh_adapter_count)
2389 bcopy(shp->sh_ieee802_address, sc->tulip_enaddr, 6);

Completed in 276 milliseconds