Searched refs:i_next (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dinterface.h13 struct interface *i_next; member in struct:interface
H A Dconfig.c234 iface = interfaces->i_next;
290 iface = iface->i_next;
424 for ( iface = interfaces; iface; iface = iface->i_next ) {
449 for ( iface = interfaces; iface->i_next; iface = iface->i_next )
451 iface->i_next = niface;
453 niface->i_next = NULL;
466 for ( iface = interfaces, cc = 0; iface; iface = iface->i_next, cc++ )
746 for ( iface = interfaces; iface; iface = iface->i_next ) {
780 for ( iface = interfaces; iface->i_next; ifac
[all...]
H A Dnbp.c165 if ( interfaces->i_next->i_rt->rt_zt ) {
166 zt = (struct ziptab *)interfaces->i_next->i_rt->rt_zt->l_data;
191 for ( iface = interfaces; iface; iface = iface->i_next ) {
212 for ( iface = interfaces; iface; iface = iface->i_next ) {
251 if ( interfaces->i_next->i_rt->rt_zt ) {
252 zt = (struct ziptab *)interfaces->i_next->i_rt->rt_zt->l_data;
338 } else if ( interfaces->i_next->i_rt->rt_zt ) {
339 zt = (struct ziptab *)interfaces->i_next->i_rt->rt_zt->l_data;
388 for ( iface = interfaces; iface; iface = iface->i_next ) {
423 iface = iface->i_next ) {
[all...]
H A Dmain.c144 for (iface = interfaces; iface; iface = iface->i_next) {
211 for ( iface = interfaces; iface; iface = iface->i_next ) {
287 ciface = ciface->i_next;
312 ciface = ciface->i_next;
561 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
718 for ( iface = interfaces; iface; iface = iface->i_next ) {
813 for ( iface = interfaces; iface; iface = iface->i_next ) {
942 iface=iface->i_next) {
954 for (iface = interfaces; iface; iface = iface->i_next) {
1027 for (iface = interfaces; iface; iface = iface->i_next) {
[all...]
H A Drtmp.c151 ciface = ciface->i_next;
298 for ( iface = interfaces; iface; iface = iface->i_next ) {
345 for ( i = interfaces; i; i = i->i_next ) {
423 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
H A Dzip.c143 for ( iface = interfaces; iface; iface = iface->i_next ) {
737 ciface = ciface->i_next;
801 iface = interfaces->i_next; /* first interface */
842 iface = interfaces->i_next; /* first interface */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dinterface.h13 struct interface *i_next; member in struct:interface
H A Dconfig.c234 iface = interfaces->i_next;
290 iface = iface->i_next;
424 for ( iface = interfaces; iface; iface = iface->i_next ) {
449 for ( iface = interfaces; iface->i_next; iface = iface->i_next )
451 iface->i_next = niface;
453 niface->i_next = NULL;
466 for ( iface = interfaces, cc = 0; iface; iface = iface->i_next, cc++ )
746 for ( iface = interfaces; iface; iface = iface->i_next ) {
780 for ( iface = interfaces; iface->i_next; ifac
[all...]
H A Dnbp.c165 if ( interfaces->i_next->i_rt->rt_zt ) {
166 zt = (struct ziptab *)interfaces->i_next->i_rt->rt_zt->l_data;
191 for ( iface = interfaces; iface; iface = iface->i_next ) {
212 for ( iface = interfaces; iface; iface = iface->i_next ) {
251 if ( interfaces->i_next->i_rt->rt_zt ) {
252 zt = (struct ziptab *)interfaces->i_next->i_rt->rt_zt->l_data;
338 } else if ( interfaces->i_next->i_rt->rt_zt ) {
339 zt = (struct ziptab *)interfaces->i_next->i_rt->rt_zt->l_data;
388 for ( iface = interfaces; iface; iface = iface->i_next ) {
423 iface = iface->i_next ) {
[all...]
H A Dmain.c144 for (iface = interfaces; iface; iface = iface->i_next) {
211 for ( iface = interfaces; iface; iface = iface->i_next ) {
287 ciface = ciface->i_next;
312 ciface = ciface->i_next;
561 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
718 for ( iface = interfaces; iface; iface = iface->i_next ) {
813 for ( iface = interfaces; iface; iface = iface->i_next ) {
942 iface=iface->i_next) {
954 for (iface = interfaces; iface; iface = iface->i_next) {
1027 for (iface = interfaces; iface; iface = iface->i_next) {
[all...]
H A Drtmp.c151 ciface = ciface->i_next;
298 for ( iface = interfaces; iface; iface = iface->i_next ) {
345 for ( i = interfaces; i; i = i->i_next ) {
423 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
H A Dzip.c143 for ( iface = interfaces; iface; iface = iface->i_next ) {
737 ciface = ciface->i_next;
801 iface = interfaces->i_next; /* first interface */
842 iface = interfaces->i_next; /* first interface */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c137 if ((iq = ip->i_next)) {
144 iq->i_prevp = &ip->i_next;
145 ip->i_next = iq;
212 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
376 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) {
392 iq->i_prevp = &ip->i_next;
394 ip->i_next = iq;
596 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
730 if ((iq = ip->i_next)) {
H A Dxfs_inode.h235 struct xfs_inode **ip_prevp; /* ptr to prev i_next */
242 struct xfs_inode *i_next; /* inode hash link forw */ member in struct:xfs_inode
245 struct xfs_inode **i_prevp; /* ptr to prev i_next */
H A Dxfs_inode.c2216 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {

Completed in 77 milliseconds