/src/usr.sbin/sesd/srcs/ |
getnobj.c | 47 unsigned int nobj; local in function:main 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 in function:main 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 in function:main 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
|
/src/libexec/ld.elf_so/ |
load.c | 321 Obj_Entry *nobj; local in function:_rtld_load_needed_objects 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/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 in function:ses_getconfig 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...] |