Searched defs:copystat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c857 usbwcm_copyin_t *copystat; local
899 copystat = (usbwcm_copyin_t *)iocmp->b_rptr;
900 copystat->state = state;
902 copystat->addr = cq->cq_addr;
904 cq->cq_addr = copystat->addr;
958 usbwcm_copyin_t *copystat; local
988 copystat = (usbwcm_copyin_t *)ioctmp->b_rptr;
989 if (copystat->state == USBWCM_GETSTRUCT) {
1005 } else if (copystat->state == USBWCM_GETRESULT) {
1014 copystat
[all...]
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c231 static void copystat(char *, struct stat *, char *);
889 copystat(*fileptr, &statbuf, ofname);
1579 copystat(char *ifname, struct stat *ifstat, char *ofname) function

Completed in 75 milliseconds