Searched refs:res (Results 201 - 225 of 852) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dfcntl.c71 int res; local
86 if (ioctl(fd, FIOGETOWN, &res) < 0)
88 return (res);
/illumos-gate/usr/src/cmd/nscd/
H A Dgetether.c70 int res; local
75 res = memcmp(e1->key.ether, e2->key.ether,
77 return (_NSC_INT_KEY_CMP(res, 0));
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java174 Resource res = (Resource)resIt.next();
178 List compList = res.getComponents(null);
193 if (monitored.containsKey(res)) {
194 mon = get(res);
198 mon = new ResourceMonitor(res, 50);
207 monitored.put(res, mon);
210 oldKeys.remove(res);
313 * @param res A reference to a configuration resource.
315 public double getUtilization(Resource res) throws StaleMonitorException argument
317 ResourceMonitor mon = get(res);
358 get(Resource res) argument
[all...]
/illumos-gate/usr/src/cmd/dispadmin/
H A Dfssdispadmin.c55 "dispadmin -c FSS -g [-r res]\n"
66 ulong_t res; local
94 res = strtoul(optarg, &endp, 10);
95 if (res == 0 || errno != 0 || *endp != '\0')
125 res = 1000;
127 getadmin(res);
145 * value to the resolution specified by res and print out the results.
148 getadmin(ulong_t res) argument
172 if (_hrtnewres(&hrtime, res, HRT_RNDUP) == -1)
180 (void) printf("RES=%ld\n", res);
198 ulong_t res; local
[all...]
H A Diadispadmin.c58 dispadmin -c IA -g [-r res]\n\
72 ulong_t res; local
98 res = strtoul(optarg, (char **)NULL, 10);
126 res = 1000;
128 get_iadptbl(res);
147 * values to the resolution specified by res and write the table to stdout.
150 get_iadptbl(ulong_t res) argument
188 (void) printf("RES=%ld\n\n", res);
193 if (res != HZ) {
197 if (_hrtnewres(&hrtime, res, HRT_RNDU
232 ulong_t res; local
[all...]
H A Dtsdispadmin.c59 dispadmin -c TS -g [-r res]\n\
73 ulong_t res; local
98 res = strtoul(optarg, (char **)NULL, 10);
126 res = 1000;
128 get_tsdptbl(res);
147 * values to the resolution specified by res and write the table to stdout.
150 get_tsdptbl(ulong_t res) argument
185 (void) printf("RES=%ld\n\n", res);
190 if (res != HZ) {
194 if (_hrtnewres(&hrtime, res, HRT_RNDU
228 ulong_t res; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1b.c75 int res = KEEPON; local
82 res = SKIP;
94 return (res);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlastcomm.c40 int res; local
96 if ((res = ea_open(&ef, filename, EXACCT_CREATOR,
100 if (res < 0)
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_funcs.c50 int res = _dwarf_load_section(dbg, &dbg->de_debug_funcnames,error); local
51 if (res != DW_DLV_OK) {
52 return res;
H A Ddwarf_pubtypes.c51 int res = _dwarf_load_section(dbg, &dbg->de_debug_pubtypes,error); local
52 if (res != DW_DLV_OK) {
53 return res;
H A Ddwarf_types.c49 int res = _dwarf_load_section(dbg, &dbg->de_debug_typenames,error); local
50 if (res != DW_DLV_OK) {
51 return res;
H A Ddwarf_vars.c50 int res = _dwarf_load_section(dbg, &dbg->de_debug_varnames,error); local
51 if (res != DW_DLV_OK) {
52 return res;
H A Ddwarf_weaks.c50 int res = _dwarf_load_section(dbg, &dbg->de_debug_weaknames,error); local
51 if (res != DW_DLV_OK) {
52 return res;
H A Ddwarf_frame.c1123 int res = _dwarf_load_section(dbg, &dbg->de_debug_frame_eh_gnu,error); local
1124 if (res != DW_DLV_OK) {
1125 return res;
1128 res = _dwarf_get_fde_list_internal(dbg,
1139 return res;
1158 int res = _dwarf_load_section(dbg, &dbg->de_debug_frame,error); local
1159 if (res != DW_DLV_OK) {
1160 return res;
1163 res = _dwarf_get_fde_list_internal(dbg, cie_data,
1174 return res;
1200 int res = 0; local
1447 int res = 0; local
1563 int res = 0; local
1639 int res = 0; local
1718 int res = DW_DLV_ERROR; local
1801 int res = DW_DLV_ERROR; local
1870 int res = DW_DLV_ERROR; local
2060 int res = DW_DLV_ERROR; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp.c147 int res; local
157 res=CMD_OK;
158 for (i = 1; (i < argc) && (res == CMD_OK); i++)
159 res = include(argvbuf[i]);
165 return(res);
189 int res = CMD_OK; local
247 res = CMD_OK;
250 res = bf_run(sp->text);
251 if (res != FICL_VM_STATUS_OUT_OF_TEXT) {
255 res
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c588 /* initialize res to the default untrapped result and ex to the
602 info->op1.type = info->op2.type = info->res.type = fex_nodata;
608 info->res.type = fex_ldouble;
609 info->res.val.q = (long double) info->op1.val.f;
617 info->op1.type = info->op2.type = info->res.type = fex_nodata;
623 info->res.type = fex_ldouble;
624 info->res.val.q = (long double) info->op1.val.d;
634 info->res.type = fex_float;
639 info->op1.type = info->op2.type = info->res.type = fex_nodata;
644 info->res
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c348 autofs_rddirres *res)
354 do_readdir(req, res);
356 trace_prt(1, "READDIR REPLY : status=%d\n", res->rd_status);
360 autofs_readdir_1_free_r(struct autofs_rddirres *res) argument
362 if (res->rd_status == AUTOFS_OK) {
363 if (res->rd_rddir.rddir_entries)
364 free(res->rd_rddir.rddir_entries);
373 umntres *res)
394 res->status = do_unmount1(m);
397 trace_prt(1, "UNMOUNT REPLY: status=%d\n", res
346 autofs_readdir_1_r( autofs_rddirargs *req, autofs_rddirres *res) argument
371 autofs_unmount_1_r( umntrequest *m, umntres *res) argument
401 autofs_lookup_1_r( autofs_lookupargs *m, autofs_lookupres *res) argument
444 autofs_mntinfo_1_r( autofs_lookupargs *m, autofs_mountres *res) argument
517 autofs_mount_1_free_r(struct autofs_mountres *res) argument
697 char *res; local
[all...]
H A Dautod_mount.c342 int i, res; local
377 res = call_fork_exec(fstype, "mount", newargv, verbose);
378 if (res == 0 && trace > 1) {
386 return (res);
396 int res; local
405 res = EINVAL;
406 door_return((char *)&res, sizeof (res), NULL, 0);
412 res = errno;
456 res
483 int res = 0; local
548 int res; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c647 int res = IBMF_SUCCESS; local
668 res = IBMF_INVALID_ARG;
685 res = IBMF_BAD_HANDLE;
703 res = IBMF_NO_MEMORY;
732 res = IBMF_REQ_INVALID;
751 res = IBMF_REQ_INVALID;
783 res = IBMF_REQ_INVALID;
802 res = ibmf_saa_impl_send_request(trans_info);
803 if (res != IBMF_SUCCESS) {
809 tnf_int, ibmf_status, res);
924 int res; local
1066 int res; local
1161 int res; local
1271 int res; local
1352 int res; local
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S92 ! if ( hx == 0x7ff00000 && lx == 0 ) res = x == y ? y : x;
93 ! else if ( hy == 0x7ff00000 && ly == 0 ) res = x == y ? x : y;
94 ! else res = x * y;
96 ! ((float*)pz)[0] = ((float*)&res)[0];
97 ! ((float*)pz)[1] = ((float*)&res)[1];
112 ! res = (x_hi * x_hi + y_hi * y_hi);
113 ! res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);
115 ! res = sqrt(res);
117 ! res
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c129 int res; local
142 res = nis_getpwnam(user, &attr_tmp[0], rep, (void **)&buf);
144 if (res != PWU_SUCCESS)
145 return (res);
150 res = PWU_SUCCESS;
159 res = PWU_SUCCESS;
161 res = PWU_DENIED;
181 return (res);
196 int res; local
198 res
[all...]
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c143 int res, ret; local
168 res = do_scsi_pt(&uscsi, sg_fd, DEF_PT_TIMEOUT);
169 if (res) {
170 ret = res;
464 int res, ret; local
480 res = do_scsi_pt(&uscsi, sg_fd, DEF_PT_TIMEOUT);
481 if (res) {
482 ret = res;
501 int res, ret; local
522 res
604 int res, alloc_len, off; local
722 int resp_len, res; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcram_md5.c71 int res; local
83 if ((res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, NULL, serverctrls, clientctrls, &challenge))
85 return (res);
112 res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, &resp, serverctrls, clientctrls, &challenge);
115 return (res);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c166 struct extmnttab *res = NULL; local
176 if (res)
177 fsfreemnttab(res);
178 res = fsdupmnttab(&mnt);
183 return (res);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c148 pool_resource_t *res; local
185 if ((res = pool_resource_create(conf, res_type, name)) ==
199 resource_get_max(res, &dmax) != PO_SUCCESS)
203 if (pool_put_ns_property(TO_ELEM(res), c_min_prop,
208 if (pool_put_ns_property(TO_ELEM(res), c_max_prop,
216 if (pool_walk_properties(TO_CONF(src), src, TO_ELEM(res),
224 pool_set_pair(TO_ELEM(res), src);
225 *e1 = TO_ELEM(res);
244 pool_resource_t *res; local
260 res
771 resource_allocate(const char *type, pool_resource_t **res, uint_t nelem) argument
823 resource_allocate_default(pool_resource_t **res, uint_t nelem) argument
927 pset_allocate_imp(pool_resource_t **res, uint_t nelem) argument
1157 pool_resource_t **res; local
1197 pool_resource_t **res; local
[all...]

Completed in 1042 milliseconds

1234567891011>>