Searched refs:nn (Results 26 - 50 of 73) sorted by relevance

123

/freebsd-current/lib/libc/net/
H A Dgetnetbydns.c269 int nn, anslen, error; local
304 for (nn = 4, net2 = net; net2; net2 >>= 8)
305 netbr[--nn] = net2 & 0xff;
306 switch (nn) {
H A Dgethostbydns.c360 int nn; local
363 nn = strlen(bp) + 1; /* for the \0 */
364 bp += nn;
/freebsd-current/sbin/nvmecontrol/
H A Ddevlist.c127 for (i = 0; i < cdata.nn; i++) {
H A Dsanitize.c168 if (nsid != 0 && cd.nn > 1)
H A Didentify_ext.c244 printf("Number of Namespaces: %d\n", cdata->nn);
/freebsd-current/sys/fs/nullfs/
H A Dnull_vfsops.c83 struct null_node *nn; local
154 nn = VTONULL(mp->mnt_vnodecovered);
155 if (nn == NULL || lowerrootvp == nn->null_lowervp) {
H A Dnull_vnops.c745 struct null_node *nn; local
754 nn = VTONULL(vp);
760 if (nn != NULL && (lvp = NULLVPTOLOWERVP(vp)) != NULL) {
817 struct null_node *nn; local
821 nn = VTONULL(vp);
822 if (nn != NULL && (lvp = NULLVPTOLOWERVP(vp)) != NULL) {
/freebsd-current/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c23 uint32_t nn; member in struct:controller_info
161 info.nn = cdata.nn;
200 if (nsid > info.nn) {
/freebsd-current/contrib/mandoc/
H A Dman_validate.c617 struct roff_node *nn; local
631 nn = n->next;
632 if (nn != NULL &&
633 nn->type == ROFFT_TEXT &&
634 nn->string[0] != '\0')
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf.c447 sc->ns = mallocarray(sc->cdata->nn, sizeof(*sc->ns), M_NVMF,
543 for (i = 0; i < sc->cdata->nn; i++) {
622 for (i = 0; i < sc->cdata->nn; i++) {
697 for (i = 0; i < sc->cdata->nn; i++) {
729 for (u_int i = 0; i < sc->cdata->nn; i++) {
782 for (i = 0; i < sc->cdata->nn; i++) {
928 nvmf_purge_namespaces(sc, last_nsid + 1, sc->cdata->nn + 1);
H A Dnvmf_sim.c176 cpi->max_lun = sc->cdata->nn;
/freebsd-current/tools/tools/ath/athrd/
H A Dathrd.c1013 int i, na, nb, ng, nt, ntg, nn; local
1161 na = nb = ng = nt = ntg = nn = 0;
1219 if (ath_hal_getchannels(&ahp.h, nchans, IEEE80211_CHAN_MAX, &nn,
1221 calctxpower(&ahp.h, nn, nchans, tpcReduction, powerLimit, ntxpow);
1223 isdfs |= anychan(nchans, nn, IEEE80211_CHAN_DFS);
1225 is4ms |= anychan(nchans, nn, IEEE80211_CHAN_4MSXMIT);
1245 intersect(gchans, gtxpow, &ng, nchans, ntxpow, nn);
1249 intersect(achans, atxpow, &na, nchans, ntxpow, nn);
1265 dumpchannels(&ahp.h, nn, nchans, ntxpow);
/freebsd-current/sys/net/route/
H A Droute_debug.h171 char *neigh_print_buf(const struct nhop_neigh *nn, char *buf, size_t bufsize);
/freebsd-current/usr.bin/netstat/
H A Dif.c296 const char *nn, *rn; local
319 nn = netname(ifa->ifa_addr, ifa->ifa_netmask);
322 net_len = strlen(nn);
325 xo_emit("{t:network/%-*s} ", net_len, nn);
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c223 ng_hci_neighbor_p nn = LIST_NEXT(n, next); local
232 n = nn;
/freebsd-current/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c102 if (lun_id >= le32toh(np->cdata.nn)) {
104 np->cdata.subnqn, lun_id, le32toh(np->cdata.nn));
157 if (lun_id >= le32toh(np->cdata.nn))
653 * nn: Number of namespaces
662 u_long enable_timeout, hostid, ioccsz, iorcsz, max_io_qsize, nn, portid; local
725 if (!dnvlist_get_strnum(req->args_nvl, "nn", NVMF_NN, &nn) ||
726 nn < 1 || nn > UINT32_MAX) {
762 osrelease, subnqn, nn, ioccs
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-snmp.c1076 SmiNamedNumber *nn; local
1157 for (nn = smiGetFirstNamedNumber(smiType);
1158 nn;
1159 nn = smiGetNextNamedNumber(nn)) {
1160 if (nn->value.value.integer32
1162 ND_PRINT("%s", nn->name);
/freebsd-current/sys/net/
H A Dif.h678 const struct ifcap_nv_bit_name *nn, bool all);
680 const struct ifcap_nv_bit_name *nn, int ifr_cap, int ifr_req);
/freebsd-current/contrib/sendmail/src/
H A Dutil.c1577 int nn; local
1579 nn = (p - bp);
1580 if (nn < MEMCHUNKSIZE)
1581 nn *= 2;
1583 nn += MEMCHUNKSIZE;
1584 nbp = sm_malloc_x(nn);
1590 n = nn - (p - bp);
1591 *np = nn;
/freebsd-current/lib/libnvmf/
H A Dnvmf_controller.c420 const char *subnqn, int nn, uint32_t ioccsz,
429 serial, utsname.sysname, utsname.release, subnqn, nn, ioccsz,
419 nvmf_init_io_controller_data(struct nvmf_qpair *qp, const char *serial, const char *subnqn, int nn, uint32_t ioccsz, struct nvme_controller_data *cdata) argument
H A Dlibnvmf.h231 const char *subnqn, int nn, uint32_t ioccsz,
/freebsd-current/crypto/openssl/apps/
H A Dx509.c1212 int i, j, ret = 0, num, nn = 0; local
1226 if ((nn = parse_ext_names(tmp_ext_names, NULL)) == 0) {
1230 if ((names = OPENSSL_malloc(sizeof(char *) * nn)) == NULL)
1243 for (j = 0; j < nn; j++) {
/freebsd-current/sys/dev/nvme/
H A Dnvme.c158 for (ns_idx = 0; ns_idx < min(ctrlr->cdata.nn, NVME_MAX_NAMESPACES); ns_idx++) {
/freebsd-current/sys/netinet/tcp_stacks/
H A Dsack_filter.c759 int nn, ii; local
767 nn = sack_filter_blks(&tp, &sf, blks, numblks, th_ack);
768 saved += numblks - nn;
770 for(ii=0, tot_chg=0; ii<nn; ii++) {
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c495 unsigned pass, n, nn; local
504 nn = 0;
508 dst[nn] = s;
511 nn++;
515 if ((dst = typeCalloc(char *, nn + 1)) == 0)
523 for (n = nn = 0, base = src;; n++) {
527 nn++;
531 dst[nn++] = s;
539 if ((dst = typeCalloc(char *, nn + 1)) == 0)

Completed in 171 milliseconds

123