Searched defs:ret_buf (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c866 const char *ret_buf; local
913 ret_buf = (buf == NULL) ? s : buf;
915 return ret_buf;
/osnet-11/usr/src/lib/libpicl/
H A Dpicl2door.h68 #define ret_buf u.str macro
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c558 void *ret_buf; local
619 ret_buf = alloc_buf;
633 ret_buf = (void *)ret_addr;
637 return (ret_buf);
740 MEMALIGN_HEADER_ALLOC(ret_buf, shift,
821 return (ret_buf);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c134 static int prom_dev_to_alias(char *dev, uint_t options, char ***ret_buf);
135 static int alias_to_prom_dev(char *alias, char *ret_buf);
141 static int prom_srch_node(int fd, char *prop_name, char *ret_buf);
1313 char ret_buf[MAXPATHLEN]; local
1368 if (devfs_prom_to_dev_name(prom_path, ret_buf) < 0) {
1373 if (process_minor_name(ret_buf, default_root) < 0) {
1383 bootdev_array[i]->bootdev_trans[0] = strdup(ret_buf);
2055 prom_dev_to_alias(char *dev, uint_t options, char ***ret_buf) argument
2085 if (ret_buf == NULL) {
2121 if ((*ret_buf
2563 alias_to_prom_dev(char *alias, char *ret_buf) argument
2657 prom_srch_node(int fd, char *prop_name, char *ret_buf) argument
[all...]

Completed in 55 milliseconds