Searched defs:pm (Results 76 - 100 of 120) sorted by relevance

12345

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c230 crypto_get_provider_mechanisms_t *pm, tmp; local
271 pm = malloc(alloc_bytes);
272 if (pm == NULL)
275 pm->pm_provider_id = provider_id;
276 pm->pm_count = tmp.pm_count;
278 while ((r = ioctl(kernel_fd, CRYPTO_GET_PROVIDER_MECHANISMS, pm)) < 0) {
285 rv = crypto2pkcs11_error_number(pm->pm_return_value);
291 for (i = 0; i < pm->pm_count; i++) {
293 bcopy(&pm->pm_list[i][0], mechanism_info.mi_mechanism_name,
337 if (strcmp(&pm
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c36 * Rounds decimal record *pd according to modes in *pm, recording exceptions
42 decimal_round(decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps, argument
52 switch (pm->rd) {
85 if (pm->df == floating_form) { /* For E format, simply
337 _unpacked_to_decimal(unpacked *px, decimal_mode *pm, decimal_record *pd, argument
352 if ((pm->ndigits >= DECIMAL_STRING_LENGTH) ||
353 ((pm->df == floating_form) && (pm->ndigits < 1))) { /* Gross overflow or bad
395 if (pm->df == floating_form)
396 nsig = pm
642 double_to_decimal(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
668 quadruple_to_decimal(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c334 __fast_decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, argument
342 if (pm->rd != fp_nearest)
433 __fast_decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, argument
440 if (pm->rd != fp_nearest || pd->ndigits > 18 || pd->exponent
464 * point value *px observing the rounding mode specified in pm->rd and
484 * Note that the only mode that matters is the rounding direction pm->rd;
485 * pm->df and pm->ndigits are never used.
495 decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, argument
555 if (__fast_decimal_to_single(px, pm, p
570 decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
649 decimal_to_extended(extended *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
736 decimal_to_quadruple(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
[all...]
H A Ddouble_decim.c156 * rounding according to the modes in *pm and recording any exceptions
165 * When pm->df == fixed_form, we may discover that the result would
175 __big_decimal_to_string(_big_float *pf, int sticky, decimal_mode *pm, argument
202 if (pm->df == fixed_form) {
204 er = -pm->ndigits;
224 elast = er = e - pm->ndigits + 1;
288 switch (pm->rd) {
317 if (pm->df == floating_form) {
334 * decimal record *pd according to the modes in *pm. Any exceptions
338 __bigfloat_to_decimal(_big_float *bf, decimal_mode *pm, decimal_recor argument
529 single_to_decimal(single *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
601 double_to_decimal(double *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
646 extended_to_decimal(extended *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
702 quadruple_to_decimal(quadruple *px, decimal_mode *pm, decimal_record *pd, fp_exception_field_type *ps) argument
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpDetailPanel.java32 package com.sun.admin.pm.client;
44 import com.sun.admin.pm.server.*;
124 com.sun.admin.pm.client.pmHelpDetailPanel)) {
H A DpmInstallScreen.java32 package com.sun.admin.pm.client;
40 import com.sun.admin.pm.server.*;
H A DpmInstallPrinter.java31 package com.sun.admin.pm.client;
44 import com.sun.admin.pm.server.*;
H A DpmTop.java31 package com.sun.admin.pm.client;
48 import com.sun.admin.pm.server.*;
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c600 struct member *pm, *qm, *rm; /* Tmp ptrs to struct member */ local
634 if ((pm = ent->membership) != NULL) {
637 while (pm->next) pm = pm->next;
640 pm->next = new->membership;
643 for (pm = ent->membership; pm; pm = pm
796 struct member *pm; /* Ptr to member being examined */ local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c346 register char *pe, *pm, *pl; local
381 for (pl = pm = p; pm <= pe; pm++)
382 switch (*pm & (QUOTE|TRIM)) {
399 savec = *pm;
400 *pm = 0;
408 *pm = savec;
417 pl = pm + 1;
421 for (pm
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/sparc/
H A Dmem_disc.c211 mem_path_map_t *pm = NULL; local
221 pm = fmd_fmri_alloc(sizeof (mem_path_map_t));
222 pm->pm_path = fmd_fmri_strdup(path);
223 pm->pm_fullpath = fmd_fmri_strdup(fullpath);
225 pm->pm_next = *mapp;
226 *mapp = pm;
257 mem_path_map_t *pm; local
271 for (pm = dma->dma_pm; pm != NULL; pm
338 path_map_destroy(mem_path_map_t *pm) argument
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c790 auto_unload_flag_set(kcf_prov_mech_desc_t *pm) argument
796 if (pm != NULL) {
797 pd = pm->pm_prov_desc;
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c481 usb_common_power_t *pm; local
491 pm = usb_ia->ia_pm;
494 if (USB_DEV_PWRSTATE_OK(pm->uc_pwr_states, level)) {
497 "uc_pwr_states = %x", level, pm->uc_pwr_states);
504 rval = usba_common_power(dip, &(pm->uc_current_power),
1160 * create the pm components required for power management
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c691 register PARM *pm; local
700 for (fail = 0, pm = parms; !fail && pm->keyword; pm++) {
702 if (!(pm->flags & X_MUST))
711 if (STREQU(pt->keyword, pm->keyword) &&
712 pt->result && MATCH(pt, pm))
805 register PARM *pm; local
820 for (pm = parms; pm
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java33 package com.sun.admin.pm.server;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c285 tchar *pe, *pm, *pl; local
318 for (pl = pm = p; pm <= pe; pm++)
319 switch (*pm & (QUOTE|TRIM)) {
336 savec = *pm;
337 *pm = 0;
340 *pm = savec;
349 pl = pm + 1;
353 for (pm
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c346 topo_propmethod_t pm; local
349 if (mdb_vread(&pm, sizeof (pm), addr) != sizeof (pm)) {
353 if (mdb_readstr(mname, sizeof (mname), (uintptr_t)pm.tpm_name) < 0) {
354 (void) mdb_snprintf(mname, sizeof (mname), "<%p>", pm.tpm_name);
358 mname, pm.tpm_version, pm.tpm_args);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c301 register char *pe, *pm, *pl; local
339 for (pl = pm = p; pm <= pe; pm += len) {
340 if ((len = mblen(pm, MB_CUR_MAX)) <= 0)
343 switch (*pm & (QUOTE|TRIM)) {
361 savec = *pm;
362 *pm = 0;
365 *pm = savec;
374 pl = pm
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c462 * Note: in detach, only contention threads is from pm and disconnnect.
1313 usbskel_power_t *pm; local
1346 pm = usbskelp->usbskel_pm;
1349 if (USB_DEV_PWRSTATE_OK(pm->usbskel_pwr_states, level)) {
1352 "pwr_states: %x", level, pm->usbskel_pwr_states);
1360 if (pm->usbskel_pm_busy) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c555 * pm = the pointer to the struct specifying the port management operation
565 fcoei_port_manage(void * fca_handle, fc_fca_pm_t *pm) argument
570 if (fca_handle == NULL || pm == NULL) {
574 FCOEI_LOG(__FUNCTION__, "code0x%x, %p", pm->pm_cmd_code, fca_handle);
575 switch (pm->pm_cmd_code) {
579 if (pm->pm_data_len < sizeof (fc_rnid_t)) {
585 pm->pm_data_buf, sizeof (fc_rnid_t));
592 if (pm->pm_data_len < sizeof (fc_rnid_t)) {
596 bcopy(pm->pm_data_buf,
603 FCOEI_LOG(__FUNCTION__, "unsupported cmd-%x", pm
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c120 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, argument
129 nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args) != 0)
146 if (topo_method_call(node, pm->tpm_name, pm->tpm_version,
793 topo_propmethod_t *pm = pv->tp_method; local
800 ret = nvlist_add_nvlist(args, TOPO_PROP_ARGS, pm->tpm_args);
826 ret = topo_method_call(node, pm->tpm_name, pm->tpm_version,
848 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, argument
853 if (pm !
874 topo_propmethod_t *pm = NULL; local
1301 topo_propmethod_t *pm; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.c1240 kt_module_t *pm = mdb_nv_get_cookie(v); local
1242 if (pm->km_ctfp == NULL)
1243 (void) kt_load_ctfdata(t, pm);
1245 if (pm->km_ctfp != NULL && ctf_import(km->km_ctfp,
1246 pm->km_ctfp) == CTF_ERR) {
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2806 usbprn_power_t *pm; local
2818 pm = usbprnp->usbprn_pm;
2819 ASSERT(pm != NULL);
2822 if (USB_DEV_PWRSTATE_OK(pm->usbprn_pwr_states, level)) {
2825 "pwr_states=0x%x", level, pm->usbprn_pwr_states);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1869 usbecm_pm_t *pm; local
1883 pm = ecmp->ecm_pm =
1886 pm->pm_pwr_states = (uint8_t)pwr_states;
1887 pm->pm_cur_power = USB_DEV_OS_FULL_PWR;
1888 pm->pm_wakeup_enabled = (usb_handle_remote_wakeup(dip,
1924 "usbecm_cleanup: destroy pm");
1965 usbecm_pm_t *pm = ecmp->ecm_pm; local
1973 if (pm->pm_wakeup_enabled) {
1992 kmem_free((caddr_t)pm, sizeof (usbecm_pm_t));
2003 usbecm_pm_t *pm local
2054 usbecm_pm_t *pm = ecmp->ecm_pm; local
2208 usbecm_pm_t *pm; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c471 uftdi_pm_t *pm = uf->uf_pm; local
476 if (!pm)
484 if (USB_DEV_PWRSTATE_OK(pm->pm_pwr_states, level)) {
487 level, pm->pm_pwr_states);
495 if (pm->pm_raise_power && (level < (int)pm->pm_cur_power)) {
1263 uftdi_pm_t *pm; local
1272 pm = uf->uf_pm = kmem_zalloc(sizeof (*pm), KM_SLEEP);
1274 pm
1291 uftdi_pm_t *pm = uf->uf_pm; local
1327 uftdi_pm_t *pm = uf->uf_pm; local
1374 uftdi_pm_t *pm = uf->uf_pm; local
[all...]

Completed in 133 milliseconds

12345