Home
last modified time | relevance | path

Searched refs:newreq (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ypcmd/
H A Dypserv_proc.c386 struct ypreq_newxfr newreq; in ypxfr() local
398 memset(&newreq, 0, sizeof (newreq)); in ypxfr()
400 (char *)&newreq)) { in ypxfr()
415 newreq.map_parms.domain, in ypxfr()
416 newreq.map_parms.map, in ypxfr()
417 newreq.map_parms.ordernum, in ypxfr()
418 newreq.map_parms.owner, in ypxfr()
419 newreq.transid, in ypxfr()
420 newreq.proto, in ypxfr()
421 newreq.name); in ypxfr()
[all …]
/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.c1534 char *newreq; in http_req() local
1636 if ((newreq = realloc(request, requestlen)) == NULL) { in http_req()
1641 request = newreq; in http_req()
1687 if ((newreq = realloc(request, requestlen)) == NULL) { in http_req()
1694 request = newreq; in http_req()