unix_ds 204 librpc/gen_ndr/epmapper.h struct epm_rhs_unix_ds unix_ds;/* [case(EPM_PROTOCOL_UNIX_DS)] */ unix_ds 968 librpc/gen_ndr/ndr_epmapper.c NDR_CHECK(ndr_push_epm_rhs_unix_ds(ndr, NDR_SCALARS, &r->unix_ds)); unix_ds 1183 librpc/gen_ndr/ndr_epmapper.c NDR_CHECK(ndr_pull_epm_rhs_unix_ds(ndr, NDR_SCALARS, &r->unix_ds)); unix_ds 1397 librpc/gen_ndr/ndr_epmapper.c ndr_print_epm_rhs_unix_ds(ndr, "unix_ds", &r->unix_ds); unix_ds 140 librpc/rpc/binding.c return talloc_asprintf(mem_ctx, "Unix:%s", epm_floor->rhs.unix_ds.path); unix_ds 464 librpc/rpc/binding.c if (strlen(epm_floor->rhs.unix_ds.path) == 0) return NULL; unix_ds 465 librpc/rpc/binding.c return talloc_strdup(mem_ctx, epm_floor->rhs.unix_ds.path); unix_ds 540 librpc/rpc/binding.c epm_floor->rhs.unix_ds.path = talloc_strdup(mem_ctx, data); unix_ds 541 librpc/rpc/binding.c NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.unix_ds.path);