Home
last modified time | relevance | path

Searched refs:pe (Results 26 – 50 of 85) sorted by relevance

1234

/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y780 pool_elem_t *pe; in parser_conf_info() local
875 pool_elem_t *pe; in parser_conf_create() local
890 prop_list_walk(cmd, pe); in parser_conf_create()
947 pool_elem_t *pe; in parser_conf_rename() local
956 parser_rename(cmd, pe, SYSTEM_NAME); in parser_conf_rename()
1040 pool_elem_t *pe; in parser_conf_modify() local
1049 prop_list_walk(cmd, pe); in parser_conf_modify()
1323 pool_elem_t *pe; in check_conf_name() local
1369 prop_list_walk(cmd_t *cmd, pool_elem_t *pe) in prop_list_walk() argument
1590 (void) pool_put_property(conf, pe, in process_min_max()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c259 port_event_t pe; in wait_thread() local
263 if (port_get(port_fd, &pe, NULL) != 0) { in wait_thread()
274 fd = pe.portev_object; in wait_thread()
275 wi = pe.portev_user; in wait_thread()
279 if ((pe.portev_events & POLLHUP) == POLLHUP) { in wait_thread()
308 (pe.portev_events & POLLERR) == 0) { in wait_thread()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c288 tchar *pe, *pm, *pl; in execbrc() local
298 for (pe = ++p; *pe; pe++) in execbrc()
299 switch (*pe) { in execbrc()
312 for (pe++; *pe && *pe != ']'; pe++) in execbrc()
314 if (!*pe) in execbrc()
319 if (brclev || !*pe) in execbrc()
321 for (pl = pm = p; pm <= pe; pm++) in execbrc()
342 (void) strcat_(restbuf, pe + 1); in execbrc()
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c376 port_event_t pe; in main() local
378 if (port_get(port_fd, &pe, NULL) == -1) { in main()
383 w = pe.portev_user; in main()
384 while (get_event(pe.portev_object, w->wf_type, opt_verbose)) in main()
386 if (port_associate(port_fd, PORT_SOURCE_FD, pe.portev_object, in main()
387 POLLIN, pe.portev_user) == -1) in main()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c373 pool_elem_t *pe; in pool_xml_free_doc() local
381 for (pe = rs->prs_next(rs); pe != NULL; pe = rs->prs_next(rs)) { in pool_xml_free_doc()
385 free(pe); in pool_xml_free_doc()
401 pool_xml_elem_remove(pool_elem_t *pe) in pool_xml_elem_remove() argument
409 switch (pe->pe_class) { in pool_xml_elem_remove()
929 pool_conf_t *conf = TO_CONF(pe); in pool_xml_get_properties()
1321 pool_elem_t *pe = TO_ELEM(elem); in pool_xml_elem_init() local
1322 pe->pe_conf = conf; in pool_xml_elem_init()
1323 pe->pe_class = class; in pool_xml_elem_init()
1324 pe->pe_resource_class = res_class; in pool_xml_elem_init()
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c170 char *p, *pe; in getshareopt() local
182 if ((pe = strchr(p, '=')) != NULL) { in getshareopt()
183 *pe = '\0'; in getshareopt()
185 val = strdup(pe + 1); in getshareopt()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java661 } catch (PoolsException pe) { in Poold()
664 "read-write (" + pe.getMessage() + ")") in Poold()
665 .initCause(pe), false); in Poold()
671 } catch (PoolsException pe) { in Poold()
672 Poold.utility.die(CONF_LOG, pe); in Poold()
738 } catch (PoolsException pe) { in initialize()
818 } catch (PoolsException pe) { in execute()
819 Poold.utility.die(CONF_LOG, pe); in execute()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c2800 ds_port_param_entry_t *pe; in keyspan_build_cmd_msg_usa19hs() local
2827 pe = tp->tp_entries; in keyspan_build_cmd_msg_usa19hs()
2831 switch (pe->param) { in keyspan_build_cmd_msg_usa19hs()
2833 ui = pe->val.ui; in keyspan_build_cmd_msg_usa19hs()
2913 switch (pe->val.ui) { in keyspan_build_cmd_msg_usa19hs()
2986 pe->param); in keyspan_build_cmd_msg_usa19hs()
3038 pe = tp->tp_entries; in keyspan_build_cmd_msg_usa49()
3042 switch (pe->param) { in keyspan_build_cmd_msg_usa49()
3044 ui = pe->val.ui; in keyspan_build_cmd_msg_usa49()
3119 switch (pe->val.ui) { in keyspan_build_cmd_msg_usa49()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/euro/
H A Dgenincl38 T_=`echo $1 | perl -pe "$perlre"`;
45 T_=`echo $1 | perl -pe "$perlre"`;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c625 struct errmsg *pe; in nak() local
630 for (pe = errmsgs; pe->e_code >= 0; pe++) in nak()
631 if (pe->e_code == error) in nak()
633 if (pe->e_code < 0) { in nak()
634 pe->e_msg = strerror(error - 100); in nak()
637 (void) strlcpy(tp->th_msg, pe->e_msg, in nak()
639 length = strlen(pe->e_msg) + 4; in nak()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c326 const wcat_t *pe, *pm, *pl; in globexp2() local
337 for (i = 0, pe = ++ptr; pe->w_wc != EOS; pe++) in globexp2()
338 if (pe->w_wc == LBRACKET) { in globexp2()
340 for (pm = pe++; pe->w_wc != RBRACKET && in globexp2()
341 pe->w_wc != EOS; pe++) in globexp2()
343 if (pe->w_wc == EOS) { in globexp2()
348 pe = pm; in globexp2()
350 } else if (pe->w_wc == LBRACE) { in globexp2()
352 } else if (pe->w_wc == RBRACE) { in globexp2()
359 if (i != 0 || pe->w_wc == EOS) in globexp2()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1973 pe = kmem_zalloc(sizeof (*pe), KM_SLEEP); in modctl_inst_walker()
1975 pe->pe_dirlen = strlen(pe->pe_dir) + 1; in modctl_inst_walker()
2033 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in modctl_remdrv_cleanup()
2034 pe = list_next(&wargs->wa_pathlist, pe)) { in modctl_remdrv_cleanup()
2043 kmem_free(pe->pe_dir, pe->pe_dirlen); in modctl_remdrv_cleanup()
2044 kmem_free(pe, sizeof (*pe)); in modctl_remdrv_cleanup()
2089 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in dev_devices_cleanup()
2090 pe = list_next(&wargs->wa_pathlist, pe)) { in dev_devices_cleanup()
2092 pe->pe_dir, pe->pe_nodename); in dev_devices_cleanup()
2109 kmem_free(pe->pe_dir, pe->pe_dirlen); in dev_devices_cleanup()
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1255 ulong_t pending_sels, pe, selbit; in xen_callback_handler() local
1292 j = ffs(pe) - 1; in xen_callback_handler()
1293 pe &= ~(1ul << j); in xen_callback_handler()
1389 while ((pe = cpe->pending_evts[pri][i]) != 0) { in xen_callback_handler()
1390 j = ffs(pe) - 1; in xen_callback_handler()
1392 pe &= ~(1ul << j); in xen_callback_handler()
1393 cpe->pending_evts[pri][i] = pe; in xen_callback_handler()
1394 if (pe == 0) { in xen_callback_handler()
1583 unsigned long pe, pending_sels; in ec_unpend_irq() local
1596 cpe->pending_evts[pri][evi] = pe; in ec_unpend_irq()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Devent_port.c67 port_get(int port, port_event_t *pe, struct timespec *to) in port_get() argument
71 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, to->tv_sec, in port_get()
74 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, 0, 0, 0); in port_get()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c633 ds_port_param_entry_t *pe; in uftdi_param2regs() local
640 for (i = 0, pe = tp->tp_entries; i < tp->tp_cnt; i++, pe++) { in uftdi_param2regs()
641 switch (pe->param) { in uftdi_param2regs()
643 switch (pe->val.ui) { in uftdi_param2regs()
692 pe->val.ui); in uftdi_param2regs()
698 if (pe->val.ui & PARENB) { in uftdi_param2regs()
699 if (pe->val.ui & PARODD) in uftdi_param2regs()
712 if (pe->val.ui & CSTOPB) in uftdi_param2regs()
721 switch (pe->val.ui) { in uftdi_param2regs()
739 if ((pe->val.ui & IXON) || (pe->val.ui & IXOFF)) { in uftdi_param2regs()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c191 biosvbe_palette_data(int mode, int reg, struct paletteentry *pe) in biosvbe_palette_data() argument
199 v86.es = VTOPSEG(pe); in biosvbe_palette_data()
200 v86.edi = VTOPOFF(pe); in biosvbe_palette_data()
366 struct paletteentry pe; in vbe_set_palette() local
380 pe.Blue = entry->Blue; in vbe_set_palette()
381 pe.Green = entry->Green; in vbe_set_palette()
382 pe.Red = entry->Red; in vbe_set_palette()
383 pe.Reserved = entry->Reserved; in vbe_set_palette()
390 ret = biosvbe_palette_data(mode, slot, &pe); in vbe_set_palette()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c659 ds_port_param_entry_t *pe; in pl2303_set_port_params() local
670 pe = tp->tp_entries; in pl2303_set_port_params()
685 switch (pe->param) { in pl2303_set_port_params()
687 ui = pe->val.ui; in pl2303_set_port_params()
708 if (pe->val.ui & PARENB) { in pl2303_set_port_params()
709 if (pe->val.ui & PARODD) { in pl2303_set_port_params()
720 if (pe->val.ui & CSTOPB) { in pl2303_set_port_params()
728 switch (pe->val.ui) { in pl2303_set_port_params()
754 if (pe->val.ui & IXON || pe->val.ui & IXOFF) { in pl2303_set_port_params()
762 xon_char = pe->val.uc[0]; in pl2303_set_port_params()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c516 struct pci_devemu *pe = pdi->pi_d; in pci_emul_io_handler() local
529 *eax = (*pe->pe_barread)(pdi, i, in pci_emul_io_handler()
532 (*pe->pe_barwrite)(pdi, i, offset, in pci_emul_io_handler()
545 struct pci_devemu *pe = pdi->pi_d; in pci_emul_mem_handler() local
608 struct pci_devemu *pe; in modify_bar_registration() local
613 pe = pi->pi_d; in modify_bar_registration()
652 if (pe->pe_baraddr != NULL) in modify_bar_registration()
2195 struct pci_devemu *pe; in pci_cfgrw() local
2236 pe = pi->pi_d; in pci_cfgrw()
2243 if (pe->pe_cfgread != NULL) { in pci_cfgrw()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/gentbl/
H A DMakefile171 ID=`echo $@ | perl -pe 's:\.tbl::'` ; \
192 ID=`echo $@ | perl -pe 's:\.btbl::'` ; \
198 FROM=`echo $@ | perl -pe 's:%.*::'` ; \
199 TO=`echo $@ | perl -pe 's:.*%:: ; s:\.out::'` ; \
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java306 catch (PoolsException pe) { in toString()
307 return pe.toString(); in toString()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1355 struct errmsg *pe; in nak() local
1361 for (pe = errmsgs; pe->e_code >= 0; pe++) in nak()
1362 if (pe->e_code == error) in nak()
1364 if (pe->e_code < 0) { in nak()
1365 pe->e_msg = strerror(error - 100); in nak()
1368 (void) strlcpy(tp->th_msg, (pe->e_msg != NULL) ? pe->e_msg : "UNKNOWN", in nak()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c204 port_event_t pe; in mnttab_event() local
215 (void) port_get(mnttab_port, &pe, &timeout); in mnttab_event()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c45 char* pe; \
405 if (!*scan->pe++) in dllsread()
407 scan->pb = scan->pe; in dllsread()
412 scan->pe = p; in dllsread()
414 scan->off = sfprintf(scan->tmp, "%-.*s", scan->pe - scan->pb, scan->pb); in dllsread()
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c279 struct protoent *pe; in iterate_mlps() local
299 if ((pe = getprotobynumber(tsme->tsme_mlp.mlp_ipp)) == NULL) in iterate_mlps()
302 (void) printf("/%s", pe->p_name); in iterate_mlps()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c279 pool_elem_t *pe; in handle_sig() local
321 pe = pool_conf_to_elem(conf); in handle_sig()
323 if (pool_put_property(conf, pe, "system.poold.sighup", in handle_sig()
330 (void) pool_rm_property(conf, pe, in handle_sig()

1234