Searched refs:ret_buf (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dkeyname.sh75 goto ret_buf;
79 goto ret_buf;
91 goto ret_buf;
96 ret_buf:
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dbootdev.c64 i_promname_to_devname(char *prom_name, char *ret_buf) argument
66 if (prom_name == NULL || ret_buf == NULL ||
70 if (i_ddi_prompath_to_devfspath(prom_name, ret_buf) != DDI_SUCCESS)
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c117 ioc.ret_buf = NULL;
128 ioc.ret_buf = pi;
284 ioc->ret_buf = NULL;
312 ioc->ret_buf = (sv_path_info_t *)
315 if (ioc->ret_buf == NULL) {
325 ioc->ret_buf[i].ret_prop.buf_size = prop_buf_size;
326 if ((ioc->ret_buf[i].ret_prop.buf =
331 if ((ioc->ret_buf[i].ret_prop.ret_buf_size =
339 free(ioc->ret_buf[i].ret_prop.buf);
340 free(ioc->ret_buf[
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c81 i_promname_to_devname(char *prom_name, char *ret_buf) argument
83 if (prom_name == NULL || ret_buf == NULL ||
87 if (i_ddi_prompath_to_devfspath(prom_name, ret_buf) != DDI_SUCCESS)
205 * return a 0 on success with the new device string in ret_buf.
210 i_devname_to_promname(char *dev_name, char *ret_buf, size_t len) argument
223 if ((dev_name == NULL) || (ret_buf == NULL) ||
240 bzero(ret_buf, len);
244 (void) snprintf(ret_buf, len, "%s", dev_name);
263 rptr = ret_buf;
373 /* now add as much of offline to ret_buf a
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_nvram.c406 u32_t *ret_buf,
450 lm_status = nvram_read_dword(pdev, offset, ret_buf, cmd_flags);
454 ret_buf++;
462 lm_status = nvram_read_dword(pdev, offset, ret_buf, cmd_flags);
403 lm_nvram_read( lm_device_t *pdev, u32_t offset, u32_t *ret_buf, u32_t buf_size) argument
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c114 static int prom_dev_to_alias(char *dev, uint_t options, char ***ret_buf);
115 static int alias_to_prom_dev(char *alias, char *ret_buf);
121 static int prom_srch_node(int fd, char *prop_name, char *ret_buf);
885 char ret_buf[MAXPATHLEN]; local
939 if (devfs_prom_to_dev_name(prom_path, ret_buf) < 0) {
944 if (process_minor_name(ret_buf, default_root) < 0) {
954 bootdev_array[i]->bootdev_trans[0] = strdup(ret_buf);
1626 prom_dev_to_alias(char *dev, uint_t options, char ***ret_buf) argument
1656 if (ret_buf == NULL) {
1692 if ((*ret_buf
2134 alias_to_prom_dev(char *alias, char *ret_buf) argument
2228 prom_srch_node(int fd, char *prop_name, char *ret_buf) argument
[all...]
H A Ddevfsmap.c1373 if ((ioc.ret_buf = (sv_path_info_t *)calloc(npaths,
1401 if ((n = add_to_phci_list(phci_list, ioc.ret_buf, npaths,
1405 free(ioc.ret_buf);
1415 free(ioc.ret_buf);
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1411 ioc->ret_buf = NULL;
1439 ioc->ret_buf = (sv_path_info_t *)
1441 if (ioc->ret_buf == NULL) {
1451 ioc->ret_buf[i].ret_prop.buf_size = prop_buf_size;
1452 if ((ioc->ret_buf[i].ret_prop.buf =
1457 if ((ioc->ret_buf[i].ret_prop.ret_buf_size =
1465 free(ioc->ret_buf[i].ret_prop.buf);
1466 free(ioc->ret_buf[i].ret_prop.ret_buf_size);
1468 free(ioc->ret_buf);
1476 free(ioc->ret_buf[
[all...]
H A Dfchba.c1405 if (strstr(devPath, ioc.ret_buf[i].device.ret_phci)) {
1407 if (strstr(ioc.ret_buf[i].ret_addr, devaddr)) {
1408 retval = nvlist_unpack(ioc.ret_buf[i].ret_prop.buf,
1415 path_state[ioc.ret_buf[i].ret_state]);
1416 lun->info.pathInfoState = ioc.ret_buf[i].ret_state;
1418 ioc.ret_buf[i].ret_ext_state;
1442 free(ioc.ret_buf[i].ret_prop.buf);
1443 free(ioc.ret_buf[i].ret_prop.ret_buf_size);
1445 free(ioc.ret_buf);
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_implfuncs.h184 i_devname_to_promname(char *dev_name, char *ret_buf, size_t);
187 i_promname_to_devname(char *prom_name, char *ret_buf);
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c465 void *ret_buf; local
525 ret_buf = alloc_buf;
539 ret_buf = (void *)ret_addr;
543 return (ret_buf);
646 MEMALIGN_HEADER_ALLOC(ret_buf, shift,
727 return (ret_buf);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h761 caddr32_t ret_buf; /* addr of array of sv_path_info */ member in struct:sv_iocdata32
825 sv_path_info_t *ret_buf; /* array of sv_path_info */ member in struct:sv_iocdata
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl2door.h70 #define ret_buf u.str macro
H A Dpicl.c382 (void) memcpy(valbuf, ret->ret_attrval.ret_buf,
422 (void) memcpy(valbuf, ret->ret_attrvalbyname.ret_buf,
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c337 err = xptree_get_propval_with_cred(ptreeh, ret->ret_buf, vbufsize,
346 ret->nbytes = (uint32_t)strlen(ret->ret_buf) + 1;
404 in->req_attrvalbyname.propname, ret->ret_buf, vbufsize,
412 ret->nbytes = (uint32_t)strlen(ret->ret_buf) + 1;
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1345 if ((ioc.ret_buf = calloc(npaths, sizeof (sv_path_info_t)))
1353 free(ioc.ret_buf);
1364 free(ioc.ret_buf);
1368 pi = (sv_path_info_t *)ioc.ret_buf;
1412 free(ioc.ret_buf);
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c867 const char *ret_buf; local
914 ret_buf = (buf == NULL) ? s : buf;
916 return ret_buf;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c2298 lm_tcp_gen_buf_t * curr_gen_buf, * ret_buf; local
2342 ret_buf = curr_gen_buf;
2344 d_list_push_tail(&return_to_pool_list, &ret_buf->link);
2357 ret_buf = curr_gen_buf;
2360 d_list_push_tail(&return_to_peninsula_list, &ret_buf->link);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5589 if (pioc->buf_elem == 0 || pioc->ret_buf == NULL ||
5671 if (pioc->buf_elem == 0 || pioc->ret_buf == NULL ||
6451 pioc->ret_buf = (sv_path_info_t *)(uintptr_t)ioc32.ret_buf;
6572 src = (sv_path_info32_t *)pioc->ret_buf;
6591 if (ddi_copyin(pioc->ret_buf, *upibuf,
6598 if (ddi_copyin(pioc->ret_buf, *upibuf,
6706 upi_ptr = pioc->ret_buf;
6766 upi32_ptr = (sv_path_info32_t *)pioc->ret_buf;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3763 u32_t *ret_buf,

Completed in 135 milliseconds