Searched refs:np (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/freebsd-current/sbin/ipf/libipf/
H A Dprintnat.c20 printnat(ipnat_t *np, int opts) argument
27 if (np->in_v[0] == 4)
30 else if (np->in_v[0] == 6)
36 if (np->in_flags & IPN_NO)
39 switch (np->in_redir)
43 proto = np->in_pr[0];
47 proto = np->in_pr[1];
51 proto = np->in_pr[0];
55 proto = np->in_pr[1];
59 proto = np
[all...]
H A Dprintpoolnode.c12 printpoolnode(ip_pool_node_t *np, int opts, wordtab_t *fields) argument
18 printpoolfield(np, IPLT_POOL, i);
25 if (np->ipn_info == 1)
27 printip(np->ipn_addr.adf_family,
28 (u_32_t *)&np->ipn_addr.adf_addr.in4);
29 printmask(np->ipn_addr.adf_family,
30 (u_32_t *)&np->ipn_mask.adf_addr);
33 if (np->ipn_addr.adf_family == AF_INET6) {
38 str = inet_ntop(AF_INET6, &np->ipn_addr.adf_addr.in6,
42 PRINTF("\tAddress: %s%s", np
[all...]
H A Dprintdstlistnode.c14 ipf_dstnode_t node, *np; local
24 np = calloc(1, node.ipfd_size);
25 if (np == NULL)
27 if ((*copyfunc)(inp, np, node.ipfd_size))
32 printpoolfield(np, IPLT_DSTLIST, i);
39 if (np->ipfd_dest.fd_name >= 0)
40 PRINTF("%s:", np->ipfd_names);
41 if (np->ipfd_dest.fd_addr.adf_family == AF_INET) {
42 printip(AF_INET, (u_32_t *)&np->ipfd_dest.fd_ip);
45 str = inet_ntop(AF_INET6, &np
[all...]
H A Dprintproto.c13 printproto(struct protoent *pr, int p, ipnat_t *np) argument
15 if (np != NULL) {
16 if ((np->in_flags & IPN_TCPUDP) == IPN_TCPUDP)
18 else if (np->in_flags & IPN_TCP)
20 else if (np->in_flags & IPN_UDP)
22 else if (np->in_flags & IPN_ICMPQUERY)
24 else if (np->in_pr[0] == 0)
29 PRINTF("%d", np->in_pr[0]);
H A Dhostname.c18 struct netent *np; local
38 np = getnetbyaddr(ipa.s_addr, AF_INET);
39 if (np != NULL && np->n_name != NULL &&
40 *np->n_name != '\0') {
41 strncpy(hostbuf, np->n_name, sizeof(hostbuf));
/freebsd-current/crypto/heimdal/lib/roken/
H A Dunsetenv.c52 const char *np; local
58 for (np = name; *np && *np != '='; np++)
60 len = np - name;
/freebsd-current/usr.bin/mail/
H A Dv7.local.c79 char *np; local
82 if ((np = getenv("USER")) != NULL)
83 return (np);
84 if ((np = getenv("LOGNAME")) != NULL)
85 return (np);
86 if ((np = getname(uid = getuid())) != NULL)
87 return (np);
H A Dnames.c50 struct name *np; local
52 np = (struct name *)salloc(sizeof(*np));
53 np->n_flink = NULL;
54 np->n_blink = NULL;
55 np->n_type = ntype;
56 np->n_name = savestr(str);
57 return (np);
66 struct name *np; local
68 np
85 struct name *top, *np, *t; local
111 detract(struct name *np, int ntype) argument
278 struct name *np, *top; local
450 struct name *new, *np, *cp; local
486 struct name *np; local
545 unpack(struct name *np) argument
591 struct name *np, *t, *new; local
701 count(struct name *np) argument
715 delname(struct name *np, char name[]) argument
[all...]
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c324 #define sym_verbose (np->verbose)
749 #define _sym_calloc_dma(np, s, n) __sym_calloc_dma(np->bus_dmat, s, n)
750 #define _sym_mfree_dma(np, p, s, n) \
751 __sym_mfree_dma(np->bus_dmat, _uvptv_(p), s, n)
752 #define sym_calloc_dma(s, n) _sym_calloc_dma(np, s, n)
753 #define sym_mfree_dma(p, s, n) _sym_mfree_dma(np, p, s, n)
754 #define _vtobus(np, p) __vtobus(np->bus_dmat, _uvptv_(p))
755 #define vtobus(p) _vtobus(np,
1701 sym_name(hcb_p np) argument
1767 sym_fw1_patch(hcb_p np) argument
1808 sym_fw2_patch(hcb_p np) argument
1901 sym_fw_setup_bus_addresses(hcb_p np, const struct sym_fw *fw) argument
1930 sym_fw1_setup(hcb_p np, const struct sym_fw *fw) argument
1952 sym_fw2_setup(hcb_p np, const struct sym_fw *fw) argument
1996 sym_fw_bind_script(hcb_p np, u32 *start, int len) argument
2266 PRINT_TARGET(hcb_p np, int target) argument
2271 PRINT_LUN(hcb_p np, int target, int lun) argument
2317 hcb_p np; local
2338 sym_xpt_done(hcb_p np, union ccb *ccb, ccb_p cp) argument
2352 sym_xpt_done2(hcb_p np, union ccb *ccb, int cam_status) argument
2400 sym_init_burst(hcb_p np, u_char bc) argument
2419 sym_print_targets_flag(hcb_p np, int mask, char *msg) argument
2447 sym_save_initial_setting(hcb_p np) argument
2471 sym_prepare_setting(hcb_p np, struct sym_nvram *nvram) argument
2807 sym_prepare_nego(hcb_p np, ccb_p cp, int nego, u_char *msgptr) argument
2878 sym_put_start_queue(hcb_p np, ccb_p cp) argument
2932 sym_chip_reset(hcb_p np) argument
2949 sym_soft_reset(hcb_p np) argument
2978 sym_start_reset(hcb_p np) argument
2983 sym_reset_scsi_bus(hcb_p np, int enab_int) argument
3042 sym_wakeup_done(hcb_p np) argument
3079 sym_flush_busy_queue(hcb_p np, int cam_status) argument
3098 sym_init(hcb_p np, int reason) argument
3322 sym_getsync(hcb_p np, u_char dt, u_char sfac, u_char *divp, u_char *fakp) argument
3415 sym_xpt_async_transfer_neg(hcb_p np, int target, u_int spi_valid) argument
3471 sym_setwide(hcb_p np, ccb_p cp, u_char wide) argument
3493 sym_setsync(hcb_p np, ccb_p cp, u_char ofs, u_char per, u_char div, u_char fak) argument
3514 sym_setpprot(hcb_p np, ccb_p cp, u_char dt, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
3535 sym_settrans(hcb_p np, ccb_p cp, u_char dt, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
3673 sym_log_hard_error(hcb_p np, u_short sist, u_char dstat) argument
3798 sym_intr1(hcb_p np) argument
3943 hcb_p np = arg; local
3985 sym_recover_scsi_int(hcb_p np, u_char hsts) argument
4036 sym_int_sto(hcb_p np) argument
4051 sym_int_udc(hcb_p np) argument
4067 sym_int_sbmc(hcb_p np) argument
4109 sym_int_par(hcb_p np, u_short sist) argument
4190 sym_int_ma(hcb_p np) argument
4546 sym_dequeue_from_squeue(hcb_p np, int i, int target, int lun, int task) argument
4604 sym_flush_comp_queue(hcb_p np, int cam_status) argument
4643 sym_sir_bad_scsi_status(hcb_p np, ccb_p cp) argument
4816 sym_clear_tasks(hcb_p np, int cam_status, int target, int lun, int task) argument
4899 sym_sir_task_recovery(hcb_p np, int num) argument
5247 sym_evaluate_dp(hcb_p np, ccb_p cp, u32 scr, int *ofs) argument
5364 sym_modify_dp(hcb_p np, ccb_p cp, int ofs) argument
5461 sym_compute_residual(hcb_p np, ccb_p cp) argument
5589 sym_sync_nego(hcb_p np, tcb_p tp, ccb_p cp) argument
5690 sym_ppr_nego(hcb_p np, tcb_p tp, ccb_p cp) argument
5829 sym_wide_nego(hcb_p np, tcb_p tp, ccb_p cp) argument
5940 sym_nego_default(hcb_p np, tcb_p tp, ccb_p cp) argument
5974 sym_nego_rejected(hcb_p np, tcb_p tp, ccb_p cp) argument
5983 sym_int_sir(hcb_p np) argument
6251 sym_get_ccb(hcb_p np, u_char tn, u_char ln, u_char tag_order) argument
6371 sym_free_ccb(hcb_p np, ccb_p cp) argument
6460 sym_alloc_ccb(hcb_p np) argument
6542 sym_ccb_from_dsa(hcb_p np, u32 dsa) argument
6561 sym_alloc_lcb(hcb_p np, u_char tn, u_char ln) argument
6639 sym_alloc_lcb_tags(hcb_p np, u_char tn, u_char ln) argument
6690 sym_regtest(hcb_p np) argument
6714 sym_snooptest(hcb_p np) argument
6835 sym_selectclock(hcb_p np, u_char scntl3) argument
6871 getfreq(hcb_p np, int gen) argument
6920 sym_getfreq(hcb_p np) argument
6935 sym_getclock(hcb_p np, int mult) argument
7001 sym_getpciclock(hcb_p np) argument
7078 sym_complete_error(hcb_p np, ccb_p cp) argument
7232 sym_complete_ok(hcb_p np, ccb_p cp) argument
7299 hcb_p np = ccb->ccb_h.sym_hcb_ptr; local
7323 sym_abort_scsiio(hcb_p np, union ccb *ccb, int timed_out) argument
7370 sym_reset_dev(hcb_p np, union ccb *ccb) argument
7398 hcb_p np; local
7611 sym_setup_cdb(hcb_p np, struct ccb_scsiio *csio, ccb_p cp) argument
7661 sym_setup_data_pointers(hcb_p np, ccb_p cp, int dir) argument
7707 hcb_p np; local
7804 sym_setup_data_and_start(hcb_p np, struct ccb_scsiio *csio, ccb_p cp) argument
7842 sym_fast_scatter_sg_physical(hcb_p np, ccb_p cp, bus_dma_segment_t *psegs, int nsegs) argument
7879 sym_scatter_sg_physical(hcb_p np, ccb_p cp, bus_dma_segment_t *psegs, int nsegs) argument
7929 hcb_p np; local
8091 hcb_p np; local
8128 sym_update_trans(hcb_p np, struct sym_trans *tip, struct ccb_trans_settings *cts) argument
8206 sym_update_dflags(hcb_p np, u_char *flags, struct ccb_trans_settings *cts) argument
8385 struct sym_hcb *np = NULL; local
8745 sym_pci_free(hcb_p np) argument
8832 sym_cam_attach(hcb_p np) argument
8915 sym_cam_free(hcb_p np) argument
8945 sym_nvram_setup_host(hcb_p np, struct sym_nvram *nvram) argument
8982 sym_nvram_setup_target(hcb_p np, int target, struct sym_nvram *nvp) argument
9003 sym_Symbios_setup_target(hcb_p np, int target, Symbios_nvram *nvram) argument
9025 sym_Tekram_setup_target(hcb_p np, int target, Tekram_nvram *nvram) argument
9055 sym_display_Symbios_nvram(hcb_p np, Symbios_nvram *nvram) argument
9088 sym_display_Tekram_nvram(hcb_p np, Tekram_nvram *nvram) argument
9145 sym_read_nvram(hcb_p np, struct sym_nvram *nvp) argument
9191 S24C16_set_bit(hcb_p np, u_char write_bit, u_char *gpreg, int bit_mode) argument
9216 S24C16_start(hcb_p np, u_char *gpreg) argument
9227 S24C16_stop(hcb_p np, u_char *gpreg) argument
9237 S24C16_do_bit(hcb_p np, u_char *read_bit, u_char write_bit, u_char *gpreg) argument
9252 S24C16_write_ack(hcb_p np, u_char write_bit, u_char *gpreg, u_char *gpcntl) argument
9264 S24C16_read_ack(hcb_p np, u_char *read_bit, u_char *gpreg, u_char *gpcntl) argument
9276 S24C16_write_byte(hcb_p np, u_char *ack_data, u_char write_data, u_char *gpreg, u_char *gpcntl) argument
9291 S24C16_read_byte(hcb_p np, u_char *read_data, u_char ack_data, u_char *gpreg, u_char *gpcntl) argument
9309 sym_read_S24C16_nvram(hcb_p np, int offset, u_char *data, int len) argument
9388 sym_read_Symbios_nvram(hcb_p np, Symbios_nvram *nvram) argument
9429 T93C46_Clk(hcb_p np, u_char *gpreg) argument
9439 T93C46_Read_Bit(hcb_p np, u_char *read_bit, u_char *gpreg) argument
9449 T93C46_Write_Bit(hcb_p np, u_char write_bit, u_char *gpreg) argument
9467 T93C46_Stop(hcb_p np, u_char *gpreg) argument
9479 T93C46_Send_Command(hcb_p np, u_short write_data, u_char *read_bit, u_char *gpreg) argument
9494 T93C46_Read_Word(hcb_p np, u_short *nvram_data, u_char *gpreg) argument
9513 T93C46_Read_Data(hcb_p np, u_short *data,int len,u_char *gpreg) argument
9533 sym_read_T93C46_nvram(hcb_p np, Tekram_nvram *nvram) argument
9565 sym_read_Tekram_nvram(hcb_p np, Tekram_nvram *nvram) argument
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed_strings.c86 * Destroy the string node [np].
89 _zed_strings_node_destroy(zed_strings_node_t *np) argument
91 if (!np)
94 if (np->key) {
95 if (np->key != np->val)
96 free(np->key);
97 np->key = NULL;
99 if (np->val) {
100 free(np
114 zed_strings_node_t *np; local
147 zed_strings_node_t *np; local
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clsubs.c120 ncl_dircookie_lock(struct nfsnode *np) argument
122 NFSLOCKNODE(np);
123 while (np->n_flag & NDIRCOOKIELK)
124 (void) msleep(&np->n_flag, &np->n_mtx, PZERO, "nfsdirlk", 0);
125 np->n_flag |= NDIRCOOKIELK;
129 ncl_dircookie_unlock(struct nfsnode *np) argument
131 NFSLOCKNODE(np);
132 np->n_flag &= ~NDIRCOOKIELK;
133 wakeup(&np
140 struct nfsnode *np; local
158 struct nfsnode *np; local
181 struct nfsnode *np; local
268 ncl_getcookie(struct nfsnode *np, off_t off, int add) argument
325 struct nfsnode *np = VTONFS(vp); local
[all...]
H A Dnfs_clnode.c99 struct nfsnode *np; local
125 np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO);
129 uma_zfree(newnfsnode_zone, np);
134 vp->v_data = np;
135 np->n_vnode = vp;
142 mtx_init(&np->n_mtx, "NEWNFSnode lock", NULL, MTX_DEF | MTX_DUPOK);
143 lockinit(&np->n_excl, PVFS, "nfsupg", VLKTIMEOUT, LK_NOSHARE |
165 np->n_fhp = malloc(sizeof (struct nfsfh) + fhsize,
167 bcopy(fhp, np->n_fhp->nfh_fh, fhsize);
168 np
210 struct nfsnode *np; local
239 struct nfsnode *np; local
281 struct nfsnode *np = VTONFS(vp); local
364 struct nfsnode *np = VTONFS(vp); local
[all...]
/freebsd-current/sys/dev/nmdm/
H A Dnmdm.c105 struct nmdmpart *np; local
109 np = tty_softc(tp);
110 onp = np->np_other;
122 onp = np->np_other;
133 struct nmdmpart *np = (struct nmdmpart *)softc; local
134 struct nmdmsoftc *ns = np->np_pair;
136 callout_drain(&np->np_callout);
137 taskqueue_drain(taskqueue_swi, &np->np_task);
145 if (np->np_other != NULL) {
146 np
232 struct nmdmpart *np = arg; local
253 struct nmdmpart *np = arg; local
321 struct nmdmpart *np = tty_softc(tp); local
379 struct nmdmpart *np = tty_softc(tp); local
404 struct nmdmpart *np = tty_softc(tp); local
413 struct nmdmpart *np = tty_softc(tp); local
[all...]
/freebsd-current/sys/fs/smbfs/
H A Dsmbfs_node.c89 struct smbnode *np; local
92 np = (struct smbnode *) vp->v_data;
94 if (np->n_parent != sc->n_parent || np->n_nmlen != sc->n_nmlen ||
95 bcmp(sc->n_name, np->n_name, sc->n_nmlen) != 0)
108 struct smbnode *np, *dnp; local
143 np = VTOSMB(*vpp);
153 (np->n_dosattr & SMB_FA_DIR) == 0) ||
155 (np->n_dosattr & SMB_FA_DIR) != 0)) {
175 np
262 struct smbnode *np = VTOSMB(vp); local
299 struct smbnode *np = VTOSMB(vp); local
333 struct smbnode *np = VTOSMB(vp); local
353 struct smbnode *np = VTOSMB(vp); local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libuutil/
H A Duu_list.c133 uu_list_node_impl_t *np = (uu_list_node_impl_t *)np_arg; local
136 uintptr_t offset = (uintptr_t)np - (uintptr_t)base;
137 if (offset + sizeof (*np) > pp->ulp_objsize) {
140 base, (void *)np, (void *)pp, pp->ulp_name,
146 base, (void *)np, (void *)pp, pp->ulp_name,
150 np->uln_next = POOL_TO_MARKER(pp);
151 np->uln_prev = NULL;
157 uu_list_node_impl_t *np = (uu_list_node_impl_t *)np_arg; local
160 if (np->uln_next == NULL &&
161 np
261 list_insert(uu_list_t *lp, uu_list_node_impl_t *np, uu_list_node_impl_t *prev, uu_list_node_impl_t *next) argument
292 uu_list_node_impl_t *np; local
317 uu_list_node_impl_t *np; local
348 uu_list_node_impl_t *np = INDEX_TO_NODE(idx); local
373 uu_list_node_impl_t *np = INDEX_TO_NODE(idx); local
427 uu_list_node_impl_t *np = wp->ulw_next_result; local
477 uu_list_node_impl_t *np = list_walk_advance(wp, lp); local
495 uu_list_node_impl_t *np; local
546 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, elem); local
604 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, target); local
630 uu_list_node_impl_t *np = ELEM_TO_NODE(lp, target); local
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_sparc.c17 const BN_ULONG *np, const BN_ULONG *n0, int num)
20 const BN_ULONG *np, const BN_ULONG *n0, int num);
22 const BN_ULONG *np, const BN_ULONG *n0, int num);
24 const BN_ULONG *np, const BN_ULONG *n0, int num);
32 const BN_ULONG *np,
35 const BN_ULONG *bp, const BN_ULONG *np,
38 const BN_ULONG *bp, const BN_ULONG *np,
41 const BN_ULONG *bp, const BN_ULONG *np,
44 const BN_ULONG *bp, const BN_ULONG *np,
52 if ((*worker) (rp, ap, bp, np, n
16 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
[all...]
H A Dbn_ppc.c16 const BN_ULONG *np, const BN_ULONG *n0, int num)
19 const BN_ULONG *np, const BN_ULONG *n0, int num);
21 const BN_ULONG *np, const BN_ULONG *n0, int num);
27 return bn_mul4x_mont_int(rp, ap, bp, np, n0, num);
37 return bn_mul_mont_int(rp, ap, bp, np, n0, num);
15 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
/freebsd-current/usr.bin/ctags/
H A Dtree.c51 NODE *np; local
56 if (!(np = (NODE *)malloc(sizeof(NODE)))) {
61 if (!(head = np = (NODE *)malloc(sizeof(NODE))))
75 if (!(np->entry = strdup(name)))
77 np->file = curfile;
78 np->lno = ln;
79 np->left = np->right = 0;
80 if (!(np->pat = strdup(lbuf)))
83 head = np;
[all...]
/freebsd-current/sbin/restore/
H A Dsymtab.c93 addino(ino_t inum, struct entry *np) argument
100 np->e_ino = inum;
101 np->e_next = *epp;
102 *epp = np;
104 for (np = np->e_next; np != NULL; np = np->e_next)
105 if (np
139 char *np, *cp; local
216 struct entry *np, *ep; local
264 struct entry *np; local
307 struct entry *np; local
335 struct entry *np; local
380 struct strhdr *np; local
407 struct strhdr *tp, *np; local
[all...]
/freebsd-current/tools/regression/geom/ConfCmp/
H A DConfCmp.c80 struct node *np; local
82 np = calloc(1, sizeof *np);
83 np->cont = sbuf_new_auto();
84 sbuf_clear(np->cont);
85 np->key = sbuf_new_auto();
86 sbuf_clear(np->key);
87 LIST_INIT(&np->children);
88 return (np);
102 struct node *np; local
131 struct node *np; local
208 print_node(struct node *np) argument
219 print_tree(struct node *np, int n) argument
229 sort_node(struct node *np) argument
[all...]
/freebsd-current/lib/libc/nls/
H A Dmsgcat.c81 #define SAVEFAIL(n, l, e) { np = calloc(1, sizeof(struct catentry)); \
82 if (np != NULL) { \
83 np->name = strdup(n); \
84 np->catd = NLERR; \
85 np->lang = (l == NULL) ? NULL : \
87 np->caterrno = e; \
88 if (np->name == NULL || \
89 (l != NULL && np->lang == NULL)) { \
90 free(np->name); \
91 free(np
130 struct catentry *np; local
343 catfree(struct catentry *np) argument
360 struct catentry *np; local
390 struct catentry *np; local
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsetenv.c62 const char *np; local
68 for (np = name, i = len; i && *cp; i--)
69 if (*cp++ != *np++)
137 const char *np; local
140 for (np = name; *np && *np != '='; ++np)
143 if (*np) {
150 if ((C = __findenv(name, (int)(np
203 const char *np; local
[all...]
/freebsd-current/usr.sbin/pw/
H A Dstrtounum.c36 strtounum(const char * __restrict np, uintmax_t minval, uintmax_t maxval, argument
49 ret = strtoumax(np, &endp, 10);
50 if (endp == np || *endp != '\0') {
/freebsd-current/sys/dev/drm2/
H A Ddrm_gem_names.c42 struct drm_gem_name *np);
57 struct drm_gem_name *np; local
62 while ((np = LIST_FIRST(&names->names_hash[i])) != NULL) {
63 drm_gem_names_delete_name(names, np);
149 struct drm_gem_name *np; local
155 np = malloc(sizeof(struct drm_gem_name), M_GEM_NAMES, M_WAITOK);
157 np->name = alloc_unr(names->unr);
158 if (np->name == -1) {
160 free(np, M_GEM_NAMES);
163 *name = np
171 drm_gem_names_delete_name(struct drm_gem_names *names, struct drm_gem_name *np) argument
203 struct drm_gem_name *np; local
[all...]
/freebsd-current/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c66 struct nvmft_port *np = arg; local
68 sx_xlock(&np->lock);
69 np->online = true;
70 sx_xunlock(&np->lock);
76 struct nvmft_port *np = arg; local
79 sx_xlock(&np->lock);
80 np->online = false;
82 TAILQ_FOREACH(ctrlr, &np->controllers, link) {
88 while (!TAILQ_EMPTY(&np->controllers))
89 sx_sleep(np,
96 struct nvmft_port *np = arg; local
152 struct nvmft_port *np = arg; local
189 nvmft_populate_active_nslist(struct nvmft_port *np, uint32_t nsid, struct nvme_ns_list *nslist) argument
213 struct nvmft_port *np = ctrlr->np; local
253 struct nvmft_port *np = ctrlr->np; local
570 nvmft_port_free(struct nvmft_port *np) argument
590 struct nvmft_port *np; local
605 struct nvmft_port *np; local
658 struct nvmft_port *np; local
815 struct nvmft_port *np; local
884 struct nvmft_port *np; local
964 struct nvmft_port *np; local
1024 struct nvmft_port *np; local
[all...]

Completed in 730 milliseconds

1234567891011>>