Home
last modified time | relevance | path

Searched refs:nsc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_compat.c219 struct nat_save_4010900 nsc; local
243 (obj->ipfo_size != sizeof (nsc)))
245 error = COPYIN((caddr_t)obj->ipfo_ptr, (caddr_t)&nsc,
250 nsp->ipn_next = nsc.ipn_next;
251 nsp->ipn_dsize = nsc.ipn_dsize;
252 nsp->ipn_nat.nat_inip = nsc.ipn_nat.nat_inip;
253 nsp->ipn_nat.nat_outip = nsc.ipn_nat.nat_outip;
254 nsp->ipn_nat.nat_oip = nsc.ipn_nat.nat_oip;
255 nsp->ipn_nat.nat_inport = nsc.ipn_nat.nat_inport;
256 nsp->ipn_nat.nat_outport = nsc.ipn_nat.nat_outport;
[all …]
/titanic_50/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c61 ns_cred_t nsc; member
140 strings2cred(ns_cred_t *nsc, char *user, char *passwd, char *auth) in strings2cred() argument
143 (void) memset(nsc, 0, sizeof (ns_cred_t)); in strings2cred()
145 if ((rc = string2auth(auth, &nsc->auth)) != IDMAP_SUCCESS) in strings2cred()
149 nsc->cred.unix_cred.userID = strdup(user); in strings2cred()
150 if (nsc->cred.unix_cred.userID == NULL) in strings2cred()
155 nsc->cred.unix_cred.passwd = strdup(passwd); in strings2cred()
156 if (nsc->cred.unix_cred.passwd == NULL) { in strings2cred()
157 free(nsc->cred.unix_cred.userID); in strings2cred()
335 if (p->nsc.cred.unix_cred.userID != NULL) { in idmap_fini_namemaps()
[all …]
/titanic_50/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1706 for (cs->data.voice.nsc = 0; LOOK_BYTE(tp) != 0 &&
1708 cs->data.voice.nsc++) {
1709 cs->data.voice.sc[cs->data.voice.nsc] =
/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h410 uint32_t nsc; member