Home
last modified time | relevance | path

Searched refs:pe (Results 51 – 75 of 86) sorted by relevance

1234

/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()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java55 } catch (PoolsException pe) { in toString()
56 return (pe.toString()); in toString()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c989 char *pe; local
1013 pe = *result + *resultsz;
1018 p < pe)
1024 pe - p);
1025 if (p < pe)
1030 pe - p);
1032 if (p >= pe)
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c560 char *pe; in prog_path_expand() local
574 pe = strchr(p, ':'); in prog_path_expand()
575 dir_len = ((NULL == pe) ? strlen(p) : (pe - p)); in prog_path_expand()
588 p = ((NULL == pe) ? NULL : (pe + 1)); in prog_path_expand()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java189 } catch (PoolsException pe) { in initialize()
234 } catch (PoolsException pe) { in initialize()
260 } catch (PoolsException pe) { in initialize()
746 } catch (PoolsException pe) { in applyMove()
886 } catch (PoolsException pe) in getProcessors()
H A DDecisionHistory.java366 } catch (PoolsException pe) { in ComponentMoveDecision()
369 pe)); in ComponentMoveDecision()
H A DSystemMonitor.java147 } catch (PoolsException pe) { in initialize()
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h315 #define PUT_HKEYDATA(pe, kd, len, type) { \ argument
316 ((HKEYDATA *)pe)->type = type; \
317 memcpy((u_int8_t *)pe + sizeof(u_int8_t), kd, len); \
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/test/
H A DMakefile138 FROM=`echo $@ | perl -pe 's:%.*::'` ; \
139 TO=`echo $@ | perl -pe 's:.*%:: ; s:\.out::'` ; \
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c3106 ds_port_param_entry_t pe[6]; in usbser_port_program() local
3149 pe[0].param = DS_PARAM_BAUD; in usbser_port_program()
3150 pe[0].val.ui = baudrate; in usbser_port_program()
3153 pe[1].param = DS_PARAM_STOPB; in usbser_port_program()
3154 pe[1].val.ui = c_flag & CSTOPB; in usbser_port_program()
3157 pe[2].param = DS_PARAM_PARITY; in usbser_port_program()
3161 pe[3].param = DS_PARAM_CHARSZ; in usbser_port_program()
3162 pe[3].val.ui = c_flag & CSIZE; in usbser_port_program()
3167 pe[4].val.uc[1] = tp->t_stopc; in usbser_port_program()
3171 pe[5].val.ui = flow_ctl; in usbser_port_program()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c148 struct protoent *pe; in set_IPv4opt_sourcerouting() local
154 if ((pe = getprotobyname("ip")) == NULL) { in set_IPv4opt_sourcerouting()
181 if (setsockopt(sndsock, pe->p_proto, IP_OPTIONS, (const char *)optlist, in set_IPv4opt_sourcerouting()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h329 #define PRR_EVENT(prrx, pe, ps, ce, re) \ argument
330 if (prrx & pe) { \
333 prrx &= ~pe; \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c329 volatile char *pe = bufstop < pstop ? bufstop : pstop; in corrupt() local
334 for (pp = pktp; pp < pe; pp += li) { in corrupt()
335 c = ((pe - pp) < li ? pe - pp : li); in corrupt()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2l.c482 static const long double pe[] = { variable
614 mx_polyl(zz, pe, ee, 3); in mx_atanl()
657 mx_polyl(zz, pe, ee, 3); in mx_atanl()
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c848 struct pidentry pe; in find_pid() local
851 pe.pl_pid = pid; in find_pid()
852 p = bsearch(&pe, pidtable, pidcnt, sizeof (struct pidentry), pidcmp); in find_pid()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1040 ds_port_param_entry_t *pe; in usbsacm_ds_set_port_params() local
1064 pe = tp->tp_entries; in usbsacm_ds_set_port_params()
1066 for (i = 0; i < tp->tp_cnt; i++, pe++) { in usbsacm_ds_set_port_params()
1067 switch (pe->param) { in usbsacm_ds_set_port_params()
1070 ui = pe->val.ui; in usbsacm_ds_set_port_params()
1086 if (pe->val.ui & PARENB) { in usbsacm_ds_set_port_params()
1087 if (pe->val.ui & PARODD) { in usbsacm_ds_set_port_params()
1099 if (pe->val.ui & CSTOPB) { in usbsacm_ds_set_port_params()
1108 switch (pe->val.ui) { in usbsacm_ds_set_port_params()
1129 pe->param); in usbsacm_ds_set_port_params()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c839 struct protoent *pe; in i_store_val() local
1000 pe = getprotobyname(val); in i_store_val()
1001 if (pe == NULL) in i_store_val()
1004 rd->r_proto = pe->p_proto; in i_store_val()
H A Dilbadm_rules.c260 struct protoent *pe; in proto2str() local
262 pe = getprotobynumber((int)proto); in proto2str()
263 if (pe != NULL) in proto2str()
264 (void) snprintf(buf, sz, "protocol=%s", pe->p_name); in proto2str()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c285 __digits_to_double(char *s, int n, int *pe) in __digits_to_double() argument
297 *pe = 0; in __digits_to_double()
313 *pe = ((t - th) == tl)? 0 : 1; in __digits_to_double()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c220 wchar_t *pe; /* used by grammar */ variable
231 pe = ap[1]; in doeval()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1314 port_event_t pe; in wait_for_event() local
1316 (void) memset(&pe, 0, sizeof (pe)); in wait_for_event()
1317 if (port_get(idmapd_ev_port, &pe, timeoutp) != 0) { in wait_for_event()
1334 switch (pe.portev_source) { in wait_for_event()
1344 switch (pe.portev_events) { in wait_for_event()
1355 if (pe.portev_object == rt_sock) { in wait_for_event()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c280 static re_bm *re_bmcomp(uchar_t *pb, uchar_t *pe, uchar_t *cmap);
1195 re_bmcomp(uchar_t *pb, uchar_t *pe, uchar_t *cmap) in re_bmcomp() argument
1203 b->patlen = pe - pb; in re_bmcomp()
1212 for (pe--; pb < pe; pb++) in re_bmcomp()
1213 delta[b->cmap[*pb]] = pe - pb; in re_bmcomp()
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c591 mevent_handle_pe(port_event_t *pe) in mevent_handle_pe() argument
593 struct mevent *mevp = pe->portev_user; in mevent_handle_pe()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c686 struct protoent pe; in valid_props() local
908 getprotobyname_r(gsproto, &pe, gpbuf, in valid_props()
912 si->protocol = pe.p_proto; in valid_props()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab239 pe peru es

1234