Searched defs:bufc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1313 long bufc[DLPI_CHUNKSIZE / sizeof (long)]; local
1332 ctl.buf = (dlreplyp == NULL) ? bufc : (void *)dlreplyp->dlm_msg;
1334 ctl.maxlen = (dlreplyp == NULL) ? sizeof (bufc) : dlreplyp->dlm_msgsz;
1377 cscratch.buf = (char *)bufc;
1381 sizeof (bufc);
1400 (void) memcpy(dlreplyp->dlm_msg, bufc,
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1459 print_dstring(FILE *fout, char *name, uint16_t cset, char *bufc, uint8_t length) argument
1463 ud_convert2local(bufc, bufmb, length);

Completed in 50 milliseconds