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

/freebsd-11.0-release/sbin/ldconfig/
H A Dldconfig.c344 struct shlib_list *shp; local
346 for (shp = shlib_head; shp; shp = shp->next) {
347 if (strcmp(name, shp->name) != 0 || major != shp->major)
351 if (cmpndewey(dewey, ndewey, shp->dewey, shp->ndewey) > 0) {
356 shp
407 struct shlib_list *shp; local
544 struct shlib_list *shp; local
637 struct shlib_list *shp; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c524 Elf32_Shdr *shp; local
576 shp = &elf_file.shdr[ESHDR_SHSTRTAB];
577 shp->sh_name = 1; /* DTRACE_SHSTRTAB32[1] = ".shstrtab" */
578 shp->sh_type = SHT_STRTAB;
579 shp->sh_offset = off;
580 shp->sh_size = sizeof (DTRACE_SHSTRTAB32);
581 shp->sh_addralign = sizeof (char);
582 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
584 shp
670 Elf64_Shdr *shp; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c385 const GElf_Shdr *shp = &sp[i]; local
386 const GElf_Shdr *lhp = &sp[shp->sh_link];
388 if (shp->sh_link >= shnum)
391 if (shp->sh_name >= sp[shstrndx].sh_size ||
395 if (shp->sh_type == SHT_PROGBITS &&
396 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
397 ctfsect.cts_name = strs + shp->sh_name;
398 ctfsect.cts_type = shp->sh_type;
399 ctfsect.cts_flags = shp->sh_flags;
400 ctfsect.cts_size = shp
[all...]
/freebsd-11.0-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-11.0-release/contrib/tcpdump/
H A Dprint-decnet.c877 struct seghdr *shp = (struct seghdr *)nspp; local
886 ND_TCHECK(shp->sh_seq[0]);
887 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
896 ND_TCHECK(shp->sh_seq[1]);
897 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
906 ND_TCHECK(shp->sh_seq[2]);
907 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
923 struct seghdr *shp = (struct seghdr *)nspp; local
932 ND_TCHECK(shp->sh_seq[0]);
933 ack = EXTRACT_LE_16BITS(shp
969 struct seghdr *shp = (struct seghdr *)nspp; local
[all...]
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c486 struct nfssessionhash *shp; local
529 shp = NFSSESSIONHASH(nd->nd_sessionid);
530 NFSLOCKSESSION(shp);
534 NFSUNLOCKSESSION(shp);
626 shp = NFSSESSIONHASH(nsep->sess_sessionid);
628 NFSLOCKSESSION(shp);
629 LIST_INSERT_HEAD(&shp->list, nsep, sess_hash);
632 NFSUNLOCKSESSION(shp);
5772 struct nfssessionhash *shp; local
5776 shp
5834 struct nfssessionhash *shp; local
5865 struct nfssessionhash *shp; local
5887 struct nfssessionhash *shp; local
5923 struct nfssessionhash *shp; local
[all...]
/freebsd-11.0-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-11.0-release/sys/kern/
H A Dkern_sharedpage.c124 SYSINIT(shp, SI_SUB_EXEC, SI_ORDER_FIRST, (sysinit_cfunc_t)shared_page_init,
/freebsd-11.0-release/contrib/file/src/
H A Dcdf.c810 const cdf_section_header_t *shp; local
826 shp = CAST(const cdf_section_header_t *, (const void *)
828 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1)
830 sh.sh_len = CDF_TOLE4(shp->sh_len);
836 sh.sh_properties = CDF_TOLE4(shp->sh_properties);
862 (((const char *)(const void *)shp) + sh.sh_len));
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c230 spa_history_phys_t *shp = data; local
232 if (shp == NULL)
236 (u_longlong_t)shp->sh_pool_create_len);
238 (u_longlong_t)shp->sh_phys_max_off);
240 (u_longlong_t)shp->sh_bof);
242 (u_longlong_t)shp->sh_eof);
244 (u_longlong_t)shp->sh_records_lost);
/freebsd-11.0-release/sys/dev/de/
H A Dif_de.c2367 const tulip_srom_header_t *shp = (const tulip_srom_header_t *) &sc->tulip_rombuf[0]; local
2368 const tulip_srom_adapter_info_t *saip = (const tulip_srom_adapter_info_t *) (shp + 1);
2375 for (idx1 = 0; idx1 < shp->sh_adapter_count; idx1++, saip++) {
2376 if (shp->sh_adapter_count == 1)
2384 if (idx1 == shp->sh_adapter_count)
2390 bcopy(shp->sh_ieee802_address, sc->tulip_enaddr, 6);

Completed in 291 milliseconds