Searched refs:nl (Results 1 - 25 of 615) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Dnetlink.c46 int avahi_netlink_work(AvahiNetlink *nl, int block) { argument
55 assert(nl);
57 iov.iov_base = nl->buffer;
58 iov.iov_len = nl->buffer_length;
68 if ((bytes = recvmsg(nl->fd, &smsg, 0)) < 0) {
88 p = (struct nlmsghdr *) nl->buffer;
90 assert(nl->callback);
98 nl->callback(nl, p, nl
105 AvahiNetlink *nl = userdata; local
114 avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, void (*cb) (AvahiNetlink *nl, struct nlmsghdr *n, void* userdata), void* userdata) argument
118 AvahiNetlink *nl = NULL; local
179 avahi_netlink_free(AvahiNetlink *nl) argument
192 avahi_netlink_send(AvahiNetlink *nl, struct nlmsghdr *m, unsigned *ret_seq) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Dnetlink.c46 int avahi_netlink_work(AvahiNetlink *nl, int block) { argument
55 assert(nl);
57 iov.iov_base = nl->buffer;
58 iov.iov_len = nl->buffer_length;
68 if ((bytes = recvmsg(nl->fd, &smsg, 0)) < 0) {
88 p = (struct nlmsghdr *) nl->buffer;
90 assert(nl->callback);
98 nl->callback(nl, p, nl
105 AvahiNetlink *nl = userdata; local
114 avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, void (*cb) (AvahiNetlink *nl, struct nlmsghdr *n, void* userdata), void* userdata) argument
118 AvahiNetlink *nl = NULL; local
179 avahi_netlink_free(AvahiNetlink *nl) argument
192 avahi_netlink_send(AvahiNetlink *nl, struct nlmsghdr *m, unsigned *ret_seq) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Dnetlink.c46 int avahi_netlink_work(AvahiNetlink *nl, int block) { argument
55 assert(nl);
57 iov.iov_base = nl->buffer;
58 iov.iov_len = nl->buffer_length;
68 if ((bytes = recvmsg(nl->fd, &smsg, 0)) < 0) {
88 p = (struct nlmsghdr *) nl->buffer;
90 assert(nl->callback);
98 nl->callback(nl, p, nl
105 AvahiNetlink *nl = userdata; local
114 avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, void (*cb) (AvahiNetlink *nl, struct nlmsghdr *n, void* userdata), void* userdata) argument
118 AvahiNetlink *nl = NULL; local
179 avahi_netlink_free(AvahiNetlink *nl) argument
192 avahi_netlink_send(AvahiNetlink *nl, struct nlmsghdr *m, unsigned *ret_seq) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dplip.c291 struct net_local *nl = netdev_priv(dev); local
302 nl->port_owner = 0;
305 nl->trigger = PLIP_TRIGGER_WAIT;
306 nl->nibble = PLIP_NIBBLE_WAIT;
309 INIT_WORK(&nl->immediate, plip_bh);
310 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh);
313 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh);
315 spin_lock_init(&nl->lock);
324 struct net_local *nl = local
327 if (nl
368 struct net_local *nl = container_of(work, struct net_local, immediate); local
386 struct net_local *nl = local
400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
475 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
586 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
747 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
862 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
880 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
908 struct net_local *nl; local
957 struct net_local *nl = netdev_priv(dev); local
1051 struct net_local *nl = netdev_priv(dev); local
1110 struct net_local *nl = netdev_priv(dev); local
1157 struct net_local *nl = netdev_priv(dev); local
1173 struct net_local *nl = netdev_priv(dev); local
1199 struct net_local *nl = netdev_priv(dev); local
1247 struct net_local *nl; local
1333 struct net_local *nl = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dplip.c291 struct net_local *nl = netdev_priv(dev); local
302 nl->port_owner = 0;
305 nl->trigger = PLIP_TRIGGER_WAIT;
306 nl->nibble = PLIP_NIBBLE_WAIT;
309 INIT_WORK(&nl->immediate, plip_bh);
310 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh);
313 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh);
315 spin_lock_init(&nl->lock);
324 struct net_local *nl = local
327 if (nl
368 struct net_local *nl = container_of(work, struct net_local, immediate); local
386 struct net_local *nl = local
400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
475 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
586 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
747 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
862 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
880 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
908 struct net_local *nl; local
957 struct net_local *nl = netdev_priv(dev); local
1051 struct net_local *nl = netdev_priv(dev); local
1110 struct net_local *nl = netdev_priv(dev); local
1157 struct net_local *nl = netdev_priv(dev); local
1173 struct net_local *nl = netdev_priv(dev); local
1199 struct net_local *nl = netdev_priv(dev); local
1247 struct net_local *nl; local
1333 struct net_local *nl = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/scripts/
H A Dxzless.in44 nl='
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c355 struct net_local *nl; local
387 nl = netdev_priv(dev);
388 if( !nl ) {
394 memset( nl, 0, sizeof(struct net_local) );
395 spin_lock_init( &nl->lock );
405 nl->maxframe = DEFAULT_FRAME_LEN;
406 nl->csr1.rate = baud[ num ];
408 if( (nl->cur_rxl_index = rxl[ num ]) == -1 )
410 nl->cur_rxl_index = DEF_RXL,
411 nl
456 struct net_local *nl = netdev_priv(p); local
478 struct net_local *nl = netdev_priv(dev); local
512 struct net_local *nl = netdev_priv(dev); local
540 struct net_local *nl = netdev_priv(dev); local
598 struct net_local *nl = netdev_priv(dev); local
632 struct net_local *nl = netdev_priv(dev); local
689 struct net_local *nl = netdev_priv(dev); local
708 struct net_local *nl = netdev_priv(dev); local
761 struct net_local *nl = netdev_priv(dev); local
783 struct net_local *nl = netdev_priv(dev); local
817 struct net_local *nl = netdev_priv(dev); local
848 struct net_local *nl = netdev_priv(dev); local
879 struct net_local *nl = netdev_priv(dev); local
909 struct net_local *nl = netdev_priv(dev); local
1011 struct net_local *nl = netdev_priv(dev); local
1042 struct net_local *nl = netdev_priv(dev); local
1095 struct net_local *nl = netdev_priv(dev); local
1117 struct net_local *nl = netdev_priv(dev); local
1141 struct net_local *nl = netdev_priv(dev); local
1164 struct net_local *nl = netdev_priv(dev); local
1220 struct net_local *nl = netdev_priv(dev); local
1304 struct net_local *nl = netdev_priv(dev); local
1394 struct net_local *nl = netdev_priv(dev); local
1431 struct net_local *nl = netdev_priv(p); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.c355 struct net_local *nl; local
387 nl = netdev_priv(dev);
388 if( !nl ) {
394 memset( nl, 0, sizeof(struct net_local) );
395 spin_lock_init( &nl->lock );
405 nl->maxframe = DEFAULT_FRAME_LEN;
406 nl->csr1.rate = baud[ num ];
408 if( (nl->cur_rxl_index = rxl[ num ]) == -1 )
410 nl->cur_rxl_index = DEF_RXL,
411 nl
456 struct net_local *nl = netdev_priv(p); local
478 struct net_local *nl = netdev_priv(dev); local
512 struct net_local *nl = netdev_priv(dev); local
540 struct net_local *nl = netdev_priv(dev); local
598 struct net_local *nl = netdev_priv(dev); local
632 struct net_local *nl = netdev_priv(dev); local
689 struct net_local *nl = netdev_priv(dev); local
708 struct net_local *nl = netdev_priv(dev); local
761 struct net_local *nl = netdev_priv(dev); local
783 struct net_local *nl = netdev_priv(dev); local
817 struct net_local *nl = netdev_priv(dev); local
848 struct net_local *nl = netdev_priv(dev); local
879 struct net_local *nl = netdev_priv(dev); local
909 struct net_local *nl = netdev_priv(dev); local
1011 struct net_local *nl = netdev_priv(dev); local
1042 struct net_local *nl = netdev_priv(dev); local
1095 struct net_local *nl = netdev_priv(dev); local
1117 struct net_local *nl = netdev_priv(dev); local
1141 struct net_local *nl = netdev_priv(dev); local
1164 struct net_local *nl = netdev_priv(dev); local
1220 struct net_local *nl = netdev_priv(dev); local
1304 struct net_local *nl = netdev_priv(dev); local
1394 struct net_local *nl = netdev_priv(dev); local
1431 struct net_local *nl = netdev_priv(p); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans_space.h43 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1
44 #define XFS_DIRENTER_SPACE_RES(mp,nl) \
46 XFS_DIRENTER_MAX_SPLIT(mp,nl))
62 #define XFS_CREATE_SPACE_RES(mp,nl) \
63 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
70 #define XFS_LINK_SPACE_RES(mp,nl) \
71 XFS_DIRENTER_SPACE_RES(mp,nl)
72 #define XFS_MKDIR_SPACE_RES(mp,nl) \
73 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
81 #define XFS_RENAME_SPACE_RES(mp,nl) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_space.h43 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1
44 #define XFS_DIRENTER_SPACE_RES(mp,nl) \
46 XFS_DIRENTER_MAX_SPLIT(mp,nl))
62 #define XFS_CREATE_SPACE_RES(mp,nl) \
63 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
70 #define XFS_LINK_SPACE_RES(mp,nl) \
71 XFS_DIRENTER_SPACE_RES(mp,nl)
72 #define XFS_MKDIR_SPACE_RES(mp,nl) \
73 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
81 #define XFS_RENAME_SPACE_RES(mp,nl) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ieee802154/
H A DMakefile2 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ieee802154/
H A DMakefile2 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dbsd-kvm.c165 struct nlist nl[2]; local
175 memset (nl, 0, sizeof nl);
176 nl[0].n_name = "_dumppcb";
178 if (kvm_nlist (core_kd, nl) == -1)
181 if (nl[0].n_value != 0)
185 if (bsd_kvm_fetch_pcb (regcache, (struct pcb *) nl[0].n_value))
193 memset (nl, 0, sizeof nl);
194 nl[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dbsd-kvm.c165 struct nlist nl[2]; local
175 memset (nl, 0, sizeof nl);
176 nl[0].n_name = "_dumppcb";
178 if (kvm_nlist (core_kd, nl) == -1)
181 if (nl[0].n_value != 0)
185 if (bsd_kvm_fetch_pcb (regcache, (struct pcb *) nl[0].n_value))
193 memset (nl, 0, sizeof nl);
194 nl[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dbsd-kvm.c165 struct nlist nl[2]; local
175 memset (nl, 0, sizeof nl);
176 nl[0].n_name = "_dumppcb";
178 if (kvm_nlist (core_kd, nl) == -1)
181 if (nl[0].n_value != 0)
185 if (bsd_kvm_fetch_pcb (regcache, (struct pcb *) nl[0].n_value))
193 memset (nl, 0, sizeof nl);
194 nl[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/contrib/pull-resolv-conf/
H A Dclient.up45 nl='
69 dns="${dns}${dns:+$nl}nameserver ${fopt#dhcp-option DNS }"
87 out="# resolv.conf autogenerated by ${0} (${1})${nl}${dns}${nl}${ds}${domains}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/contrib/pull-resolv-conf/
H A Dclient.up45 nl='
69 dns="${dns}${dns:+$nl}nameserver ${fopt#dhcp-option DNS }"
87 out="# resolv.conf autogenerated by ${0} (${1})${nl}${dns}${nl}${ds}${domains}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/contrib/pull-resolv-conf/
H A Dclient.up45 nl='
69 dns="${dns}${dns:+$nl}nameserver ${fopt#dhcp-option DNS }"
87 out="# resolv.conf autogenerated by ${0} (${1})${nl}${dns}${nl}${ds}${domains}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dnotifier.c21 static int notifier_chain_register(struct notifier_block **nl, argument
24 while ((*nl) != NULL) {
25 if (n->priority > (*nl)->priority)
27 nl = &((*nl)->next);
29 n->next = *nl;
30 rcu_assign_pointer(*nl, n);
34 static int notifier_chain_cond_register(struct notifier_block **nl, argument
37 while ((*nl) != NULL) {
38 if ((*nl)
49 notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n) argument
74 notifier_call_chain(struct notifier_block **nl, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dnotifier.c21 static int notifier_chain_register(struct notifier_block **nl, argument
24 while ((*nl) != NULL) {
25 if (n->priority > (*nl)->priority)
27 nl = &((*nl)->next);
29 n->next = *nl;
30 rcu_assign_pointer(*nl, n);
34 static int notifier_chain_cond_register(struct notifier_block **nl, argument
37 while ((*nl) != NULL) {
38 if ((*nl)
49 notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n) argument
74 notifier_call_chain(struct notifier_block **nl, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_mont.c182 int nl, max, i; local
185 nl = n->top;
186 if (nl == 0) {
191 max = (2 * nl); /* carry is stored separately */
211 fprintf(stderr, "word BN_from_montgomery_word %d * %d\n", nl, nl);
213 for (carry = 0, i = 0; i < nl; i++, rp++) {
225 v = bn_mul_add_words(rp, np, nl, (BN_ULONG)t1);
228 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
230 v = (v + carry + rp[nl])
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_mont.c182 int nl, max, i; local
185 nl = n->top;
186 if (nl == 0) {
191 max = (2 * nl); /* carry is stored separately */
211 fprintf(stderr, "word BN_from_montgomery_word %d * %d\n", nl, nl);
213 for (carry = 0, i = 0; i < nl; i++, rp++) {
225 v = bn_mul_add_words(rp, np, nl, (BN_ULONG)t1);
228 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
230 v = (v + carry + rp[nl])
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_mont.c182 int nl, max, i; local
185 nl = n->top;
186 if (nl == 0) {
191 max = (2 * nl); /* carry is stored separately */
211 fprintf(stderr, "word BN_from_montgomery_word %d * %d\n", nl, nl);
213 for (carry = 0, i = 0; i < nl; i++, rp++) {
225 v = bn_mul_add_words(rp, np, nl, (BN_ULONG)t1);
228 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2);
230 v = (v + carry + rp[nl])
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dconsecutive.exp59 set nl "\[\r\n\]+"
71 global nl
75 -re "$hex.*${nl}($hex).*$gdb_prompt $" {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dconsecutive.exp59 set nl "\[\r\n\]+"
71 global nl
75 -re "$hex.*${nl}($hex).*$gdb_prompt $" {

Completed in 165 milliseconds

1234567891011>>