HomeSort by: relevance | last modified time | path
    Searched defs:olist (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/dd/
args.c 445 } olist[] = { variable in typeref:typename:const struct ioflag[]
481 if (!(cp = bsearch(&tmp, olist,
482 __arraycount(olist), sizeof(*olist), c_ioflag))) {
  /src/usr.bin/join/
join.c 98 } OLIST;
100 static OLIST *olist; /* output field list */ variable in typeref:typename:OLIST *
440 if (olist)
442 if (olist[cnt].fileno == (u_long)F->number)
443 outfield(lp, olist[cnt].fieldno);
462 if (olist) {
464 if (olist[cnt].fileno == 1)
465 outfield(lp1, olist[cnt].fieldno);
466 else /* if (olist[cnt].fileno == 2) *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 385 struct list_head olist; member in struct:amdgpu_sa_manager
395 struct list_head olist; member in struct:amdgpu_sa_bo
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 572 struct list_head olist; member in struct:radeon_sa_manager
584 struct list_head olist; member in struct:radeon_sa_bo

Completed in 19 milliseconds