/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | finalck.c | 65 finalck(struct cfent *ept, int attrchg, int contchg, boolean_t a_warning) in finalck() 95 finalck_error(struct cfent *ept, int attrchg, int contchg) in finalck_error() 153 finalck_warning(struct cfent *ept, int attrchg, int contchg) in finalck_warning()
|
H A D | procmap.c | 91 procassign(struct cfent *ept, char **server_local, char **client_local, in procassign() 198 struct cfent *ept = (struct cfent *)NULL; in procmap() local 290 struct cfent *ept, *ept_i; in sortentry() local
|
H A D | pkgobjmap.c | 95 pkgobjassign(struct cfent *ept, char **server_local, char **client_local, in pkgobjassign() 286 struct cfent *ept, map_entry; in pkgobjmap() local 390 struct cfent *ept, *ept_i; in sortentry() local
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 158 struct cfent *ept; in instvol() local 851 struct cfent *ept = (struct cfent *)NULL; in domerg() local 1218 struct cfent *ept; /* entry from the internal list */ in endofclass() local 1447 struct cfent *ept; in fix_attributes() local
|
H A D | check.c | 692 struct cfent *ept; in ckconflct() local 1059 struct cfent *ept; in ckpkgfiles() local
|
H A D | dockspace.c | 196 struct cfent *ept; in readmap() local
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 62 ckentry(int envflag, int maptyp, struct cfent *ept, VFP_T *vfp, in ckentry() 287 findspool(struct cfent *ept) in findspool()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | ppkgmap.c | 43 ppkgmap(struct cfent *ept, FILE *fp) in ppkgmap()
|
H A D | tputcfent.c | 45 tputcfent(struct cfent *ept, FILE *fp) in tputcfent()
|
H A D | srchcfile.c | 125 srchcfile(struct cfent *ept, char *path, PKGserver server) in srchcfile()
|
H A D | gpkgmap.c | 138 gpkgmap(struct cfent *ept, FILE *fp) in gpkgmap() 641 gpkgmapvfp(struct cfent *ept, VFP_T *vfp) in gpkgmapvfp()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 61 struct cfent *ept; in delmap() local
|
H A D | main.c | 1117 struct cfent *ept; in rmclass() local
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckkeywd.c | 70 char *ept; in ckkeywd() local
|
H A D | ckdate.c | 407 char *ept, end[128]; in ckdate() local
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tv.c | 22 int tp=0, sl, ln, pos, epb, ept, vm; in drawvert() local
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | splpkgmap.c | 66 struct cfent *ept; member 103 struct cfent *ept; in splpkgmap() local
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 3929 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_ctrl_ed() local 3976 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_bulk_ed() local 4024 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_intr_ed() local 4122 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_isoc_ed() local 4189 ohci_ed_t *ept = pp->pp_ept; in ohci_modify_sKip_bit() local 4288 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_ctrl_ed() local 4338 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_bulk_ed() local 4389 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_periodic_ed() local 4448 ohci_ed_t *ept, in ohci_detach_ed_from_list() 4575 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_insert_ed_on_reclaim_list() local [all …]
|
H A D | ohci_polled.c | 1869 ohci_ed_t *ept; in ohci_polled_insert_td() local 2247 ohci_ed_t *ept = pp->pp_ept; in ohci_polled_insert_hc_td() local
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | installf.c | 134 struct cfent *ept; in validate() local
|
H A D | main.c | 146 struct cfent *ept; in main() local
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 444 findlink(struct cfent *ept, char *path, char *svpath) in findlink()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 501 #define UHCI_XFER_TYPE(ept) ((ept)->bmAttributes & USB_EP_ATTR_MASK) argument 502 #define UHCI_XFER_DIR(ept) ((ept)->bEndpointAddress & \ argument 540 #define UHCI_PERIODIC_ENDPOINT(ept) \ argument
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 2093 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_modify_td_active_bits() local 2603 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_remove_tds_tws() local 2968 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_fill_in_bulk_isoc_td() local
|
H A D | uhci.c | 1324 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_sendup_td_message() local
|