Searched defs:tmp_map (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1255 __nis_table_mapping_t *tmp_map = *table_map; local
1262 if (!DomainLabel || !Domain || !tmp_map)
1264 if (tmp_map->dbId == NULL || tmp_map->objName == NULL) {
1268 tmp_dbId = s_strndup(tmp_map->dbId, strlen(tmp_map->dbId));
1271 if (strchr(tmp_map->dbId, COMMA_CHAR)) {
1289 if (getfullmapname(&tmp_map->dbId, DomainLabel)) {
1293 append_dot(&tmp_map->dbId);
1299 if (getfullmapname(&tmp_map
[all...]
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2170 tmp_map( function
2465 VOPNAME_MAP, { .vop_map = tmp_map },
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c940 fc_portmap_t *tmp_map; local
963 tmp_map = (fc_portmap_t *)kmem_zalloc(
965 if (tmp_map == NULL) {
971 *map = tmp_map;
1021 tmp_map = *map;
1024 if (tmp_map->map_state != PORT_DEVICE_INVALID) {
1026 (fc_remote_port_t *)tmp_map->map_pd;
1031 tmp_map++;

Completed in 92 milliseconds