HomeSort by: relevance | last modified time | path
    Searched refs:itp (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/lib/libc/gen/
alarm.c 56 struct itimerval *itp = ⁢ local
58 timerclear(&itp->it_interval);
59 itp->it_value.tv_sec = secs;
60 itp->it_value.tv_usec = 0;
61 if (setitimer(ITIMER_REAL, itp, &oitv) == -1)
  /src/sys/arch/riscv/riscv/
exec_machdep.c 53 char *itp, vaddr_t *start_p)
55 (void)compat_elf_check_interp(epp, itp, "rv32");
63 char *itp, vaddr_t *start_p)
65 (void)compat_elf_check_interp(epp, itp, "rv64");
  /src/sbin/restore/
dirs.c 150 struct inotab *itp; local
194 itp = allocinotab(&curfile, seekpt);
198 itp->t_size = seekpt - itp->t_seekpt;
231 struct inotab *itp; local
237 itp = inotablookup(ino);
238 if (itp == NULL) {
256 rst_seekdir(dirp, itp->t_seekpt, itp->t_seekpt);
280 rst_seekdir(dirp, bpt, itp->t_seekpt)
319 struct inotab *itp; local
536 struct inotab *itp; local
715 struct inotab *itp; local
759 struct inotab *itp; local
774 struct inotab *itp; local
811 struct inotab *itp; local
    [all...]
  /src/sys/compat/freebsd/
freebsd_exec_elf32.c 53 char *itp, vaddr_t *pos)
74 if (itp) {
75 if (strncmp(itp, wantInterp, sizeof(wantInterp) - 1))
77 if ((error = emul_find_interp(l, epp, itp)))
  /src/sys/compat/netbsd32/
netbsd32_exec_elf32.c 85 void *eh, char *itp, vaddr_t *pos);
91 void *eh, char *itp, vaddr_t *pos)
99 if ((error = ELF_MD_PROBE_FUNC(l, epp, eh, itp, pos)) != 0)
105 return ELFNAME2(netbsd32,probe_noteless)(l, epp, eh, itp, pos);
110 void *eh, char *itp, vaddr_t *pos)
114 if (itp && epp->ep_interp == NULL) {
116 (void)compat_elf_check_interp(epp, itp, m);
  /src/sys/arch/arm/arm/
cpu_exec.c 52 char *itp, vaddr_t *start_p)
103 (void)compat_elf_check_interp(epp, itp, itp_suffix);
  /src/sys/kern/
