/solaris-userland/components/libusb/wrapper/src/ |
H A D | testlibusb.c | 11 dump_data(unsigned char *data, int size) argument 15 if (size) { 17 for (i = 0; i < size; i++) {
|
H A D | wr_libusb.c | 1120 unsigned char type, unsigned char index, void *buf, int size) 1134 return ((*hdl)(dev, ep, type, index, buf, size)); 1139 unsigned char index, void *buf, int size) 1152 return ((*hdl)(dev, type, index, buf, size)); 1156 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument 1167 return (*hdl)(dev, ep, bytes, size, timeout); 1171 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument 1183 return ((*hdl)(dev, ep, bytes, size, timeout)); 1188 int size, int timeout) 1200 return ((*hdl)(dev, ep, bytes, size, timeou 1119 usb_get_descriptor_by_endpoint(usb_dev_handle *dev, int ep, unsigned char type, unsigned char index, void *buf, int size) argument 1138 usb_get_descriptor(usb_dev_handle *dev, unsigned char type, unsigned char index, void *buf, int size) argument 1187 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument 1204 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument 1221 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *bytes, int size, int timeout) argument [all...] |
/solaris-userland/components/ruby/puppet-solaris/ext/ |
H A D | puppet_audit.c | 60 size_t size = NSS_BUFLEN_PASSWD; local 70 if ((buffer = malloc(size)) == NULL) 74 if (getpwnam_r("puppet", &pwd, buffer, size, &result) != 0) {
|
/solaris-userland/components/jansson/doc/html/_downloads/ |
H A D | github_commits.c | 36 static size_t write_response(void *ptr, size_t size, size_t nmemb, void *stream) argument 40 if(result->pos + size * nmemb >= BUFFER_SIZE - 1) 46 memcpy(result->data + result->pos, ptr, size * nmemb); 47 result->pos += size * nmemb; 49 return size * nmemb;
|
/solaris-userland/components/llvm/cxa_finalize/ |
H A D | cxa_finalize.c | 57 uint32_t size; member in struct:__cxxabi_atexit_list 124 _list.size = __CXA_ATEXIT_CHUNK; 128 if (_list.nelem == _list.size) { 129 uint32_t newsize = _list.size * 2; 137 _list.size = 0; 144 _list.size = newsize; 155 _list.size = 0;
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | kr_vmstat.c | 297 safe_zalloc(void **ptr, int size, int free_first) argument 301 if ((*ptr = (void *) malloc(size)) == NULL) 303 (void) memset(*ptr, 0, size);
|
H A D | kr_iostat.c | 580 safe_zalloc(void **ptr, int size, int free_first) argument 584 if ((*ptr = (void *)malloc(size)) == NULL) 586 (void) memset(*ptr, 0, size);
|
H A D | healthMonitor.c | 2321 * any; statusOID - The trapoid; size - The size of trapoid (not included in 2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument 2407 * size in bytes = oid length * sizeof(oid) 2428 * size in bytes = oid length * sizeof(oid) 2444 * size in bytes = oid length * sizeof(oid) 2460 * size in bytes = oid length * sizeof(oid) 2462 size * sizeof(oid)); 2476 * size in bytes = oid length * sizeof(oid) 2492 * size i 2598 int size; local 2678 int size; local 2780 int size; local 2881 int size; local 2976 int size; local 3076 int size; local 3187 int size; local [all...] |
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/ |
H A D | me4LoadGroup.c | 356 send_trap(u_char * hostname, u_char * modulename, oid * trapoid, int size, u_char * status, u_char * description) argument 422 * size in bytes = oid length * sizeof(oid) 443 * size in bytes = oid length * sizeof(oid) 459 * size in bytes = oid length * sizeof(oid) 475 * size in bytes = oid length * sizeof(oid) 477 size * sizeof(oid)); 491 * size in bytes = oid length * sizeof(oid) 507 * size in bytes = oid length * sizeof(oid) 544 int size; local 558 size 592 int size; local 637 int size; local [all...] |
/solaris-userland/components/jansson/doc/html/_static/ |
H A D | underscore.js | 17 c,d){d||(d=b.identity);for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?e=g+1:f=g}return e};b.toArray=function(a){return!a?[]:a.toArray?a.toArray():b.isArray(a)?i.call(a):b.isArguments(a)?i.call(a):b.values(a)};b.size=function(a){return b.toArray(a).length};b.first=b.head=function(a,b,d){return b!=null&&!d?i.call(a,0,b):a[0]};b.initial=function(a,b,d){return i.call(a,0,a.length-(b==null||d?1:b))};b.last=function(a,b,d){return b!=null&&!d?i.call(a,Math.max(a.length-b,0)):a[a.length-1]};b.rest=
|
/solaris-userland/components/proftpd/ |
H A D | mod_solaris_audit.c | 123 how = "couldn't determine maximum size of password buffer"; 465 size_t size = 0; local 468 event = (adt_event_data_t*)pr_table_remove(cmd->notes, EVENT_KEY, &size); 475 if (size != sizeof(*event)) { 476 how = "bad event size";
|
/solaris-userland/components/libusb/ugen/src/ |
H A D | libusbugen.c | 72 static void usb_dump_data(char *data, int size); 78 static int usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag); 80 int value, int index, char *data, int size); 441 int value, int index, char *data, int size, int timeout) 450 if ((hdl == NULL) || (size < 0)) { 463 requesttype, request, value, index, data, size); 477 if ((size) && (requesttype & USB_DEV_REQ_DEV_TO_HOST)) { 479 info->ep_status_fd[0], data, size, READ); 498 usb_bulk_write(usb_dev_handle *dev, int ep, char *data, int size, argument 508 if ((hdl == NULL) || (data == NULL) || (size < 440 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *data, int size, int timeout) argument 540 usb_bulk_read(usb_dev_handle *dev, int ep, char *data, int size, int timeout) argument 585 usb_interrupt_write(usb_dev_handle *dev, int ep, char *data, int size, int timeout) argument 628 usb_interrupt_read(usb_dev_handle *dev, int ep, char *data, int size, int timeout) argument 786 usb_get_descriptor_by_endpoint(usb_dev_handle *udev, int ep, uchar_t type, uchar_t index, void *buf, int size) argument 805 usb_get_descriptor(usb_dev_handle *udev, uchar_t type, uchar_t index, void *buf, int size) argument 1200 usb_send_msg(int fd, int stat_fd, int requesttype, int request, int value, int index, char *data, int size) argument 1254 usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag) argument 3002 usb_dump_data(char *data, int size) argument [all...] |
/solaris-userland/components/open-fabrics/libibverbs/ |
H A D | solaris_compatibility.c | 403 fprintf(stderr, "dev %d: exceeds umad cache size\n", dev_num); 844 infiniband_verbs(char *path, char *buf, size_t size) argument 916 infiniband_ports(char *path, char *buf, size_t size, char *dev_name) argument 1113 infiniband(char *path, char *buf, size_t size) argument 1125 len = infiniband_ports(path, buf, size, dev_name); 1154 infiniband_mad(char *path, char *buf, size_t size) argument 1188 size) + 1; 1209 sol_read_sysfs_file(char *path, char *buf, size_t size) argument 1236 len = infiniband_verbs(path, buf, size); 1238 len = infiniband(path, buf, size); [all...] |
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 1300 char *linkname, size_t size) 1320 (void) strlcpy(linkname, dlval->ddlv_sval, size); 2092 "unexpected action size %"PRIuSIZE, 2100 "userspace action size %"PRIuSIZE" " 1299 solaris_flowinfo2linkname(dlmgr__rad_dict_string_DLValue_t *flowinfo, char *linkname, size_t size) argument
|
/solaris-userland/components/open-fabrics/libsif/include/psifapi/ |
H A D | psif_hw_data_be.h | 184 * Log2 size of the receive queue. Maximum number of entries in the receive 353 * Max segment size used for PSIF_WR_LSO. This field is not used for other 379 * Max segment size used for PSIF_WR_LSO. This field is not used for other 855 * The size between each work queue element in the send queue. This is the 886 * The only info used by the driver is the size of this struct, 963 * Log2 size of the receive queue. Maximum number of entries in the receive 1021 /* rb_size_log2(5[0] bits)Log2 size of the ring buffer. */ 1031 * Log2 size of the ring buffer. The entries are specified as 64B entities. 1140 /* The size (log2 number of entries) of the send queue. */ 1142 /* Send queue extent - the clog2 size betwee 2217 u64 size; member in struct:psif_epsc_log_stat [all...] |
H A D | psif_hw_data_le.h | 155 * Log2 size of the receive queue. Maximum number of entries in the receive 304 * Max segment size used for PSIF_WR_LSO. This field is not used for other 331 * Max segment size used for PSIF_WR_LSO. This field is not used for other 810 * The size between each work queue element in the send queue. This is the 860 * The only info used by the driver is the size of this struct, 947 * Log2 size of the receive queue. Maximum number of entries in the receive 982 * Log2 size of the ring buffer. The entries are specified as 64B entities. 996 /* rb_size_log2(5[0] bits)Log2 size of the ring buffer. */ 1132 /* Send queue extent - the clog2 size between the work requests. */ 1134 /* The size (log 2191 u64 size; member in struct:psif_epsc_log_stat [all...] |