Symbol: tmp_map
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1256
__nis_table_mapping_t *tmp_map = *table_map;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1263
if (!DomainLabel || !Domain || !tmp_map)
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1265
if (tmp_map->dbId == NULL || tmp_map->objName == NULL) {
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1269
tmp_dbId = s_strndup(tmp_map->dbId, strlen(tmp_map->dbId));
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1272
if (strchr(tmp_map->dbId, COMMA_CHAR)) {
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1290
if (getfullmapname(&tmp_map->dbId, DomainLabel)) {
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1294
append_dot(&tmp_map->dbId);
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1300
if (getfullmapname(&tmp_map->objName, DomainLabel))
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1302
append_dot(&tmp_map->objName);
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1309
if (domain_specific && tmp_map->objectDN == NULL)
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1312
if (tmp_map->objectDN == NULL) {
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1314
tmp_map->objectDN = (__nis_object_dn_t *)
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1316
if (tmp_map->objectDN == NULL) {
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1322
tmp_map->objectDN->read.base = NULL;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1323
tmp_map->objectDN->write.base = NULL;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1324
tmp_map->objectDN->read.attrs = NULL;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1325
tmp_map->objectDN->write.attrs = NULL;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1326
tmp_map->objectDN->read.scope = LDAP_SCOPE_ONELEVEL;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1327
tmp_map->objectDN->write.scope = LDAP_SCOPE_UNKNOWN;
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1330
if (!make_fqdn(tmp_map->objectDN, Domain))
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1332
if (tmp_map->objectDN->write.base) {
usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c
1333
if (!make_full_dn(&tmp_map->objectDN->write.base, Domain))
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
2463
VOPNAME_MAP, { .vop_map = tmp_map },
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1022
tmp_map = *map;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1025
if (tmp_map->map_state != PORT_DEVICE_INVALID) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1027
(fc_remote_port_t *)tmp_map->map_pd;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
1032
tmp_map++;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
941
fc_portmap_t *tmp_map;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
964
tmp_map = (fc_portmap_t *)kmem_zalloc(
usr/src/uts/common/io/fibre-channel/impl/fctl.c
966
if (tmp_map == NULL) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
972
*map = tmp_map;