| /src/sys/dev/acpi/ |
| apei_interp.c | 141 unsigned nact; member in struct:apei_interp 155 const char *const *actname, unsigned nact, 164 I = kmem_zalloc(offsetof(struct apei_interp, actinst[nact]), KM_SLEEP); 167 I->nact = nact; 180 unsigned action, nact = I->nact; local 182 for (action = 0; action < nact; action++) { 201 kmem_free(I, offsetof(struct apei_interp, actinst[nact])); 222 if (E->Action >= I->nact || I->actname[E->Action] == NULL) [all...] |
| apei_interp.c | 141 unsigned nact; member in struct:apei_interp 155 const char *const *actname, unsigned nact, 164 I = kmem_zalloc(offsetof(struct apei_interp, actinst[nact]), KM_SLEEP); 167 I->nact = nact; 180 unsigned action, nact = I->nact; local 182 for (action = 0; action < nact; action++) { 201 kmem_free(I, offsetof(struct apei_interp, actinst[nact])); 222 if (E->Action >= I->nact || I->actname[E->Action] == NULL) [all...] |
| /src/usr.sbin/lpr/lpr/ |
| lpr.c | 89 static int nact; /* number of jobs to act on */ variable 363 nact++; 384 if (nact) { 464 nact++;
|
| lpr.c | 89 static int nact; /* number of jobs to act on */ variable 363 nact++; 384 if (nact) { 464 nact++;
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| dispatcher.c | 335 __collector_sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 337 TprintfT (DBG_LT1, "__collector_sigaction: %d, %p\n", sig, nact ? nact->sa_sigaction : NULL); 345 return CALL_REAL (sigaction)(sig, nact, oact); 822 sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 830 TprintfT (DBG_LT3, "sigaction(sig=%02d, nact=%p) interposing\n", sig, nact); 839 if (nact != NULL) 841 original_sigprof_handler.sa_handler = nact->sa_handler; 842 original_sigprof_handler.sa_mask = nact->sa_mask 888 struct sigaction nact; local [all...] |
| dispatcher.c | 335 __collector_sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 337 TprintfT (DBG_LT1, "__collector_sigaction: %d, %p\n", sig, nact ? nact->sa_sigaction : NULL); 345 return CALL_REAL (sigaction)(sig, nact, oact); 822 sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 830 TprintfT (DBG_LT3, "sigaction(sig=%02d, nact=%p) interposing\n", sig, nact); 839 if (nact != NULL) 841 original_sigprof_handler.sa_handler = nact->sa_handler; 842 original_sigprof_handler.sa_mask = nact->sa_mask 888 struct sigaction nact; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| dispatcher.c | 335 __collector_sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 337 TprintfT (DBG_LT1, "__collector_sigaction: %d, %p\n", sig, nact ? nact->sa_sigaction : NULL); 345 return CALL_REAL (sigaction)(sig, nact, oact); 822 sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 830 TprintfT (DBG_LT3, "sigaction(sig=%02d, nact=%p) interposing\n", sig, nact); 839 if (nact != NULL) 841 original_sigprof_handler.sa_handler = nact->sa_handler; 842 original_sigprof_handler.sa_mask = nact->sa_mask 888 struct sigaction nact; local [all...] |
| dispatcher.c | 335 __collector_sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 337 TprintfT (DBG_LT1, "__collector_sigaction: %d, %p\n", sig, nact ? nact->sa_sigaction : NULL); 345 return CALL_REAL (sigaction)(sig, nact, oact); 822 sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) 830 TprintfT (DBG_LT3, "sigaction(sig=%02d, nact=%p) interposing\n", sig, nact); 839 if (nact != NULL) 841 original_sigprof_handler.sa_handler = nact->sa_handler; 842 original_sigprof_handler.sa_mask = nact->sa_mask 888 struct sigaction nact; local [all...] |