Searched refs:rlp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dfault.c128 struct rlimit rlp; local
129 getrlimit(RLIMIT_CORE, &rlp);
130 rlp.rlim_cur = MAX(16*1024*1024,rlp.rlim_cur);
131 setrlimit(RLIMIT_CORE, &rlp);
132 getrlimit(RLIMIT_CORE, &rlp);
134 (int)rlp.rlim_cur,(int)rlp.rlim_max));
H A Dutil.c2392 struct rlimit rlp; local
2395 if(getrlimit(RLIMIT_NOFILE, &rlp)) {
2408 * which always returns RLIM_INFINITY for rlp.rlim_max.
2414 if (rlp.rlim_max != RLIM_INFINITY) {
2415 int orig_max = rlp.rlim_max;
2417 if ( rlp.rlim_max < requested_max )
2418 rlp.rlim_max = requested_max;
2423 if(setrlimit(RLIMIT_NOFILE, &rlp)) {
2425 (int)rlp.rlim_max, strerror(errno) ));
2428 rlp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ospf6.c205 register const struct rlalink6 *rlp; local
254 rlp = lsap->lsa_un.un_rla.rla_link;
256 if (lsa_length < sizeof (*rlp))
258 lsa_length -= sizeof (*rlp);
259 TCHECK(*rlp);
260 switch (rlp->link_type) {
265 ipaddr_string(&rlp->link_nrtid),
266 ipaddr_string(&rlp->link_nifid),
267 ipaddr_string(&rlp->link_ifid));
273 ipaddr_string(&rlp
[all...]
H A Dprint-ospf.c566 register const struct rlalink *rlp; local
591 rlp = lsap->lsa_un.un_rla.rla_link;
593 TCHECK(*rlp);
594 switch (rlp->un_tos.link.link_type) {
598 ipaddr_string(&rlp->link_id),
599 ipaddr_string(&rlp->link_data));
604 ipaddr_string(&rlp->link_id),
605 ipaddr_string(&rlp->link_data));
610 ipaddr_string(&rlp->link_id),
611 ipaddr_string(&rlp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Diseries_veth.c310 static int veth_allocate_events(HvLpIndex rlp, int number) argument
315 mf_allocate_lp_events(rlp, HvLpEvent_Type_VirtualLan,
526 HvLpIndex rlp = event->base_event.xTargetLp; local
527 struct veth_lpar_connection *cnx = veth_cnx[rlp];
540 event->base_event.xSubtype, rlp);
546 HvLpIndex rlp = event->base_event.xSourceLp; local
547 struct veth_lpar_connection *cnx = veth_cnx[rlp];
586 event->base_event.xSubtype, rlp);
645 int rlp = cnx->remote_lp; local
706 HvCallEvent_openLpEventPath(rlp, HvLpEvent_Type_VirtualLa
811 veth_init_connection(u8 rlp) argument
1100 veth_transmit_to_one(struct sk_buff *skb, HvLpIndex rlp, struct net_device *dev) argument
1198 HvLpIndex rlp = frame[5]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c851 FTPLinePtr lp, rlp, llp, mlp; local
912 for (rlp = rfiles.first, llp = lfiles.first, n2 = n; ((rlp != NULL) && (llp != NULL)); rlp = rlp->next, llp = llp->next) {
914 rpath = rlp->line;
937 rlp->line[0] = '\0'; /* Mark it as an error */
943 rlp->line[0] = '\0'; /* Mark it as an error */
974 for (rlp = rfiles.first, llp = lfiles.first; ((rlp !
[all...]

Completed in 145 milliseconds