Home
last modified time | relevance | path

Searched full:nl (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/openbmc/linux/drivers/net/plip/
H A Dplip.c291 struct net_local *nl = netdev_priv(dev); in plip_init_netdev() local
302 nl->port_owner = 0; in plip_init_netdev()
305 nl->trigger = PLIP_TRIGGER_WAIT; in plip_init_netdev()
306 nl->nibble = PLIP_NIBBLE_WAIT; in plip_init_netdev()
309 INIT_WORK(&nl->immediate, plip_bh); in plip_init_netdev()
310 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh); in plip_init_netdev()
313 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh); in plip_init_netdev()
315 spin_lock_init(&nl->lock); in plip_init_netdev()
324 struct net_local *nl = in plip_kick_bh() local
327 if (nl->is_deferred) in plip_kick_bh()
[all …]
/openbmc/linux/tools/scripts/
H A Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
38 # See escape-nl.
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Ddevlink.yaml263 pre: devlink-nl-pre-doit
264 post: devlink-nl-post-doit
289 pre: devlink-nl-pre-doit-port
290 post: devlink-nl-post-doit
317 pre: devlink-nl-pre-doit
318 post: devlink-nl-post-doit
343 pre: devlink-nl-pre-doit
344 post: devlink-nl-post-doit
370 pre: devlink-nl-pre-doit-port
371 post: devlink-nl-post-doit
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h59 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1 argument
60 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument
62 XFS_DIRENTER_MAX_SPLIT(mp,nl))
79 #define XFS_CREATE_SPACE_RES(mp,nl) \ argument
80 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
87 #define XFS_LINK_SPACE_RES(mp,nl) \ argument
88 XFS_DIRENTER_SPACE_RES(mp,nl)
89 #define XFS_MKDIR_SPACE_RES(mp,nl) \ argument
90 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
98 #define XFS_RENAME_SPACE_RES(mp,nl) \ argument
[all …]
/openbmc/u-boot/arch/m68k/include/asm/
H A Dio.h50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
99 static inline void _insl(volatile u32 * port, void *buf, int nl) in _insl() argument
102 while (nl--) in _insl()
106 static inline void _outsl(volatile u32 * port, const void *buf, int nl) in _outsl() argument
109 while (nl--) { in _outsl()
130 static inline void _insl_ns(volatile u32 * port, void *buf, int nl) in _insl_ns() argument
133 while (nl--) in _insl_ns()
137 static inline void _outsl_ns(volatile u32 * port, const void *buf, int nl) in _outsl_ns() argument
140 while (nl--) { in _outsl_ns()
[all …]
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py171 ri.cw.nl()
180 ri.cw.nl()
1012 self.nl = cw.nlib
1102 def nl(self): member in CodeWriter
1188 self.nl()
1345 cw.nl()
1351 cw.nl()
1366 cw.nl()
1383 cw.nl()
1401 cw.nl()
[all …]
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnf-queue.c211 struct mnl_socket *nl; in open_queue() local
216 nl = mnl_socket_open(NETLINK_NETFILTER); in open_queue()
217 if (nl == NULL) { in open_queue()
222 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) { in open_queue()
230 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in open_queue()
242 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in open_queue()
249 if (opts.timeout && setsockopt(mnl_socket_get_fd(nl), in open_queue()
256 return nl; in open_queue()
273 struct mnl_socket *nl; in mainloop() local
285 nl = open_queue(); in mainloop()
[all …]
/openbmc/linux/kernel/
H A Dnotifier.c25 static int notifier_chain_register(struct notifier_block **nl, in notifier_chain_register() argument
29 while ((*nl) != NULL) { in notifier_chain_register()
30 if (unlikely((*nl) == n)) { in notifier_chain_register()
35 if (n->priority > (*nl)->priority) in notifier_chain_register()
37 if (n->priority == (*nl)->priority && unique_priority) in notifier_chain_register()
39 nl = &((*nl)->next); in notifier_chain_register()
41 n->next = *nl; in notifier_chain_register()
42 rcu_assign_pointer(*nl, n); in notifier_chain_register()
47 static int notifier_chain_unregister(struct notifier_block **nl, in notifier_chain_unregister() argument
50 while ((*nl) != NULL) { in notifier_chain_unregister()
[all …]
/openbmc/sdbusplus/tools/
H A Dsdbus++-gen-meson216 nl=$'\n'
224 sources="${sources}${ind}'${yamldir}/$1.${s}',${nl}"
228 outputs="${outputs}${ind}'error.cpp',${nl}"
229 install="${install}${ind}false,${nl}"
231 outputs="${outputs}${ind}'error.hpp',${nl}"
232 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}"
236 outputs="${outputs}${ind}'event.cpp',${nl}"
237 install="${install}${ind}false,${nl}"
239 outputs="${outputs}${ind}'event.hpp',${nl}"
240 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}"
[all …]
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c248 unsigned int nl = be16_to_cpu(ev->event_name_len); in event_desc() local
249 __be16 *desc_len = (__be16 *)(ev->remainder + nl - 2); in event_desc()
252 return (char *)ev->remainder + nl; in event_desc()
257 unsigned int nl = be16_to_cpu(ev->event_name_len); in event_long_desc() local
258 __be16 *desc_len_ = (__be16 *)(ev->remainder + nl - 2); in event_long_desc()
260 __be16 *long_desc_len = (__be16 *)(ev->remainder + nl + desc_len - 2); in event_long_desc()
263 return (char *)ev->remainder + nl + desc_len; in event_long_desc()
287 unsigned int nl = be16_to_cpu(ev->event_name_len); in event_end() local
289 if (nl < 2) { in event_end()
290 pr_debug("%s: name length too short: %d", __func__, nl); in event_end()
[all …]
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dmal.c40 MAL_DBG(mal, "reg(%08x, %08x)" NL, in mal_register_commac()
70 MAL_DBG(mal, "unreg(%08x, %08x)" NL, in mal_unregister_commac()
87 MAL_DBG(mal, "set_rbcs(%d, %lu)" NL, channel, size); in mal_set_rcbs()
119 MAL_DBG(mal, "enable_tx(%d)" NL, channel); in mal_enable_tx_channel()
131 MAL_DBG(mal, "disable_tx(%d)" NL, channel); in mal_disable_tx_channel()
148 MAL_DBG(mal, "enable_rx(%d)" NL, channel); in mal_enable_rx_channel()
168 MAL_DBG(mal, "disable_rx(%d)" NL, channel); in mal_disable_rx_channel()
177 MAL_DBG(mal, "poll_add(%p)" NL, commac); in mal_poll_add()
193 MAL_DBG(mal, "poll_del(%p)" NL, commac); in mal_poll_del()
203 MAL_DBG2(mal, "enable_irq" NL); in mal_enable_eob_irq()
[all …]
H A Dcore.c131 DBG(dev, "%s" NL, error); in emac_report_timeout_error()
218 DBG(dev, "tx_enable" NL); in emac_tx_enable()
230 DBG(dev, "tx_disable" NL); in emac_tx_disable()
253 DBG(dev, "rx_enable" NL); in emac_rx_enable()
279 DBG(dev, "rx_disable" NL); in emac_rx_disable()
331 DBG(dev, "rx_disable_async" NL); in emac_rx_disable_async()
344 DBG(dev, "reset" NL); in emac_reset()
427 DBG(dev, "hash_mc %d" NL, netdev_mc_count(dev->ndev)); in emac_hash_mc()
433 DBG2(dev, "mc %pM" NL, ha->addr); in emac_hash_mc()
479 DBG2(dev, "__emac_calc_base_mr1" NL); in __emac_calc_base_mr1()
[all …]
H A Dzmii.c89 ZMII_DBG(dev, "init(%d, %d)" NL, input, *mode); in zmii_attach()
111 ZMII_DBG(dev, "autodetecting mode, FER = 0x%08x" NL, r); in zmii_attach()
155 ZMII_DBG2(dev, "get_mdio(%d)" NL, input); in zmii_get_mdio()
167 ZMII_DBG2(dev, "put_mdio(%d)" NL, input); in zmii_put_mdio()
181 ZMII_DBG(dev, "speed(%d, %d)" NL, input, speed); in zmii_set_speed()
201 ZMII_DBG(dev, "detach(%d)" NL, input); in zmii_detach()
/openbmc/linux/arch/arm/vfp/
H A Dvfp.h44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() argument
50 : "=r" (nl), "=r" (nh) in add128()
51 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in add128()
54 *resl = nl; in add128()
57 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() argument
63 : "=r" (nl), "=r" (nh) in sub128()
64 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in sub128()
67 *resl = nl; in sub128()
72 u32 nh, nl, mh, ml; in mul64to128() local
75 nl = n; in mul64to128()
[all …]
/openbmc/linux/fs/ceph/
H A Dioctl.c72 struct ceph_ioctl_layout nl; in ceph_ioctl_set_layout() local
83 memset(&nl, 0, sizeof(nl)); in ceph_ioctl_set_layout()
85 nl.stripe_count = l.stripe_count; in ceph_ioctl_set_layout()
87 nl.stripe_count = ci->i_layout.stripe_count; in ceph_ioctl_set_layout()
89 nl.stripe_unit = l.stripe_unit; in ceph_ioctl_set_layout()
91 nl.stripe_unit = ci->i_layout.stripe_unit; in ceph_ioctl_set_layout()
93 nl.object_size = l.object_size; in ceph_ioctl_set_layout()
95 nl.object_size = ci->i_layout.object_size; in ceph_ioctl_set_layout()
97 nl.data_pool = l.data_pool; in ceph_ioctl_set_layout()
99 nl.data_pool = ci->i_layout.pool_id; in ceph_ioctl_set_layout()
[all …]
/openbmc/linux/net/tipc/
H A Dbcast.c731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) in tipc_nlist_init() argument
733 memset(nl, 0, sizeof(*nl)); in tipc_nlist_init()
734 INIT_LIST_HEAD(&nl->list); in tipc_nlist_init()
735 nl->self = self; in tipc_nlist_init()
738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add() argument
740 if (node == nl->self) in tipc_nlist_add()
741 nl->local = true; in tipc_nlist_add()
742 else if (tipc_dest_push(&nl->list, node, 0)) in tipc_nlist_add()
743 nl->remote++; in tipc_nlist_add()
746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del() argument
[all …]
H A Dbcast.h63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
64 void tipc_nlist_purge(struct tipc_nlist *nl);
65 void tipc_nlist_add(struct tipc_nlist *nl, u32 node);
66 void tipc_nlist_del(struct tipc_nlist *nl, u32 node);
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
48 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
75 extern void _insl(volatile u32 *port, void *buf, int nl);
76 extern void _outsl(volatile u32 *port, const void *buf, int nl);
79 extern void _insl_ns(volatile u32 *port, void *buf, int nl);
80 extern void _outsl_ns(volatile u32 *port, const void *buf, int nl);
89 #define insl_ns(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
90 #define outsl_ns(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) argument
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c262 struct nlmsghdr nl; in get_route_table() member
280 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in get_route_table()
281 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP; in get_route_table()
282 req.nl.nlmsg_type = RTM_GETROUTE; in get_route_table()
286 req.nl.nlmsg_pid = 0; in get_route_table()
287 req.nl.nlmsg_seq = ++seq; in get_route_table()
289 iov.iov_base = (void *)&req.nl; in get_route_table()
290 iov.iov_len = req.nl.nlmsg_len; in get_route_table()
398 struct nlmsghdr nl; in get_arp_table() member
416 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); in get_arp_table()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/vim/files/
H A D0001-src-Makefile-improve-reproducibility.patch29 - -@echo 'char_u *compiled_user = (char_u *)"' | tr -d $(NL) >> $@
31 - echo "$(COMPILEDBY)" | tr -d $(NL) >> $@; \
32 - else ((logname) 2>/dev/null || whoami) | tr -d $(NL) >> $@; fi
34 - -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
35 - -@if test -z "$(COMPILEDBY)"; then hostname | tr -d $(NL) >> $@; fi
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dmusl-locales_git.bb42 LICENSE:locale-base-nl-nl = "MIT"
60 locale-base-nl-nl \
78 FILES:locale-base-nl-nl += "${datadir}/i18n/locales/musl/nl_NL.UTF-8"
/openbmc/linux/drivers/staging/gdm724x/
H A Dnetlink_k.c38 pr_err("nl cb - unregistered\n"); in netlink_rcv_cb()
43 pr_err("nl cb - invalid skb length\n"); in netlink_rcv_cb()
50 pr_err("nl cb - invalid length (%d,%d)\n", in netlink_rcv_cb()
64 pr_err("nl cb - dev (%d) not found\n", ifindex); in netlink_rcv_cb()
122 netdev_err(dev, "nl broadcast g=%d, t=%d, l=%d, r=%d\n", in netlink_send()
/openbmc/linux/tools/perf/arch/riscv/util/
H A Dheader.c22 char *line2, *nl; in _get_field() local
29 nl = strrchr(line, '\n'); in _get_field()
30 if (!nl) in _get_field()
33 return strndup(line2, nl - line2); in _get_field()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bdi3 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
28 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
35 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
64 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
129 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
/openbmc/linux/include/linux/
H A Dplist.h34 * nl:node_list
42 * |->|nl|<->|nl|<->|nl|<->|nl|<->|nl|<->|nl|<-|

12345678910>>...27