HomeSort by: relevance | last modified time | path
    Searched defs:prefp (Results 1 - 21 of 21) sorted by relevancy

  /src/share/examples/rump/dmtest/
dmt.c 58 struct plistref prefp; local
72 prop_dictionary_externalize_to_pref(dict_in, &prefp);
74 err = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp);
78 dict_out = prop_dictionary_internalize(prefp.pref_plist);
  /src/tests/dev/dm/
h_dm.c 61 struct plistref prefp; local
77 prop_dictionary_externalize_to_pref(dict_in, &prefp);
79 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp);
83 dict_out = prop_dictionary_internalize(prefp.pref_plist);
101 struct plistref prefp; local
117 prop_dictionary_externalize_to_pref(dict_in, &prefp);
119 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp);
123 dict_out = prop_dictionary_internalize(prefp.pref_plist);
  /src/usr.sbin/mountd/
get_net.c 116 char *nname, *p, *prefp; local
128 prefp = p + 1;
131 prefp = NULL; /* XXXGCC -Wuninitialized */
178 preflen = strtol(prefp, NULL, 10);
  /src/lib/libdm/
libdm_ioctl.c 153 struct plistref prefp; local
164 &prefp);
166 error = rump_sys_ioctl(libdm_control_fd, NETBSD_DM_IOCTL, &prefp);
172 dict = prop_dictionary_internalize(prefp.pref_plist);
  /src/external/bsd/top/dist/machine/
m_hpux7.c 463 register struct proc **prefp; local
488 prefp = pref;
506 *prefp++ = pp;
868 register struct proc **prefp; local
871 prefp = pref;
875 if ((pp = *prefp++)->p_pid == (pid_t)pid)
m_hpux8.c 421 register struct proc **prefp; local
455 prefp = pref;
473 *prefp++ = pp;
806 register struct proc **prefp; local
809 prefp = pref;
813 if ((pp = *prefp++)->p_pid == (pid_t)pid)
m_hpux9.c 433 register struct proc **prefp; local
467 prefp = pref;
491 *prefp++ = pp;
829 register struct proc **prefp; local
832 prefp = pref;
836 if ((pp = *prefp++)->p_pid == (pid_t)pid)
m_irix5.c 373 register struct prpsinfo **prefp; local
396 prefp = pref;
412 *prefp++ = pp;
m_sunos4.c 576 register struct proc **prefp; local
601 prefp = pref;
619 *prefp++ = pp;
966 register struct proc **prefp; local
969 prefp = pref;
973 if ((pp = *prefp++)->p_pid == (pid_t)pid)
m_svr4.c 365 register struct prpsinfo **prefp; local
391 prefp = pref;
410 *prefp++ = pp;
m_aix43.c 717 register struct procsinfo **prefp = pref; local
721 if ((*prefp)->pi_pid == pid)
722 return (*prefp)->pi_uid;
723 prefp++;
m_aix5.c 783 register struct procentry64 **prefp = pref; local
787 if ((*prefp)->pi_pid == pid)
788 return (*prefp)->pi_uid;
789 prefp++;
m_decosf1.c 473 register struct osf1_top_proc **prefp; local
495 prefp = pref;
536 *prefp++ = pp;
860 register struct osf1_top_proc **prefp; local
863 prefp = pref;
867 if ((pp = *prefp++)->p_pid == (pid_t)pid)
m_irixsgi.c 466 struct prpsinfo **prefp; local
484 prefp = pref;
508 *prefp++ = pp;
m_macosx.c 492 register struct macos_proc **prefp; local
590 prefp = proc_ref;
610 *prefp++ = pp;
865 register struct macos_proc **prefp; local
868 prefp = proc_ref;
872 pp = *prefp++;
m_sco5.c 477 register struct proc **prefp; local
496 prefp = pref;
510 *prefp++ = pp;
740 register struct proc **prefp; local
743 prefp = pref;
746 if ((pp = *prefp++)->p_pid == (short)pid)
m_svr5.c 382 register struct prpsinfo **prefp; local
409 prefp = pref;
428 *prefp++ = pp;
m_netbsd.c 648 struct kinfo_proc2 **prefp, **n; local
702 prefp = pref;
721 *prefp++ = pp;
1386 struct kinfo_proc2 **prefp; local
1392 prefp = pref;
1395 pp = *prefp++;
m_freebsd.c 1153 struct kinfo_proc **prefp; local
1231 prefp = pref;
1338 *prefp++ = pp;
1349 *prefp++ = pp;
1765 struct kinfo_proc **prefp; local
1768 prefp = pref;
1772 pp = *prefp++;
m_sunos5.c 1500 register struct prpsinfo **prefp; local
1553 prefp = pref;
1587 *prefp++ = pp;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.c 1767 const uint8_t *addrbytes, *maskbytes, *prefp; local
1787 prefp = maskbytes + 3;
1814 prefp = maskbytes + 15;
1822 prefp = (uint8_t *)&addrbuf[0]; maskbytes = prefp + 1; // Skip prefix length calculation
1842 for (; prefp >= maskbytes; prefp--) {
1843 if (*prefp) {
1849 if (*prefp & (1<<i)) {

Completed in 92 milliseconds