/titanic_50/usr/src/cmd/sendmail/db/log/ |
H A D | log_archive.c | 50 char **array, **arrayp, *name, *p, *pref, buf[MAXPATHLEN]; local 167 for (arrayp = array; *arrayp != NULL; ++arrayp) 168 __os_freestr(*arrayp); 191 char **array, **arrayp, *p, *real_name; local 329 for (arrayp = array; *arrayp != NULL; ++arrayp) 330 __os_freestr(*arrayp); 380 char **array, **arrayp, **orig, *strp; local 394 for (orig = *listp, arrayp = array; *orig != NULL; ++orig, ++arrayp) { 397 *arrayp = strp; 404 *arrayp = NULL;
|
/titanic_50/usr/src/uts/i86xpv/sys/ |
H A D | evtchn_impl.h | 81 #define SET_EVTCHN_BIT(bit, arrayp) \ argument 82 ((arrayp)[bit >> EVTCHN_SHIFT] |= \ 84 #define CLEAR_EVTCHN_BIT(bit, arrayp) \ argument 85 ((arrayp)[bit >> EVTCHN_SHIFT] &= \ 87 #define TEST_EVTCHN_BIT(bit, arrayp) \ argument 88 ((arrayp)[bit >> EVTCHN_SHIFT] & \
|
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | fileutil.c | 52 fileutil_free_string_array(char **arrayp, int num_elements) in fileutil_free_string_array() argument 54 if (arrayp != NULL) { in fileutil_free_string_array() 57 for (i = 0; i < num_elements && arrayp[i] != NULL; i++) { in fileutil_free_string_array() 58 free(arrayp[i]); in fileutil_free_string_array() 61 free(arrayp); in fileutil_free_string_array()
|
/titanic_50/usr/src/lib/libxcurses/src/tic/ |
H A D | ticmain.c | 186 find(char const *capname, void **arrayp, int *indexp) in find() argument 191 *arrayp = (void*) boolean; in find() 197 *arrayp = (void*) number; in find() 203 *arrayp = (void*) string; in find()
|
/titanic_50/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 253 manifest_info_t ***arrayp, int flags) in find_manifests() argument 275 *arrayp = tsdp->tsd_array; in find_manifests() 278 *arrayp = NULL; in find_manifests()
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | run.c | 996 CELL *vp, *arrayp, *cp, **tp; in instat() local 1004 arrayp = (CELL *) a[1]; in instat() 1005 if (!(arrayp->tval & ARR)) in instat() 1006 error(FATAL, "%ws is not an array", arrayp->nval); in instat() 1007 tp = (CELL **) arrayp->sval; in instat()
|
/titanic_50/usr/src/cmd/awk/ |
H A D | run.c | 1452 register Cell *x, *vp, *arrayp, *cp, *ncp; in instat() local 1457 arrayp = execute(a[1]); in instat() 1458 if (!isarr(arrayp)) in instat() 1459 ERROR "%s is not an array", arrayp->nval FATAL; in instat() 1461 tp = (Array *)arrayp->sval; in instat() 1462 tempfree(arrayp, ""); in instat()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 7994 char **arrayp; in emlxs_auth_cfg_read() local 8007 arrayp = NULL; in emlxs_auth_cfg_read() 8010 buffer, &arrayp, &cnt); in emlxs_auth_cfg_read() 8012 if ((rval != DDI_PROP_SUCCESS) || !cnt || !arrayp) { in emlxs_auth_cfg_read() 8015 arrayp = NULL; in emlxs_auth_cfg_read() 8018 "auth-cfgs", &arrayp, &cnt); in emlxs_auth_cfg_read() 8020 if ((rval != DDI_PROP_SUCCESS) || !cnt || !arrayp) { in emlxs_auth_cfg_read() 8024 prop_str = arrayp[i]; in emlxs_auth_cfg_read() 8648 char **arrayp; in emlxs_auth_key_read() local 8661 arrayp = NULL; in emlxs_auth_key_read() [all …]
|
H A D | emlxs_fct.c | 4972 char **arrayp = NULL; local 4995 (DDI_PROP_DONTPASS), buf, &arrayp, &cnt); 4997 if ((rval != DDI_PROP_SUCCESS) || !cnt || !arrayp) { 5000 arrayp = NULL; 5002 (DDI_PROP_DONTPASS), "fct-bufpool", &arrayp, &cnt); 5005 if ((rval != DDI_PROP_SUCCESS) || !cnt || !arrayp) { 5021 datap = (uint8_t *)arrayp[i];
|
H A D | emlxs_solaris.c | 11511 char **arrayp; in emlxs_read_vport_prop() local 11531 arrayp = NULL; in emlxs_read_vport_prop() 11534 (DDI_PROP_DONTPASS), buffer, &arrayp, &cnt); in emlxs_read_vport_prop() 11536 if ((rval != DDI_PROP_SUCCESS) || !cnt || !arrayp) { in emlxs_read_vport_prop() 11539 arrayp = NULL; in emlxs_read_vport_prop() 11542 (DDI_PROP_DONTPASS), "vport", &arrayp, &cnt); in emlxs_read_vport_prop() 11545 if ((rval != DDI_PROP_SUCCESS) || !cnt || !arrayp) { in emlxs_read_vport_prop() 11551 s = (uint8_t *)arrayp[i]; in emlxs_read_vport_prop() 11765 (void) ddi_prop_free((void *) arrayp); in emlxs_read_vport_prop()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_xdr.c | 3949 xdr_snfs_argop4_free(XDR *xdrs, nfs_argop4 **arrayp, int len) in xdr_snfs_argop4_free() argument 3952 nfs_argop4 *array = *arrayp; in xdr_snfs_argop4_free() 4118 kmem_free(*arrayp, len * sizeof (nfs_argop4)); in xdr_snfs_argop4_free() 4119 *arrayp = NULL; in xdr_snfs_argop4_free() 4491 xdr_nfs_resop4_free(XDR *xdrs, nfs_resop4 **arrayp, int len, int decode_len) in xdr_nfs_resop4_free() argument 4494 nfs_resop4 *array = *arrayp; in xdr_nfs_resop4_free() 4613 kmem_free(*arrayp, len * sizeof (nfs_resop4)); in xdr_nfs_resop4_free() 4614 *arrayp = NULL; in xdr_nfs_resop4_free() 4619 xdr_snfs_resop4_free(XDR *xdrs, nfs_resop4 **arrayp, int len, int decode_len) in xdr_snfs_resop4_free() argument 4621 return (xdr_nfs_resop4_free(xdrs, arrayp, len, decode_len)); in xdr_snfs_resop4_free()
|