| /src/usr.sbin/sesd/srcs/ |
| getnobj.c | 47 unsigned int nobj; local 57 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) { 60 fprintf(stdout, "%s: %d objects\n", name, nobj);
|
| getnobj.c | 47 unsigned int nobj; local 57 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) { 60 fprintf(stdout, "%s: %d objects\n", name, nobj);
|
| getobjmap.c | 50 int nobj, fd, i; local 58 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) { 63 fprintf(stdout, "%s: %d objects\n", *v, nobj); 64 if (nobj == 0) { 68 objp = calloc(nobj, sizeof (ses_object)); 79 for (i = 0; i < nobj; i++) {
|
| getobjmap.c | 50 int nobj, fd, i; local 58 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) { 63 fprintf(stdout, "%s: %d objects\n", *v, nobj); 64 if (nobj == 0) { 68 objp = calloc(nobj, sizeof (ses_object)); 79 for (i = 0; i < nobj; i++) {
|
| getencstat.c | 53 int fd, nobj, f, i, verbose, quiet, errors; local 79 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) { 119 objp = calloc(nobj, sizeof (ses_object)); 130 for (i = 0; i < nobj; i++) {
|
| getencstat.c | 53 int fd, nobj, f, i, verbose, quiet, errors; local 79 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) { 119 objp = calloc(nobj, sizeof (ses_object)); 130 for (i = 0; i < nobj; i++) {
|
| /src/games/hack/ |
| def.obj.h | 67 struct obj *nobj; member in struct:obj
|
| def.obj.h | 67 struct obj *nobj; member in struct:obj
|
| /src/libexec/ld.elf_so/ |
| load.c | 321 Obj_Entry *nobj; local 333 nobj = needed->obj; 334 if (nobj->z_nodelete && !obj->ref_nodel) { 335 dbg(("obj %s nodelete", nobj->path)); 336 _rtld_ref_dag(nobj); 337 nobj->ref_nodel = true;
|
| load.c | 321 Obj_Entry *nobj; local 333 nobj = needed->obj; 334 if (nobj->z_nodelete && !obj->ref_nodel) { 335 dbg(("obj %s nodelete", nobj->path)); 336 _rtld_ref_dag(nobj); 337 nobj->ref_nodel = true;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-color.cc | 841 int i, k, nobj, start; 849 nobj = ALLOCNO_NUM_OBJECTS (a); 857 for (k = 0; k < nobj; k++) 1036 int j, k, nobj, hard_regno, nregs, class_size; 1062 nobj = ALLOCNO_NUM_OBJECTS (a); 1063 for (k = 0; k < nobj; k++) 1082 nobj = ALLOCNO_NUM_OBJECTS (a); 1083 for (k = 0; k < nobj; k++) 1095 if (nregs == nobj && nregs > 1) 1102 hard_regno + nobj - num - 1) 839 int i, k, nobj, start; local [all...] |
| ira-color.cc | 841 int i, k, nobj, start; 849 nobj = ALLOCNO_NUM_OBJECTS (a); 857 for (k = 0; k < nobj; k++) 1036 int j, k, nobj, hard_regno, nregs, class_size; 1062 nobj = ALLOCNO_NUM_OBJECTS (a); 1063 for (k = 0; k < nobj; k++) 1082 nobj = ALLOCNO_NUM_OBJECTS (a); 1083 for (k = 0; k < nobj; k++) 1095 if (nregs == nobj && nregs > 1) 1102 hard_regno + nobj - num - 1) 839 int i, k, nobj, start; local [all...] |
| ira-build.cc | 3559 int j, nobj = ALLOCNO_NUM_OBJECTS (a); 3561 if (nobj > 1) 3563 for (j = 0; j < nobj; j++) 3544 int j, nobj = ALLOCNO_NUM_OBJECTS (a); local
|
| ira-build.cc | 3559 int j, nobj = ALLOCNO_NUM_OBJECTS (a); 3561 if (nobj > 1) 3563 for (j = 0; j < nobj; j++) 3544 int j, nobj = ALLOCNO_NUM_OBJECTS (a); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-color.cc | 834 int i, k, nobj, start; 842 nobj = ALLOCNO_NUM_OBJECTS (a); 850 for (k = 0; k < nobj; k++) 1029 int j, k, nobj, hard_regno, nregs, class_size; 1055 nobj = ALLOCNO_NUM_OBJECTS (a); 1056 for (k = 0; k < nobj; k++) 1075 nobj = ALLOCNO_NUM_OBJECTS (a); 1076 for (k = 0; k < nobj; k++) 1088 if (nregs == nobj && nregs > 1) 1095 hard_regno + nobj - num - 1) 832 int i, k, nobj, start; local [all...] |
| ira-color.cc | 834 int i, k, nobj, start; 842 nobj = ALLOCNO_NUM_OBJECTS (a); 850 for (k = 0; k < nobj; k++) 1029 int j, k, nobj, hard_regno, nregs, class_size; 1055 nobj = ALLOCNO_NUM_OBJECTS (a); 1056 for (k = 0; k < nobj; k++) 1075 nobj = ALLOCNO_NUM_OBJECTS (a); 1076 for (k = 0; k < nobj; k++) 1088 if (nregs == nobj && nregs > 1) 1095 hard_regno + nobj - num - 1) 832 int i, k, nobj, start; local [all...] |
| ira-build.cc | 3551 int j, nobj = ALLOCNO_NUM_OBJECTS (a); 3553 if (nobj > 1) 3555 for (j = 0; j < nobj; j++) 3536 int j, nobj = ALLOCNO_NUM_OBJECTS (a); local
|
| /src/external/historical/nawk/dist/ |
| awk.h | 173 int nobj; member in struct:Node 234 #define isargument(n) ((n)->nobj == ARG)
|
| awk.h | 173 int nobj; member in struct:Node 234 #define isargument(n) ((n)->nobj == ARG)
|
| /src/sys/dev/scsipi/ |
| ses.c | 834 SES_FREE(ssc->ses_objmap, (nobj * sizeof (encobj))); 839 (nobj * sizeof (struct typidx))); 934 int err, amt, i, nobj, ntype, maxima; local 1007 for (nobj = i = 0; i < ntype; i++) { 1016 nobj += thdr.enc_maxelt; 1024 ssc->ses_objmap = SES_MALLOC(nobj * sizeof (encobj)); 1025 cc->ses_typidx = SES_MALLOC(nobj * sizeof (struct typidx)); 1031 SES_FREE(ssc->ses_objmap, (nobj * sizeof (encobj))); 1036 (nobj * sizeof (struct typidx))); 1046 MEMZERO(ssc->ses_objmap, nobj * sizeof (encobj)) [all...] |
| ses.c | 834 SES_FREE(ssc->ses_objmap, (nobj * sizeof (encobj))); 839 (nobj * sizeof (struct typidx))); 934 int err, amt, i, nobj, ntype, maxima; local 1007 for (nobj = i = 0; i < ntype; i++) { 1016 nobj += thdr.enc_maxelt; 1024 ssc->ses_objmap = SES_MALLOC(nobj * sizeof (encobj)); 1025 cc->ses_typidx = SES_MALLOC(nobj * sizeof (struct typidx)); 1031 SES_FREE(ssc->ses_objmap, (nobj * sizeof (encobj))); 1036 (nobj * sizeof (struct typidx))); 1046 MEMZERO(ssc->ses_objmap, nobj * sizeof (encobj)) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| PathTree.cc | 1489 int nobj = objs->size (); local 1490 if (dpth + 1 >= nobj) 1493 for (int i = 0; i < nobj; ++i) 1495 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) 1505 if (match && dpth >= nobj) 1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); 1511 hi = hist_data->append_hist_item (obj_list[dpth - nobj]); 1513 if (pmatch >= 0 && pmatch >= nobj) 1518 node_list[pmatch - nobj])); 1520 hi_adj = hist_data->append_hist_item (obj_list[pmatch - nobj]); 1575 int nobj = objs->size (); local 2113 int nobj = objs->size (); local [all...] |
| PathTree.cc | 1489 int nobj = objs->size (); local 1490 if (dpth + 1 >= nobj) 1493 for (int i = 0; i < nobj; ++i) 1495 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) 1505 if (match && dpth >= nobj) 1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); 1511 hi = hist_data->append_hist_item (obj_list[dpth - nobj]); 1513 if (pmatch >= 0 && pmatch >= nobj) 1518 node_list[pmatch - nobj])); 1520 hi_adj = hist_data->append_hist_item (obj_list[pmatch - nobj]); 1575 int nobj = objs->size (); local 2113 int nobj = objs->size (); local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| PathTree.cc | 1489 int nobj = objs->size (); local 1490 if (dpth + 1 >= nobj) 1493 for (int i = 0; i < nobj; ++i) 1495 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) 1505 if (match && dpth >= nobj) 1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); 1511 hi = hist_data->append_hist_item (obj_list[dpth - nobj]); 1513 if (pmatch >= 0 && pmatch >= nobj) 1518 node_list[pmatch - nobj])); 1520 hi_adj = hist_data->append_hist_item (obj_list[pmatch - nobj]); 1575 int nobj = objs->size (); local 2113 int nobj = objs->size (); local [all...] |
| PathTree.cc | 1489 int nobj = objs->size (); local 1490 if (dpth + 1 >= nobj) 1493 for (int i = 0; i < nobj; ++i) 1495 if (objs->fetch (i) != obj_list[dpth - nobj + 1 + i]) 1505 if (match && dpth >= nobj) 1509 hi = hist_data->append_hist_item (get_hist_obj (node_list[dpth - nobj])); 1511 hi = hist_data->append_hist_item (obj_list[dpth - nobj]); 1513 if (pmatch >= 0 && pmatch >= nobj) 1518 node_list[pmatch - nobj])); 1520 hi_adj = hist_data->append_hist_item (obj_list[pmatch - nobj]); 1575 int nobj = objs->size (); local 2113 int nobj = objs->size (); local [all...] |