Searched defs:extend (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dprint.c68 static int extend(Sfio_t*,void*, Sffmt_t*);
285 pdata.hdr.extf = extend;
598 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1033 static unsigned char *extdata = NULL, *extend = NULL; local
1049 if (extend + len <= (unsigned char *)
1051 memcpy(extend, p, len);
1052 extend += len;
1058 p = extdata; endp = extend;
1112 extdata = extend = endp;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c401 c_output(char *infile, char *define, int extend, char *outfile) argument
410 outfilename = extend ? extendfile(infile, outfile) : outfile;
429 if (extend && tell == ftell(fout)) {
510 h_output(char *infile, char *define, int extend, char *outfile) argument
521 outfilename = extend ? extendfile(infile, outfile) : outfile;
611 if (extend && tell == ftell(fout)) {
628 s_output(int argc, char *argv[], char *infile, char *define, int extend, argument
637 outfilename = extend ? extendfile(infile, outfile) : outfile;
697 if (extend && !foundprogram) {
716 l_output(char *infile, char *define, int extend, cha argument
753 t_output(char *infile, char *define, int extend, char *outfile) argument
775 svc_output(char *infile, char *define, int extend, char *outfile) argument
811 clnt_output(char *infile, char *define, int extend, char *outfile) argument
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h197 struct ami_oid *extend; member in struct:ami_cert_extn
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2054 vfs_copycancelopt_extend(char **const moc, int extend) argument
2065 if (i + extend == 0)
2068 result = kmem_alloc((i + extend + 1) * sizeof (char *), KM_SLEEP);
2074 for (; j <= i + extend; j++)
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c5588 int extend; local
5698 extend = 1;
5735 if (extend) {
5751 if (extend) {
7841 int extend = 0; local
7845 extend = 1;
7884 if (extend == 1) {

Completed in 121 milliseconds