Searched defs:result (Results 151 - 175 of 1174) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c339 ppm_manage_early_cpus(dev_info_t *dip, int new, int *result) argument
353 *result = ret;
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_intr.c128 uint_t result = 0, r; local
157 result += r;
160 if (!result) {
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drv.c231 radeon_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
244 *result = (void *) statep->dip;
249 *result = (void *)(uintptr_t)unit;
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dballoon_drv.c51 balloon_getinfo(dev_info_t *devi, ddi_info_cmd_t cmd, void *arg, void **result) argument
58 *result = balloon_devi;
61 *result = 0;
H A Ddomcaps.c51 domcaps_getinfo(dev_info_t *devi, ddi_info_cmd_t cmd, void *arg, void **result) argument
58 *result = domcaps_devi;
61 *result = 0;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c91 hrtime_t result; local
129 result = dst->system_time +
132 return (result);
138 hrtime_t result = xpv_getsystime() + hrtime_addend; local
144 if (result < last)
145 result = last + 1;
147 last, result) != last);
150 return (result);
/illumos-gate/usr/src/uts/intel/io/
H A Dcpunex.c101 void *result)
140 return (ddi_ctlops(dip, rdip, op, arg, result));
100 cpunex_bus_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t op, void *arg, void *result) argument
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c41 papi_status_t result = PAPI_BAD_ARGUMENT; local
45 result = papiAttributeListAddString(list, flags, name, value);
46 return (result);
53 papi_status_t result = PAPI_OK; local
57 result = PAPI_BAD_ARGUMENT;
59 for (i = 0; ((result == PAPI_OK) && (values[i] != NULL));
61 result = papiAttributeListAddString(list, flgs, name,
64 return (result);
108 char *result = ""; local
111 if ((result
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c246 boolean_t result; local
251 result = smb_thread_continue_timedwait_locked(thread, 0);
254 return (result);
260 boolean_t result; local
269 result = smb_thread_continue_timedwait_locked(thread, -1);
272 return (result);
278 boolean_t result; local
283 result = smb_thread_continue_timedwait_locked(thread,
287 return (result);
299 boolean_t result; local
[all...]
H A Dsmb_locking_andx.c120 * request which were successfully locked as a result of this protocol will
182 * user's data buffer as a result of this notification crossing on the wire
241 DWORD result; local
324 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
326 if (result != NT_STATUS_SUCCESS) {
342 result = smb_lock_range(sr, offset64, length64, timeout,
344 if (result != NT_STATUS_SUCCESS) {
345 smb_lock_range_error(sr, result);
359 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
361 if (result !
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c103 char *result = NULL; local
143 result = name;
149 if (result != NULL)
150 result = strdup(result);
155 return (result);
188 strcpy(res.result.charmap.codeset, name);
189 res.result.charmap.apply = B_TRUE;
193 res.result.charmap.apply = B_FALSE;
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadspriv_impl.c69 adspriv_null_1_svc(void *result, struct svc_req *rqstp) argument
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_digest.c54 * pdigest - buffer where digest result is returned
56 * length of result on output
86 /* result too big to fit? Allocate a bigger buffer */
103 bootadm_digest(const char *filename, char **result) argument
188 /* Allocate a buffer to store result. */
216 /* Allocate a buffer to store result string */
241 *result = resultstr;
/illumos-gate/usr/src/common/ficl/
H A Dextras.c50 int result = 0; local
89 result = ficlVmExecuteString(vm, s);
91 switch (result) {
116 if (result == FICL_VM_STATUS_USER_EXIT)
/illumos-gate/usr/src/boot/lib/libstand/
H A Denvironment.c168 int result; local
173 result = setenv(copy, value, 1);
175 return(result);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsbrk.c61 void *result; local
68 result = _sbrk_unlocked(addend);
71 return (result);
173 intptr_t result; local
194 if ((result = _brk_unlocked(new_brk)) == 0)
198 return (result);
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetauthattr.c70 ns_ldap_result_t *result = be->result; local
75 if (result == NULL)
82 name = __ns_ldap_getAttr(result->entry, _AUTH_NAME);
88 res1 = __ns_ldap_getAttr(result->entry, _AUTH_RES1);
94 res2 = __ns_ldap_getAttr(result->entry, _AUTH_RES2);
100 sdes = __ns_ldap_getAttr(result->entry, _AUTH_SHORTDES);
106 ldes = __ns_ldap_getAttr(result->entry, _AUTH_LONGDES);
112 attr = __ns_ldap_getAttr(result->entry, _AUTH_ATTRS);
125 if (argp->buf.result !
[all...]
H A Dgetauuser.c64 ns_ldap_result_t *result = be->result; local
67 if (result == NULL)
74 name = __ns_ldap_getAttr(result->entry, _AU_NAME);
80 al = __ns_ldap_getAttr(result->entry, _AU_ALWAYS);
86 ne = __ns_ldap_getAttr(result->entry, _AU_NEVER);
99 if (argp->buf.result != NULL) {
110 if (argp->buf.result != NULL)
114 (void) __ns_ldap_freeResult(&be->result);
H A Dgetether.c59 * The front end marshaller str2ether uses argp->buf.result for a different
68 ns_ldap_result_t *result = be->result; local
71 if (result == NULL)
75 host = __ns_ldap_getAttr(result->entry, _E_HOSTNAME);
80 macaddress = __ns_ldap_getAttr(result->entry, _E_MACADDRESS);
100 (void) __ns_ldap_freeResult(&be->result);
H A Dgetkeyent.c74 ns_ldap_result_t *result = be->result; local
77 if (result == NULL || keytype == NULL) {
84 pkey_array = __ns_ldap_getAttr(result->entry, _KEY_NISPUBLICKEY);
101 skey_array = __ns_ldap_getAttr(result->entry, _KEY_NISSECRETKEY);
133 * copy the result to buf.buffer directly
143 (void) __ns_ldap_freeResult(&be->result);
H A Dgetnetent.c69 ns_ldap_result_t *result = be->result; local
72 if (result == NULL)
76 if (argp->buf.result != NULL) {
88 names = __ns_ldap_getAttrStruct(result->entry, _N_NAME);
94 cname = __s_api_get_canonical_name(result->entry, names, 1);
111 network = __ns_ldap_getAttr(result->entry, _N_NETWORK);
134 if (argp->buf.result != NULL)
139 (void) __ns_ldap_freeResult(&be->result);
H A Dgetprinter.c74 ns_ldap_result_t *result = be->result; local
79 if (result == NULL)
83 if (argp->buf.result != NULL) {
104 name = __ns_ldap_getAttr(result->entry, "printer-name");
113 attr = __ns_ldap_getAttrStruct(result->entry, "printer-aliases");
126 for (i = 0; i < result->entry->attr_count; i++) {
127 attr = getattr(result, i);
243 if (argp->buf.result != NULL)
247 (void) __ns_ldap_freeResult(&be->result);
[all...]
H A Dgetprofattr.c69 ns_ldap_result_t *result = be->result; local
73 if (result == NULL)
80 name = __ns_ldap_getAttr(result->entry, _PROF_NAME);
86 res1 = __ns_ldap_getAttr(result->entry, _PROF_RES1);
92 res2 = __ns_ldap_getAttr(result->entry, _PROF_RES2);
98 des = __ns_ldap_getAttr(result->entry, _PROF_DESC);
104 attr = __ns_ldap_getAttr(result->entry, _PROF_ATTRS);
117 if (argp->buf.result != NULL) {
128 if (argp->buf.result !
[all...]
H A Dgetprojent.c74 ns_ldap_result_t *result = be->result; local
78 if (result == NULL)
82 if (argp->buf.result != NULL) {
95 name = __ns_ldap_getAttr(result->entry, _PROJ_NAME);
100 id = __ns_ldap_getAttr(result->entry, _PROJ_PROJID);
105 descr = __ns_ldap_getAttr(result->entry, _PROJ_DESCR);
114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS);
136 groups = __ns_ldap_getAttrStruct(result->entry, _PROJ_GROUPS);
156 attr = __ns_ldap_getAttr(result
[all...]
H A Dgetprotoent.c141 ns_ldap_result_t *result = be->result; local
144 if (result == NULL)
148 if (argp->buf.result != NULL) {
160 names = __ns_ldap_getAttrStruct(result->entry, _P_NAME);
166 cname = __s_api_get_canonical_name(result->entry, names, 1);
171 number = __ns_ldap_getAttr(result->entry, _P_PROTO);
203 if (argp->buf.result != NULL)
208 (void) __ns_ldap_freeResult(&be->result);
219 * protoent *)argp->buf.result
[all...]

Completed in 885 milliseconds

1234567891011>>