Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1265 if (tmp_map->dbId == NULL || tmp_map->objName == NULL) { in append_domainContext()
1269 tmp_dbId = s_strndup(tmp_map->dbId, strlen(tmp_map->dbId)); in append_domainContext()
1294 append_dot(&tmp_map->dbId); in append_domainContext()
1302 append_dot(&tmp_map->objName); in append_domainContext()
1312 if (tmp_map->objectDN == NULL) { in append_domainContext()
1316 if (tmp_map->objectDN == NULL) { in append_domainContext()
1322 tmp_map->objectDN->read.base = NULL; in append_domainContext()
1323 tmp_map->objectDN->write.base = NULL; in append_domainContext()
1324 tmp_map->objectDN->read.attrs = NULL; in append_domainContext()
1325 tmp_map->objectDN->write.attrs = NULL; in append_domainContext()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c941 fc_portmap_t *tmp_map; in fc_ulp_getportmap() local
964 tmp_map = (fc_portmap_t *)kmem_zalloc( in fc_ulp_getportmap()
966 if (tmp_map == NULL) { in fc_ulp_getportmap()
972 *map = tmp_map; in fc_ulp_getportmap()
1022 tmp_map = *map; in fc_ulp_getportmap()
1025 if (tmp_map->map_state != PORT_DEVICE_INVALID) { in fc_ulp_getportmap()
1027 (fc_remote_port_t *)tmp_map->map_pd; in fc_ulp_getportmap()
1032 tmp_map++; in fc_ulp_getportmap()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2168 tmp_map( in tmp_map() function
2463 VOPNAME_MAP, { .vop_map = tmp_map },