Searched refs:zbuf (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | zone.c | 5212 zone_net_data_t *zbuf; in zone_getattr() local 5468 zbuf = kmem_alloc(bufsize, KM_SLEEP); in zone_getattr() 5469 if (copyin(buf, zbuf, bufsize) != 0) { in zone_getattr() 5472 error = zone_get_network(zoneid, zbuf); in zone_getattr() 5473 if (error == 0 && copyout(zbuf, buf, bufsize) != 0) in zone_getattr() 5476 kmem_free(zbuf, bufsize); in zone_getattr() 5503 zone_net_data_t *zbuf; in zone_setattr() local 5572 zbuf = kmem_alloc(bufsize, KM_SLEEP); in zone_setattr() 5573 if (copyin(buf, zbuf, bufsize) != 0) { in zone_setattr() 5574 kmem_free(zbuf, bufsize); in zone_setattr() [all …]
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 830 char zbuf[BUFSIZ]; in destroy_file_suffix() local 856 memset(zbuf, 0, BUFSIZ); in destroy_file_suffix() 876 nb = write(fd, zbuf, j); in destroy_file_suffix()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_init_ops.h | 31 static int ecore_gunzip(struct _lm_device_t *pdev, const u8 *zbuf, int len);
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 5188 char zbuf[1024]; in ztest_run_zdb() local 5219 while (fgets(zbuf, sizeof (zbuf), fp) != NULL) in ztest_run_zdb() 5221 (void) printf("%s", zbuf); in ztest_run_zdb()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 591 static int ecore_gunzip(struct _lm_device_t *pdev, const u8 *zbuf, int len) in ecore_gunzip() argument 595 UNREFERENCED_PARAMETER_(zbuf); in ecore_gunzip()
|