Searched refs:nsc (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_compat.c | 219 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 …]
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | namemaps.c | 61 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 …]
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis_handlers.c | 1704 for (cs->data.voice.nsc = 0; LOOK_BYTE(tp) != 0 && 1706 cs->data.voice.nsc++) { 1707 cs->data.voice.sc[cs->data.voice.nsc] =
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_handlers.h | 408 uint32_t nsc; member
|
/illumos-gate/usr/src/lib/libjedec/common/ |
H A D | libjedec_spd_ddr5.c | 1163 const uint8_t nsc = SPD_DDR5_COM_BUS_WIDTH_NSC(data); in spd_parse_ddr5_bus_width() local 1167 spd_insert_range(si, SPD_KEY_NSUBCHAN, nsc, &spd_ddr5_nsc_range); in spd_parse_ddr5_bus_width()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1604 |name match *.nsc Netscape Conference Call File application/x-conference
|