Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/titanic_52/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c289 * res is a pointer to the scf_resources_t to be released.
292 release_scf_resources(scf_resources_t *res) in release_scf_resources() argument
294 scf_entry_destroy(res->sr_ent); in release_scf_resources()
295 scf_transaction_destroy(res->sr_tx); in release_scf_resources()
296 scf_value_destroy(res->sr_val); in release_scf_resources()
297 scf_property_destroy(res->sr_prop); in release_scf_resources()
298 scf_pg_destroy(res->sr_pg); in release_scf_resources()
299 scf_snapshot_destroy(res->sr_snap); in release_scf_resources()
300 scf_instance_destroy(res->sr_inst); in release_scf_resources()
301 (void) scf_handle_unbind(res in release_scf_resources()
323 create_scf_resources(const char * fmri,scf_resources_t * res) create_scf_resources() argument
400 get_property_value(const char * fmri,const char * pg,const char * prop,boolean_t running,scf_resources_t * res) get_property_value() argument
441 scf_resources_t res; nwamd_lookup_boolean_property() local
484 scf_resources_t res; nwamd_lookup_string_property() local
529 scf_resources_t res; nwamd_lookup_count_property() local
550 set_property_value(scf_resources_t * res,const char * propname,scf_type_t proptype) set_property_value() argument
600 scf_resources_t res; nwamd_set_count_property() local
633 scf_resources_t res; nwamd_set_string_property() local
670 scf_resources_t res; nwamd_delete_scf_property() local
[all...]
/titanic_52/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c338 gss_acquire_cred_1_svc(argp, res, rqstp) in gss_acquire_cred_1_svc() argument
340 gss_acquire_cred_res *res;
360 memset(res, 0, sizeof (*res));
369 res->output_cred_handle.GSS_CRED_ID_T_val = NULL;
370 res->actual_mechs.GSS_OID_SET_val = NULL;
404 res->status = (OM_uint32) GSS_S_FAILURE;
405 res->minor_status = minor_status;
460 res->status = (OM_uint32)gss_acquire_cred(&res
582 gss_add_cred_1_svc(argp,res,rqstp) gss_add_cred_1_svc() argument
766 gss_release_cred_1_svc(argp,res,rqstp) gss_release_cred_1_svc() argument
820 gss_init_sec_context_1_svc(argp,res,rqstp) gss_init_sec_context_1_svc() argument
1098 gss_accept_sec_context_1_svc(argp,res,rqstp) gss_accept_sec_context_1_svc() argument
1390 gss_process_context_token_1_svc(argp,res,rqstp) gss_process_context_token_1_svc() argument
1450 gss_delete_sec_context_1_svc(argp,res,rqstp) gss_delete_sec_context_1_svc() argument
1565 gss_export_sec_context_1_svc(argp,res,rqstp) gss_export_sec_context_1_svc() argument
1675 gss_import_sec_context_1_svc(argp,res,rqstp) gss_import_sec_context_1_svc() argument
1742 gss_context_time_1_svc(argp,res,rqstp) gss_context_time_1_svc() argument
1774 gss_sign_1_svc(argp,res,rqstp) gss_sign_1_svc() argument
1848 gss_verify_1_svc(argp,res,rqstp) gss_verify_1_svc() argument
1912 gss_seal_1_svc(argp,res,rqstp) gss_seal_1_svc() argument
1994 gss_unseal_1_svc(argp,res,rqstp) gss_unseal_1_svc() argument
2076 gss_display_status_1_svc(argp,res,rqstp) gss_display_status_1_svc() argument
2148 gss_indicate_mechs_1_svc(argp,res,rqstp) gss_indicate_mechs_1_svc() argument
2207 gss_inquire_cred_1_svc(argp,res,rqstp) gss_inquire_cred_1_svc() argument
2371 gss_inquire_cred_by_mech_1_svc(argp,res,rqstp) gss_inquire_cred_by_mech_1_svc() argument
2444 gsscred_name_to_unix_cred_1_svc(argsp,res,rqstp) gsscred_name_to_unix_cred_1_svc() argument
2505 gsscred_expname_to_unix_cred_1_svc(argsp,res,rqstp) gsscred_expname_to_unix_cred_1_svc() argument
2551 gss_get_group_info_1_svc(argsp,res,rqstp) gss_get_group_info_1_svc() argument
2591 gss_get_kmod_1_svc(argsp,res,rqstp) gss_get_kmod_1_svc() argument
[all...]
H A Dgssd_clnt_stubs.c94 gss_acquire_cred_res res; local
154 memset(&res, 0, sizeof (res));
155 if (gss_acquire_cred_1(&arg, &res, clnt) != RPC_SUCCESS) {
186 *minor_status = res.minor_status;
191 *((gssd_cred_id_t *)res.output_cred_handle.GSS_CRED_ID_T_val);
192 *gssd_cred_verifier = res.gssd_cred_verifier;
195 if (res.status == GSS_S_COMPLETE &&
196 res.actual_mechs.GSS_OID_SET_len != 0 &&
200 (int)res
303 gss_add_cred_res res; global() local
478 gss_release_cred_res res; global() local
592 gss_init_sec_context_res res; global() local
857 gss_accept_sec_context_res res; global() local
1096 gss_process_context_token_res res; global() local
1153 gss_delete_sec_context_res res; global() local
1278 gss_sign_res res; global() local
1369 gss_verify_res res; global() local
1458 gss_seal_res res; global() local
1568 gss_unseal_res res; global() local
1676 gss_display_status_res res; global() local
1755 gss_indicate_mechs_res res; global() local
1836 gss_inquire_cred_res res; global() local
1999 gss_inquire_cred_by_mech_res res; global() local
2089 gsscred_expname_to_unix_cred_res res; global() local
2159 gsscred_name_to_unix_cred_res res; global() local
2242 gss_get_group_info_res res; global() local
2295 gss_export_sec_context_res res; global() local
2403 gss_import_sec_context_res res; global() local
[all...]
/titanic_52/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c232 /* initialize res to the default untrapped result and ex to the in __fex_get_op()
236 info->res.type = fex_nodata; in __fex_get_op()
271 info->res.type = fex_float; in __fex_get_op()
272 info->res.val.f = info->op1.val.f + info->op2.val.f; in __fex_get_op()
277 info->res.type = fex_double; in __fex_get_op()
278 info->res.val.d = info->op1.val.d + info->op2.val.d; in __fex_get_op()
283 info->res.type = fex_ldouble; in __fex_get_op()
284 info->res.val.q = info->op1.val.q + info->op2.val.q; in __fex_get_op()
289 info->res.type = fex_float; in __fex_get_op()
290 info->res in __fex_get_op()
[all...]
/titanic_52/usr/src/lib/libmvec/common/vis/
H A D__vrsqrt.S89 ! ((float*)&res)[0] = ((float*)px)[0];
90 ! ((float*)&res)[1] = ((float*)px)[1];
94 ! res = DONE / res;
95 ! ((float*)py)[0] = ((float*)&res)[0];
96 ! ((float*)py)[1] = ((float*)&res)[1];
108 ! res = DONE / res;
109 ! ((float*)py)[0] = ((float*)&res)[0];
110 ! ((float*)py)[1] = ((float*)&res)[
[all...]
H A D__vsqrt.S606 ! ((float*)&res)[0] = ((float*)px)[0];
607 ! ((float*)&res)[1] = ((float*)px)[1];
613 ! res = sqrt(res);
614 ! ((float*)py)[0] = ((float*)&res)[0];
615 ! ((float*)py)[1] = ((float*)&res)[1];
621 ! res = sqrt(res);
622 ! ((float*)py)[0] = ((float*)&res)[0];
623 ! ((float*)py)[1] = ((float*)&res)[
[all...]
/titanic_52/usr/src/lib/libsqlite/src/
H A Dtable.c137 TabResult res; in sqlite_get_table() local
142 res.zErrMsg = 0; in sqlite_get_table()
143 res.nResult = 0; in sqlite_get_table()
144 res.nRow = 0; in sqlite_get_table()
145 res.nColumn = 0; in sqlite_get_table()
146 res.nData = 1; in sqlite_get_table()
147 res.nAlloc = 20; in sqlite_get_table()
148 res.rc = SQLITE_OK; in sqlite_get_table()
149 res.azResult = malloc( sizeof(char*)*res in sqlite_get_table()
[all...]
/titanic_52/usr/src/boot/lib/libstand/
H A Dzalloc_malloc.c56 Guard *res; in Malloc() local
64 while ((res = znalloc(&MallocPool, bytes)) == NULL) { in Malloc()
78 res->ga_Magic = GAMAGIC; in Malloc()
80 res->ga_Bytes = bytes; in Malloc()
82 *((signed char *)res + bytes - 1) = -2; in Malloc()
85 return((char *)res + MALLOCALIGN); in Malloc()
94 Guard *res = (void *)((char *)ptr - MALLOCALIGN); in Free() local
99 if (res->ga_Magic == GAFREE) { in Free()
103 if (res->ga_Magic != GAMAGIC) in Free()
105 res in Free()
130 void *res; Calloc() local
151 void *res; Realloc() local
181 void *res; Reallocf() local
[all...]
/titanic_52/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c198 int res = DW_DLV_ERROR; in _dwarf_setup() local
201 res = obj->methods->get_section_info(obj->object, in _dwarf_setup()
204 if(res == DW_DLV_ERROR){ in _dwarf_setup()
220 res = get_basic_section_data(dbg,&dbg->de_debug_info, &doas, in _dwarf_setup()
223 if(res != DW_DLV_OK) { in _dwarf_setup()
224 return res; in _dwarf_setup()
229 res = get_basic_section_data(dbg,&dbg->de_debug_abbrev, &doas, in _dwarf_setup()
232 if(res != DW_DLV_OK) { in _dwarf_setup()
233 return res; in _dwarf_setup()
237 res in _dwarf_setup()
490 int res = DW_DLV_OK; dwarf_object_finish() local
512 int res = DW_DLV_ERROR; _dwarf_load_section() local
[all...]
H A Ddwarf_addr_finder.c80 int res = 0; in _dwarf_addr_finder() local
84 res = dwarf_elf_init(elf_file_ptr, DW_DLC_READ, /* errhand */ 0, in _dwarf_addr_finder()
86 if (res == DW_DLV_ERROR) { in _dwarf_addr_finder()
91 if (res == DW_DLV_NO_ENTRY) { in _dwarf_addr_finder()
92 return res; in _dwarf_addr_finder()
97 res = handle_debug_info(dbg, &errval); in _dwarf_addr_finder()
98 switch (res) { in _dwarf_addr_finder()
109 return res; in _dwarf_addr_finder()
112 res = handle_debug_aranges(dbg, cb_func, &errval); in _dwarf_addr_finder()
113 switch (res) { in _dwarf_addr_finder()
182 int res = 0; handle_debug_info() local
255 int res = DW_DLV_OK; handle_attr_addr() local
319 int res; handle_attr_locdesc() local
407 int res; process_this_die_attrs() local
504 int res = 0; do_this_die_and_dealloc() local
585 int res; handle_debug_frame() local
648 int res; handle_debug_line() local
[all...]
/titanic_52/usr/src/lib/libmvec/common/
H A D__vhypot.c106 double x, y, res; in __vhypot() local
141 if (hx0 == 0x7ff00000 && lx == 0) res = x == y ? y : x; in __vhypot()
142 else if (hy0 == 0x7ff00000 && ly == 0) res = x == y ? x : y; in __vhypot()
143 else res = x + y; in __vhypot()
144 RETURN (res) in __vhypot()
158 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
159 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()
161 res = sqrt (res); in __vhypot()
163 res in __vhypot()
[all...]
/titanic_52/usr/src/lib/libc/port/i18n/
H A Dgettext.c75 char *res; in bindtextdomain() local
79 res = _real_bindtextdomain_u(domain, binding, TP_BINDING); in bindtextdomain()
81 return (res); in bindtextdomain()
87 char *res; in bind_textdomain_codeset() local
91 res = _real_bindtextdomain_u(domain, codeset, TP_CODESET); in bind_textdomain_codeset()
93 return (res); in bind_textdomain_codeset()
103 char *res; in textdomain() local
108 res = _textdomain_u(domain, tmp_domain); in textdomain()
109 if (res == NULL) { in textdomain()
124 char *res; in gettext() local
142 char *res; dgettext() local
156 char *res; dgettext_l() local
170 char *res; dcgettext() local
184 char *res; ngettext() local
199 char *res; dngettext() local
214 char *res; dcngettext() local
[all...]
/titanic_52/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c57 int res; in read_authtok() local
67 res = pam_get_item(pamh, PAM_OLDAUTHTOK, (void **)&authtok); in read_authtok()
68 if (res != PAM_SUCCESS) in read_authtok()
69 return (res); in read_authtok()
72 res = pam_get_item(pamh, PAM_AUTHTOK, (void **)&authtok); in read_authtok()
73 if (res != PAM_SUCCESS) in read_authtok()
74 return (res); in read_authtok()
76 res = pam_set_item(pamh, PAM_OLDAUTHTOK, in read_authtok()
78 if (res == PAM_SUCCESS) in read_authtok()
79 res in read_authtok()
149 int res; verify_authtok() local
200 int res; pam_sm_chauthtok() local
227 int res; pam_sm_authenticate() local
[all...]
/titanic_52/usr/src/cmd/sh/
H A Dulimit.c67 int hard, soft, cnt, c, res; in sysulimit() local
72 for (res = 0; res < RLIM_NLIMITS; res++) { in sysulimit()
73 resources[res] = 0; in sysulimit()
96 for (res = 0; res < RLIM_NLIMITS; res++) { in sysulimit()
97 resources[res]++; in sysulimit()
102 res in sysulimit()
[all...]
/titanic_52/usr/src/cmd/pfexecd/
H A Dpfexecd.c238 priv_set_t *res; in get_privset() local
240 if ((res = priv_str_to_set(s, ",", NULL)) == NULL) { in get_privset()
245 return (res); in get_privset()
252 priv_set_t *res = vres; in ggp_callback() local
263 priv_union(tmp, res); in ggp_callback()
278 priv_set_t *res; in get_granted_privs() local
285 res = priv_allocset(); in get_granted_privs()
286 if (res == NULL) in get_granted_privs()
289 priv_emptyset(res); in get_granted_privs()
291 (void) _enum_profs(pwd->pw_name, ggp_callback, NULL, res); in get_granted_privs()
302 void *res = alloca(setsz); callback_forced_privs() local
338 uint32_t res; callback_user_privs() local
352 pfexec_reply_t *res = alloca(repsz); callback_pfexec() local
[all...]
/titanic_52/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c52 struct __res_state * res; member
69 struct __res_state *res,
118 if (pvt->res && pvt->free_res) in ho_close()
119 (*pvt->free_res)(pvt->res); in ho_close()
138 RES_SET_H_ERRNO(pvt->res, NETDB_INTERNAL); in ho_byname()
144 pvt->res->res_h_errno != HOST_NOT_FOUND && in ho_byname()
145 pvt->res->res_h_errno != NETDB_INTERNAL) { in ho_byname()
147 therrno = pvt->res->res_h_errno; in ho_byname()
159 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED) in ho_byname()
162 if (softerror != 0 && pvt->res in ho_byname()
300 struct __res_state *res; ho_res_get() local
314 ho_res_set(struct irs_ho * this,struct __res_state * res,void (* free_res)(void *)) ho_res_set() argument
[all...]
H A Ddns.c76 dns->res = NULL; in irs_dns_acc()
113 if (dns->res == NULL) { in dns_res_get()
114 struct __res_state *res; in dns_res_get() local
115 res = (struct __res_state *)malloc(sizeof *res); in dns_res_get()
116 if (res == NULL) in dns_res_get()
118 memset(res, 0, sizeof *res); in dns_res_get()
119 dns_res_set(this, res, free); in dns_res_get()
122 if ((dns->res in dns_res_get()
130 dns_res_set(struct irs_acc * this,struct __res_state * res,void (* free_res)(void *)) dns_res_set() argument
[all...]
H A Dlcl.c71 lcl->res = NULL; in irs_lcl_acc()
100 if (lcl->res == NULL) { in lcl_res_get()
101 struct __res_state *res; in lcl_res_get() local
102 res = (struct __res_state *)malloc(sizeof *res); in lcl_res_get()
103 if (res == NULL) in lcl_res_get()
105 memset(res, 0, sizeof *res); in lcl_res_get()
106 lcl_res_set(this, res, free); in lcl_res_get()
109 if ((lcl->res in lcl_res_get()
117 lcl_res_set(struct irs_acc * this,struct __res_state * res,void (* free_res)(void *)) lcl_res_set() argument
[all...]
/titanic_52/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c119 int res, retval; in genent_user_attr() local
124 res = genent_attr(line, USERATTR_DB_NCOL, &ecol); in genent_user_attr()
125 if (res != GENENT_OK) in genent_user_attr()
126 return (res); in genent_user_attr()
144 if (continue_onerror == 0) res = GENENT_CBERR; in genent_user_attr()
149 return (res); in genent_user_attr()
153 dump_user_attr(ns_ldap_result_t *res) in dump_user_attr() argument
157 value = __ns_ldap_getAttr(res->entry, "uid"); in dump_user_attr()
164 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue"); in dump_user_attr()
175 int res, retva in genent_prof_attr() local
216 dump_prof_attr(ns_ldap_result_t * res) dump_prof_attr() argument
242 int res, retval; genent_exec_attr() local
287 dump_exec_attr(ns_ldap_result_t * res) dump_exec_attr() argument
325 int res, retval; genent_auth_attr() local
366 dump_auth_attr(ns_ldap_result_t * res) dump_auth_attr() argument
[all...]
H A Dldapaddtsol.c51 int res, retval; in genent_tnrhdb() local
56 res = genent_attr(line, TNRHDB_NCOL, &ecol); in genent_tnrhdb()
57 if (res != GENENT_OK) in genent_tnrhdb()
58 return (res); in genent_tnrhdb()
72 res = GENENT_CBERR; in genent_tnrhdb()
76 return (res); in genent_tnrhdb()
80 dump_tnrhdb(ns_ldap_result_t *res) in dump_tnrhdb() argument
84 value = __ns_ldap_getAttr(res->entry, "ipTnetNumber"); in dump_tnrhdb()
91 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName"); in dump_tnrhdb()
102 int res, retva in genent_tnrhtp() local
127 dump_tnrhtp(ns_ldap_result_t * res) dump_tnrhtp() argument
[all...]
/titanic_52/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c118 gss_acquire_cred_res res; local
180 bzero((caddr_t)&res, sizeof (res));
181 client_stat = gss_acquire_cred_1(&arg, &res, clnt);
217 *minor_status = res.minor_status;
220 (res.status == GSS_S_COMPLETE)) {
222 *((gssd_cred_id_t *)res.output_cred_handle.GSS_CRED_ID_T_val);
223 *gssd_cred_verifier = res.gssd_cred_verifier;
226 if (res.status == GSS_S_COMPLETE &&
227 res
334 gss_add_cred_res res; global() local
522 gss_release_cred_res res; global() local
634 gss_init_sec_context_res res; kgss_init_sec_context_wrapped() local
939 gss_accept_sec_context_res res; kgss_accept_sec_context_wrapped() local
1199 gss_process_context_token_res res; global() local
1266 gss_delete_sec_context_res res; kgss_delete_sec_context_wrapped() local
1393 gss_export_sec_context_res res; global() local
1607 gss_sign_res res; kgss_sign_wrapped() local
1701 gss_verify_res res; kgss_verify_wrapped() local
1792 gss_seal_res res; kgss_seal_wrapped() local
1906 gss_unseal_res res; kgss_unseal_wrapped() local
2025 gss_display_status_res res; global() local
2109 gss_indicate_mechs_res res; global() local
2196 gss_inquire_cred_res res; global() local
2365 gss_inquire_cred_by_mech_res res; global() local
2453 gsscred_expname_to_unix_cred_res res; global() local
2529 gsscred_name_to_unix_cred_res res; global() local
2619 gss_get_group_info_res res; global() local
2666 gss_get_kmod_res res; kgss_get_kmod() local
[all...]
/titanic_52/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c174 char *res = NULL; in tolower_u8() local
189 if ((res = malloc(outlen)) == NULL) in tolower_u8()
191 outs = res; in tolower_u8()
196 if ((res = realloc(res, outlen + inbytesleft)) == NULL) in tolower_u8()
200 outs = res + outlen - outbytesleft; in tolower_u8()
207 free(res); in tolower_u8()
208 res = NULL; in tolower_u8()
212 res[outlen - outbytesleft] = '\0'; in tolower_u8()
214 return (res); in tolower_u8()
1224 lookup_wksids_sid2pid(idmap_mapping * req,idmap_id_res * res,int * is_wksid) lookup_wksids_sid2pid() argument
1340 lookup_wksids_pid2sid(idmap_mapping * req,idmap_id_res * res,int is_user) lookup_wksids_pid2sid() argument
1501 lookup_cache_sid2pid(sqlite * cache,idmap_mapping * req,idmap_id_res * res) lookup_cache_sid2pid() argument
1820 lookup_name_cache(sqlite * cache,idmap_mapping * req,idmap_id_res * res) lookup_name_cache() argument
1896 idmap_id_res *res; ad_lookup_batch_int() local
2386 idmap_id_res *res; ad_lookup_batch() local
2535 sid2pid_first_pass(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res) sid2pid_first_pass() argument
2764 generate_localsid(idmap_mapping * req,idmap_id_res * res,int is_user,int fallback) generate_localsid() argument
2819 lookup_localsid2pid(idmap_mapping * req,idmap_id_res * res) lookup_localsid2pid() argument
3010 name_based_mapping_sid2pid(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res) name_based_mapping_sid2pid() argument
3338 dynamic_ephemeral_mapping(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res) dynamic_ephemeral_mapping() argument
3381 sid2pid_second_pass(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res) sid2pid_second_pass() argument
3578 update_cache_pid2sid(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res) update_cache_pid2sid() argument
3728 update_cache_sid2pid(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res) update_cache_sid2pid() argument
3878 lookup_cache_pid2sid(sqlite * cache,idmap_mapping * req,idmap_id_res * res,int is_user) lookup_cache_pid2sid() argument
4408 name_based_mapping_pid2sid(lookup_state_t * state,const char * unixname,int is_user,idmap_mapping * req,idmap_id_res * res) name_based_mapping_pid2sid() argument
4650 pid2sid_first_pass(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res,int is_user) pid2sid_first_pass() argument
4782 pid2sid_second_pass(lookup_state_t * state,idmap_mapping * req,idmap_id_res * res,int is_user) pid2sid_second_pass() argument
[all...]
/titanic_52/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c103 int res;
136 res = pam_get_item(pamh, PAM_SERVICE, (void **)&service);
137 if (res != PAM_SUCCESS) {
142 res = pam_get_item(pamh, PAM_USER, (void **)&user);
143 if (res != PAM_SUCCESS) {
153 res = pam_get_item(pamh, PAM_OLDAUTHTOK, (void **)&oldpw);
154 if (res != PAM_SUCCESS) {
159 res = pam_get_item(pamh, PAM_AUTHTOK, (void **)&newpw);
160 if (res != PAM_SUCCESS || newpw == NULL) {
185 res
[all...]
/titanic_52/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c73 static bp_whoami_res res; in bootparamproc_whoami_1() local
108 res.client_name = hp->h_name; in bootparamproc_whoami_1()
133 res.domain_name = domain; in bootparamproc_whoami_1()
135 res.router_address.address_type = IP_ADDR_TYPE; in bootparamproc_whoami_1()
137 (void) memcpy(&res.router_address.bp_address_u.ip_addr, in bootparamproc_whoami_1()
139 sizeof (res.router_address.bp_address_u.ip_addr)); in bootparamproc_whoami_1()
145 &res.router_address.bp_address_u.ip_addr, in bootparamproc_whoami_1()
148 res.client_name, in bootparamproc_whoami_1()
151 return (&res); in bootparamproc_whoami_1()
162 static bp_getfile_res res; in bootparamproc_getfile_1() local
267 getf_printres(bp_getfile_res * res) getf_printres() argument
[all...]
/titanic_52/usr/src/lib/nsswitch/nis/common/
H A Dgetexecattr.c133 nss_status_t res; in _exec_nis_parse() local
149 res = NSS_UNAVAIL; in _exec_nis_parse()
157 res = NSS_SUCCESS; in _exec_nis_parse()
160 res = NSS_UNAVAIL; in _exec_nis_parse()
164 res = NSS_NOTFOUND; in _exec_nis_parse()
169 res = NSS_NOTFOUND; in _exec_nis_parse()
172 res = NSS_UNAVAIL; in _exec_nis_parse()
176 return (res); in _exec_nis_parse()
197 nss_status_t res; in _exec_nis_cb() local
238 res in _exec_nis_cb()
262 nss_status_t res = NSS_SUCCESS; _exec_nis_lookup() local
366 nss_status_t res = NSS_NOTFOUND; get_wild() local
389 nss_status_t res; getbynam() local
402 nss_status_t res; getbyid() local
421 nss_status_t res; getbynameid() local
[all...]

12345678910>>...35