Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dgetcwd.c133 char *nup; in getcwd() local
135 if ((nup = realloc(up, upsize *= 2)) == NULL) in getcwd()
137 up = nup; in getcwd()
/titanic_50/usr/src/uts/common/io/
H A Dtimod.c2415 struct T_unitdata_req *nup; in tim_filladdr() local
2450 nup = (struct T_unitdata_req *)bp->b_rptr; in tim_filladdr()
2451 nup->PRIM_type = T_UNITDATA_REQ; in tim_filladdr()
2452 nup->DEST_length = plen = tp->tim_peerlen; in tim_filladdr()
2454 nup->DEST_offset = sizeof (struct T_unitdata_req); in tim_filladdr()
2461 nup->OPT_length = 0; in tim_filladdr()
2462 nup->OPT_offset = 0; in tim_filladdr()
2464 nup->OPT_length = up->OPT_length; in tim_filladdr()
2465 nup->OPT_offset = in tim_filladdr()