Home
last modified time | relevance | path

Searched refs:nm (Results 26 – 50 of 124) sorted by relevance

12345

/dragonfly/usr.bin/calendar/
H A Dmoon.c134 double nm = 1236.85; /* Months per century */ in nth_new_moon() local
135 double c = k / nm; /* Julian centuries */ in nth_new_moon()
138 double coef_ap[] = { 5.09766, mean_synodic_month * nm, in nth_new_moon()
145 double coef_sa[] = { 2.5534, 29.10535670 * nm, in nth_new_moon()
147 double coef_la[] = { 201.5643, 385.81693528 * nm, in nth_new_moon()
149 double coef_ma[] = { 160.7108, 390.67050284 * nm, in nth_new_moon()
151 double coef_om[] = { 124.7746, -1.56375588 * nm, in nth_new_moon()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_subr.c488 vfs_findname(vfs_namemap_t *nm, char *buf, int buflen) in vfs_findname() argument
491 for (; nm->nm_name; nm++) in vfs_findname()
492 if (bcmp(buf, nm->nm_name, buflen+1) == 0) in vfs_findname()
493 return (nm); in vfs_findname()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_crld.c144 X509_NAME *nm; in set_dist_point_name() local
145 nm = X509_NAME_new(); in set_dist_point_name()
146 if (!nm) in set_dist_point_name()
151 X509_NAME_free(nm); in set_dist_point_name()
154 ret = X509V3_NAME_from_section(nm, dnsect, MBSTRING_ASC); in set_dist_point_name()
156 rnm = nm->entries; in set_dist_point_name()
157 nm->entries = NULL; in set_dist_point_name()
158 X509_NAME_free(nm); in set_dist_point_name()
H A Dx509_lcl.h303 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
304 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
347 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
348 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
/dragonfly/usr.sbin/quot/
H A Dquot.c532 char *nm; in main() local
574 if ((nm = strrchr(mp->f_mntfromname,'/'))) { in main()
575 sprintf(dev,"%s%s",_PATH_DEV,nm + 1); in main()
576 nm = dev; in main()
578 nm = mp->f_mntfromname; in main()
579 quot(nm,mp->f_mntonname); in main()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexec-tool.in50 nm)
52 prog=nm-new$exeext
/dragonfly/usr.bin/ncal/
H A Dncal.c71 const char *nm; /* Name of country */ member
535 #define FSTRARG(p) DFLT(p), (p)->cc, (p)->nm, (p)->dt.y, (p)->dt.m, (p)->dt.d in printcc()
1084 int nm, ny; in parsemonth() local
1088 nm = (int)strtol(s, &cp, 10); in parsemonth()
1094 if (nm <= *m) in parsemonth()
1097 if (nm >= *m) in parsemonth()
1101 if (nm < 1 || nm > 12) in parsemonth()
1103 *m = nm; in parsemonth()
/dragonfly/contrib/elftoolchain/
H A DRELEASE-NOTES44 **nm** List symbols in an ELF object.
80 nm Test the **nm** utility.
155 nm
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_crl.c582 crl_revoked_issuer_match(X509_CRL *crl, X509_NAME *nm, X509_REVOKED *rev) in crl_revoked_issuer_match() argument
587 if (!nm) in crl_revoked_issuer_match()
589 if (!X509_NAME_cmp(nm, X509_CRL_get_issuer(crl))) in crl_revoked_issuer_match()
594 if (!nm) in crl_revoked_issuer_match()
595 nm = X509_CRL_get_issuer(crl); in crl_revoked_issuer_match()
601 if (!X509_NAME_cmp(nm, gen->d.directoryName)) in crl_revoked_issuer_match()
/dragonfly/sys/dev/drm/i915/
H A Dintel_audio.c288 const struct dp_aud_n_m *nm = audio_config_dp_get_n_m(intel_crtc, rate); in hsw_dp_audio_config_update() local
292 if (nm) in hsw_dp_audio_config_update()
293 DRM_DEBUG_KMS("using Maud %u, Naud %u\n", nm->m, nm->n); in hsw_dp_audio_config_update()
303 if (nm) { in hsw_dp_audio_config_update()
305 tmp |= AUD_CONFIG_N(nm->n); in hsw_dp_audio_config_update()
316 if (nm) { in hsw_dp_audio_config_update()
317 tmp |= nm->m; in hsw_dp_audio_config_update()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.c27 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) argument
/dragonfly/sys/netinet/
H A Dtcp_usrreq.c430 in_pcbinswildcardhash_oncpu(nm->nm_inp, &tcbinfo[cpu]); in in_pcbinswildcardhash_handler()
434 lwkt_forwardmsg(netisr_cpuport(nextcpu), &nm->base.lmsg); in in_pcbinswildcardhash_handler()
436 lwkt_replymsg(&nm->base.lmsg, 0); in in_pcbinswildcardhash_handler()
450 struct netmsg_inswildcard nm; in tcp_usr_listen() local
508 netmsg_init(&nm.base, NULL, &curthread->td_msgport, in tcp_usr_listen()
510 nm.nm_inp = inp; in tcp_usr_listen()
511 lwkt_domsg(netisr_cpuport(1), &nm.base.lmsg, 0); in tcp_usr_listen()
527 struct netmsg_inswildcard nm; in tcp6_usr_listen() local
562 netmsg_init(&nm.base, NULL, &curthread->td_msgport, in tcp6_usr_listen()
564 nm.nm_inp = inp; in tcp6_usr_listen()
[all …]
H A Dudp_usrreq.c706 struct netmsg_udp_notify *nm = (struct netmsg_udp_notify *)msg; in udp_notifyall_oncpu() local
711 in_pcbnotifyall(&udbinfo[cpu], nm->nm_faddr, nm->nm_arg, nm->nm_notify); in udp_notifyall_oncpu()
715 lwkt_forwardmsg(netisr_cpuport(nextcpu), &nm->base.lmsg); in udp_notifyall_oncpu()
717 lwkt_replymsg(&nm->base.lmsg, 0); in udp_notifyall_oncpu()
794 struct netmsg_udp_notify *nm; in udp_ctlinput() local
797 nm = kmalloc(sizeof(*nm), M_LWKTMSG, M_INTWAIT); in udp_ctlinput()
798 netmsg_init(&nm->base, NULL, &netisr_afree_rport, in udp_ctlinput()
800 nm->nm_faddr = faddr; in udp_ctlinput()
801 nm->nm_arg = inetctlerrmap[cmd]; in udp_ctlinput()
802 nm->nm_notify = notify; in udp_ctlinput()
[all …]
H A Dtcp_syncache.c164 struct netmsg_base nm; member
251 callout_reset(&tq->timeo, rto, syncache_timer, &tq->nm); in syncache_timeout()
284 syncache_init_dispatch(netmsg_t nm) in syncache_init_dispatch() argument
316 netmsg_init(&tq->nm, NULL, &netisr_adone_rport, in syncache_init_dispatch()
318 tq->nm.lmsg.u.ms_result = i; in syncache_init_dispatch()
323 netisr_forwardmsg(&nm->base, mycpuid + 1); in syncache_init_dispatch()
329 struct netmsg_base nm; in syncache_init() local
350 netmsg_init(&nm, NULL, &curthread->td_msgport, 0, in syncache_init()
352 netisr_domsg_global(&nm); in syncache_init()
560 syncache_timer, &tq->nm); in syncache_timer_handler()
H A Dtcp_subr.c1413 in_pcbnotifyall(&tcbinfo[mycpuid], nm->nm_faddr, in tcp_notifyall_oncpu()
1414 nm->nm_arg, nm->nm_notify); in tcp_notifyall_oncpu()
1418 lwkt_forwardmsg(netisr_cpuport(nextcpu), &nm->base.lmsg); in tcp_notifyall_oncpu()
1420 lwkt_replymsg(&nm->base.lmsg, 0); in tcp_notifyall_oncpu()
1530 struct netmsg_tcp_notify *nm; in tcp_ctlinput() local
1533 nm = kmalloc(sizeof(*nm), M_LWKTMSG, M_INTWAIT); in tcp_ctlinput()
1534 netmsg_init(&nm->base, NULL, &netisr_afree_rport, in tcp_ctlinput()
1536 nm->nm_faddr = faddr; in tcp_ctlinput()
1537 nm->nm_arg = arg; in tcp_ctlinput()
1538 nm->nm_notify = notify; in tcp_ctlinput()
[all …]
H A Dif_ether.c206 struct netmsg_base *nm = xnm; in arptimer() local
211 if (nm->lmsg.ms_flags & MSGF_DONE) in arptimer()
212 netisr_sendmsg_oncpu(nm); in arptimer()
1395 arp_init_dispatch(netmsg_t nm) in arp_init_dispatch() argument
1413 netisr_forwardmsg(&nm->base, mycpuid + 1); in arp_init_dispatch()
1419 struct netmsg_base nm; in arp_init() local
1421 netmsg_init(&nm, NULL, &curthread->td_msgport, 0, arp_init_dispatch); in arp_init()
1422 netisr_domsg_global(&nm); in arp_init()
/dragonfly/contrib/grep/lib/
H A Dregex.c40 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) argument
/dragonfly/contrib/smbfs/lib/smb/
H A Dmbuf.c101 struct mbuf *nm, *m; in m_lineup() local
110 if ((error = m_get(m_totlen(m0), &nm)) != 0) in m_lineup()
112 dp = mtod(nm, char *); in m_lineup()
121 *mpp = nm; in m_lineup()
/dragonfly/contrib/diffutils/lib/
H A Dregex.c40 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) argument
/dragonfly/sys/dev/virtual/vkernel/net/
H A Dif_vke.c144 static struct mbuf * vke_txfifo_done_dequeue(struct vke_softc *sc, struct mbuf *nm);
146 static struct mbuf *vke_rxfifo_dequeue(struct vke_softc *sc, struct mbuf *nm);
189 vke_txfifo_done_dequeue(struct vke_softc *sc, struct mbuf *nm) in vke_txfifo_done_dequeue() argument
199 fifo->array[NETFIFOINDEX(fifo->rindex, sc)] = nm; in vke_txfifo_done_dequeue()
534 struct mbuf *nm; in vke_rx_intr() local
554 nm = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR); in vke_rx_intr()
555 if (nm) { in vke_rx_intr()
556 vke_rxfifo_dequeue(sc, nm); in vke_rx_intr()
/dragonfly/usr.sbin/makefs/
H A Dmtree.c63 #define IS_DOT(nm) ((nm)[0] == '.' && (nm)[1] == '\0') argument
64 #define IS_DOTDOT(nm) ((nm)[0] == '.' && (nm)[1] == '.' && (nm)[2] == '\0') argument
/dragonfly/lib/libc/locale/
H A Deuc.c390 wchar_t nm; in _EUC_wcrtomb_impl() local
428 nm = (wc >> ((len - 1) * 8)); in _EUC_wcrtomb_impl()
429 if (nm == cs2) { in _EUC_wcrtomb_impl()
434 } else if (nm == cs3) { in _EUC_wcrtomb_impl()
/dragonfly/usr.bin/mt/
H A Dmt.c292 u_int32_t om, nm = (u_int32_t)mt_com.mt_count; in main() local
295 if (ioctl(mtfd, comp->c_code, (caddr_t)&nm) < 0) in main()
300 tape, nm, (nm > 1)? "ks" : "k"); in main()
/dragonfly/contrib/bmake/
H A Dfind_lib.sh13 found=`nm $lib | egrep "$re"`
/dragonfly/sys/kern/
H A Dgenassym.sh26 nm "$1" | awk '

12345