Home
last modified time | relevance | path

Searched defs:pm (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c92 addvfstab(tablename, pm) in addvfstab() argument
180 struct pmntent *pm = (struct pmntent *)0; in mnttabread() local
195 addmtab(tablename, pm) in addmtab() argument
250 struct pmntent *pm; local
333 struct pmntent *pm; in getmnttab() local
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c175 __big_decimal_to_string(_big_float *pf, int sticky, decimal_mode *pm, in __big_decimal_to_string()
338 __bigfloat_to_decimal(_big_float *bf, decimal_mode *pm, decimal_record *pd, in __bigfloat_to_decimal()
529 single_to_decimal(single *px, decimal_mode *pm, decimal_record *pd, in single_to_decimal()
601 double_to_decimal(double *px, decimal_mode *pm, decimal_record *pd, in double_to_decimal()
646 extended_to_decimal(extended *px, decimal_mode *pm, decimal_record *pd, in extended_to_decimal()
702 quadruple_to_decimal(quadruple *px, decimal_mode *pm, decimal_record *pd, in quadruple_to_decimal()
H A Ddecimal_bin.c332 __fast_decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, in __fast_decimal_to_single()
431 __fast_decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, in __fast_decimal_to_double()
493 decimal_to_single(single *px, decimal_mode *pm, decimal_record *pd, in decimal_to_single()
568 decimal_to_double(double *px, decimal_mode *pm, decimal_record *pd, in decimal_to_double()
647 decimal_to_extended(extended *px, decimal_mode *pm, decimal_record *pd, in decimal_to_extended()
734 decimal_to_quadruple(quadruple *px, decimal_mode *pm, decimal_record *pd, in decimal_to_quadruple()
H A D__flt_decim.c263 __fast_double_to_decimal(double *dd, decimal_mode *pm, decimal_record *pd, in __fast_double_to_decimal()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_check.c124 find_procname(rpcproc_t procnum, boolean_t pm) in find_procname()
149 boolean_t pm) in rpcb_log()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dmutex-16200.c152 pthread_mutex_t pm; in mutex_test_thr() local
168 pthread_mutex_t pm; in mutex_test_thr() local
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c292 ppt_match_t *pm; in get_matches() local
349 for (ppt_match_t *pm = list_head(matches); pm != NULL; in match_ppt() local
444 for (ppt_match_t *pm = list_head(&nd.nd_matches); pm != NULL; ) { in ppt_list() local
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c473 uftdi_pm_t *pm = uf->uf_pm; in uftdi_usb_power() local
1271 uftdi_pm_t *pm; in uftdi_create_pm_components() local
1299 uftdi_pm_t *pm = uf->uf_pm; in uftdi_destroy_pm_components() local
1335 uftdi_pm_t *pm = uf->uf_pm; in uftdi_pm_set_busy() local
1382 uftdi_pm_t *pm = uf->uf_pm; in uftdi_pm_set_idle() local
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c600 struct member *pm, *qm, *rm; /* Tmp ptrs to struct member */ in _adddgrptabrec() local
796 struct member *pm; /* Ptr to member being examined */ in _rmdgrpmems() local
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_phys.c62 lmrc_pd_map_t *pm; in lmrc_get_pdmap() local
139 lmrc_pd_map_t *pm = dma->ld_buf; in lmrc_complete_sync_pdmap() local
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c470 pl2303_pm_t *pm = plp->pl_pm; in pl2303_usb_power() local
1210 pl2303_pm_t *pm; in pl2303_create_pm_components() local
1239 pl2303_pm_t *pm = plp->pl_pm; in pl2303_destroy_pm_components() local
1278 pl2303_pm_t *pm = plp->pl_pm; in pl2303_pm_set_busy() local
1329 pl2303_pm_t *pm = plp->pl_pm; in pl2303_pm_set_idle() local
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtimelocal.h45 const char *pm; member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1869 usbecm_pm_t *pm; in usbecm_create_pm_components() local
1965 usbecm_pm_t *pm = ecmp->ecm_pm; in usbecm_destroy_pm_components() local
2003 usbecm_pm_t *pm = ecmp->ecm_pm; in usbecm_pm_set_busy() local
2054 usbecm_pm_t *pm = ecmp->ecm_pm; in usbecm_pm_set_idle() local
2208 usbecm_pm_t *pm; in usbecm_power() local
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c783 keyspan_pm_t *pm = ksp->ks_pm; in keyspan_usb_power() local
2050 keyspan_pm_t *pm; in keyspan_create_pm_components() local
2079 keyspan_pm_t *pm = ksp->ks_pm; in keyspan_destroy_pm_components() local
2109 keyspan_pm_t *pm = ksp->ks_pm; in keyspan_pm_set_busy() local
2154 keyspan_pm_t *pm = ksp->ks_pm; in keyspan_pm_set_idle() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c43 …gister const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) in regsubflags()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c82 struct sun4u_prom_memlist *pm = scratch_memlist; in fill_memlists() local
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c2259 usb_common_pwrlvl0(dev_info_t *dip, uint8_t *pm, int *dev_state) in usb_common_pwrlvl0()
2286 usb_common_pwrlvl1(dev_info_t *dip, uint8_t *pm, int *dev_state) in usb_common_pwrlvl1()
2300 usb_common_pwrlvl2(dev_info_t *dip, uint8_t *pm, int *dev_state) in usb_common_pwrlvl2()
2313 usb_common_pwrlvl3(dev_info_t *dip, uint8_t *pm, int *dev_state) in usb_common_pwrlvl3()
2347 usba_common_power(dev_info_t *dip, uint8_t *pm, int *dev_state, int level) in usba_common_power()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c834 usbsacm_pm_t *pm = acmp->acm_pm; in usbsacm_ds_usb_power() local
2751 usbsacm_pm_t *pm; in usbsacm_create_pm_components() local
2796 usbsacm_pm_t *pm = acmp->acm_pm; in usbsacm_destroy_pm_components() local
2835 usbsacm_pm_t *pm = acmp->acm_pm; in usbsacm_pm_set_busy() local
2886 usbsacm_pm_t *pm = acmp->acm_pm; in usbsacm_pm_set_idle() local
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c690 register PARM *pm; local
804 register PARM *pm; local
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c60 static prmap_t *pm = NULL; /* prmap_t array */ variable
/illumos-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c121 #define COPYSUB(to, from, pm, pos) (void) strncpy(to, &from[pm[pos].rm_so], \ argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c157 const struct printmap *pm; in infof() local
678 const struct printmap *pm = Pmap; in mapformat() local
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c228 crypto_get_provider_mechanisms_t *pm, tmp; in C_GetMechanismList() local
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c125 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, in prop_method_get()
799 topo_propmethod_t *pm = pv->tp_method; in topo_prop_setprop() local
854 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, in register_methoderror()
880 topo_propmethod_t *pm = NULL; in prop_method_register() local
1307 topo_propmethod_t *pm; in propmethod_destroy() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c871 fc_fca_pm_t pm; in emlxs_fcio_diag() local
1100 fc_fca_pm_t pm; in emlxs_fcio_download_fw() local
1133 fc_fca_pm_t pm; in emlxs_fcio_get_fw_rev() local
1166 fc_fca_pm_t pm; in emlxs_fcio_get_fcode_rev() local
1199 fc_fca_pm_t pm; in emlxs_fcio_download_fcode() local
1683 fc_fca_pm_t pm; in emlxs_fcio_get_node_id() local
1716 fc_fca_pm_t pm; in emlxs_fcio_set_node_id() local
2079 fc_fca_pm_t pm; in emlxs_fcio_get_link_status() local
2850 fc_fca_pm_t pm; in emlxs_fcio_get_dump_size() local
2888 fc_fca_pm_t pm; in emlxs_fcio_get_dump() local

123