subr_emul.c 103 emul_find_interp(struct lwp *l, struct exec_package *epp, const char *itp)
110 pb = pathbuf_create(itp);
kern_time.c 794 struct itimerspec *itp; local
800 itp = &it->it_time;
801 if (itp->it_value.tv_nsec < nsec) {
802 if (itp->it_value.tv_sec == 0) {
804 nsec -= itp->it_value.tv_nsec;
807 itp->it_value.tv_nsec += 1000000000;
808 itp->it_value.tv_sec--;
810 itp->it_value.tv_nsec -= nsec;
812 if (timespecisset(&itp->it_value))
816 if (timespecisset(&itp->it_interval))
    [all...]
exec_elf.c 1118 netbsd_elf_probe(struct lwp *l, struct exec_package *epp, void *eh, char *itp,
1126 if ((error = ELF_MD_PROBE_FUNC(l, epp, eh, itp, pos)) != 0)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
hashmap.h 106 * Create an iterator for the hashmap; point '*itp' to it.
110 * \li 'itp' is non NULL and '*itp' is NULL.
113 isc_hashmap_iter_create(isc_hashmap_t *hashmap, isc_hashmap_iter_t **itp);
116 * Destroy the iterator '*itp', set it to NULL
119 * \li 'itp' is non NULL and '*itp' is non NULL.
122 isc_hashmap_iter_destroy(isc_hashmap_iter_t **itp);
ht.h 107 * Create an iterator for the hashtable; point '*itp' to it.
111 *\li 'itp' is non NULL and '*itp' is NULL.
114 isc_ht_iter_create(isc_ht_t *ht, isc_ht_iter_t **itp);
117 * Destroy the iterator '*itp', set it to NULL
120 *\li 'itp' is non NULL and '*itp' is non NULL.
123 isc_ht_iter_destroy(isc_ht_iter_t **itp);
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
ht.h 107 * Create an iterator for the hashtable; point '*itp' to it.
111 *\li 'itp' is non NULL and '*itp' is NULL.
114 isc_ht_iter_create(isc_ht_t *ht, isc_ht_iter_t **itp);
117 * Destroy the iterator '*itp', set it to NULL
120 *\li 'itp' is non NULL and '*itp' is non NULL.
123 isc_ht_iter_destroy(isc_ht_iter_t **itp);
  /src/usr.bin/tip/aculib/
courier.c 344 struct itimerval *itp = &itv; local
348 timerclear(&itp->it_interval);
349 timerclear(&itp->it_value);
350 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
357 itp->it_value.tv_sec = napms/1000;
358 itp->it_value.tv_usec = ((napms%1000)*1000);
363 (void)setitimer(ITIMER_REAL, itp, NULL);
t3000.c 354 struct itimerval *itp = &itv; local
358 timerclear(&itp->it_interval);
359 timerclear(&itp->it_value);
360 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
367 itp->it_value.tv_sec = napms/1000;
368 itp->it_value.tv_usec = ((napms%1000)*1000);
373 (void)setitimer(ITIMER_REAL, itp, NULL);
  /src/sys/arch/mips/mips/
cpu_exec.c 94 char *itp, vaddr_t *start_p)
165 (void)compat_elf_check_interp(epp, itp, itp_suffix);
212 char *itp, vaddr_t *start_p)
274 (void)compat_elf_check_interp(epp, itp, itp_suffix);
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 72 void *eh, char *itp, vaddr_t *pos)
76 if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) &&
92 if (itp) {
93 if ((error = emul_find_interp(l, epp, itp)))
  /src/sys/compat/linux/common/
linux_exec_elf32.c 367 ELFNAME2(linux,signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh, char *itp)
425 if (itp) {
426 if (!strncmp(itp, "/lib/ld-linux", 13) ||
428 !strncmp(itp, "/lib64/ld-linux", 15) ||
430 !strncmp(itp, "/lib/ld.so.", 11))
445 char *itp, vaddr_t *pos)
449 if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) &&
467 if (itp) {
468 if ((error = emul_find_interp(l, epp, itp)))
  /src/external/mpl/bind/dist/lib/isc/
ht.c 445 isc_ht_iter_create(isc_ht_t *ht, isc_ht_iter_t **itp) {
449 REQUIRE(itp != NULL && *itp == NULL);
457 *itp = it;
461 isc_ht_iter_destroy(isc_ht_iter_t **itp) {
465 REQUIRE(itp != NULL && *itp != NULL);
467 it = *itp;
468 *itp = NULL;
  /src/sys/arch/aarch64/aarch64/
exec_machdep.c 63 char *itp, vaddr_t *start_p)
72 char *itp, vaddr_t *start_p)
  /src/sys/external/bsd/ipf/netinet/
ip_frag.c 1105 ipf_frag_pkt_next(ipf_main_softc_t *softc, ipftoken_t *token, ipfgeniter_t *itp)
1110 return ipf_frag_next(softc, token, itp, &softf->ipfr_list,
1113 return ipf_frag_next(softc, token, itp, &softf->ipfr_list);
1122 ipf_frag_nat_next(ipf_main_softc_t *softc, ipftoken_t *token, ipfgeniter_t *itp)
1127 return ipf_frag_next(softc, token, itp, &softf->ipfr_natlist,
1130 return ipf_frag_next(softc, token, itp, &softf->ipfr_natlist);
1138 /* itp(I) - pointer to generic iterator from caller */
1153 ipfgeniter_t *itp,
1163 if (itp->igi_data == NULL) {
1168 if (itp->igi_nitems != 1)
    [all...]
ip_auth.c 900 /* itp(I) - pointer to ipfgeniter structure */
908 ipf_auth_geniter(ipf_main_softc_t *softc, ipftoken_t *token, ipfgeniter_t *itp,
915 if (itp->igi_data == NULL) {
920 if (itp->igi_type != IPFGENITER_AUTH) {
926 objp->ipfo_ptr = itp->igi_data;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
ht.c 490 isc_ht_iter_create(isc_ht_t *ht, isc_ht_iter_t **itp) {
494 REQUIRE(itp != NULL && *itp == NULL);
502 *itp = it;
506 isc_ht_iter_destroy(isc_ht_iter_t **itp) {
510 REQUIRE(itp != NULL && *itp != NULL);
512 it = *itp;
513 *itp = NULL;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
catz.h 463 dns_catz_get_iterator(dns_catz_zone_t *catz, isc_ht_iter_t **itp);
465 * Get the hashtable iterator on catalog zone members, point '*itp' to it.
469 * \li 'itp' is not NULL and '*itp' is NULL.
  /src/external/bsd/libarchive/dist/libarchive/
archive_string.c 2089 ICONV_CONST char *itp; local
2110 itp = (char *)(uintptr_t)_p;
2115 size_t result = iconv(cd, &itp, &remaining, &outp, &avail);
2157 itp += from_size;
2296 const uint8_t *itp; local
2317 itp = (const uint8_t *)_p;
2318 while (*itp && remaining > 0) {
2319 if (*itp > 127) {
2330 archive_strappend_char(as, *itp);
2332 ++itp;
    [all...]
  /src/usr.sbin/sysinst/
msg.pm.pl 66 {Partition Manager. Wszystkie dyski, partycje oraz itp. tam wy�wietlane.

Completed in 31 milliseconds

1 2