Home
last modified time | relevance | path

Searched refs:tmp_map (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1257 __nis_table_mapping_t *tmp_map = *table_map; in append_domainContext() local
1264 if (!DomainLabel || !Domain || !tmp_map) in append_domainContext()
1266 if (tmp_map->dbId == NULL || tmp_map->objName == NULL) { in append_domainContext()
1270 tmp_dbId = s_strndup(tmp_map->dbId, strlen(tmp_map->dbId)); in append_domainContext()
1273 if (strchr(tmp_map->dbId, COMMA_CHAR)) { in append_domainContext()
1291 if (getfullmapname(&tmp_map->dbId, DomainLabel)) { in append_domainContext()
1295 append_dot(&tmp_map->dbId); in append_domainContext()
1301 if (getfullmapname(&tmp_map->objName, DomainLabel)) in append_domainContext()
1303 append_dot(&tmp_map->objName); in append_domainContext()
1310 if (domain_specific && tmp_map->objectDN == NULL) in append_domainContext()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c940 fc_portmap_t *tmp_map; in fc_ulp_getportmap() local
963 tmp_map = (fc_portmap_t *)kmem_zalloc( in fc_ulp_getportmap()
965 if (tmp_map == NULL) { in fc_ulp_getportmap()
971 *map = tmp_map; in fc_ulp_getportmap()
1021 tmp_map = *map; in fc_ulp_getportmap()
1024 if (tmp_map->map_state != PORT_DEVICE_INVALID) { in fc_ulp_getportmap()
1026 (fc_remote_port_t *)tmp_map->map_pd; in fc_ulp_getportmap()
1031 tmp_map++; in fc_ulp_getportmap()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2153 tmp_map( in tmp_map() function
2448 VOPNAME_MAP, { .vop_map = tmp_map },