Searched refs:NUMPARMS (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/sc_usage.tproj/
H A Dsc_usage.c94 #define NUMPARMS 23 macro
127 long pathname[NUMPARMS + 1];
1412 if (sargptr >= &ti->pathname[NUMPARMS])
1424 ti->pathptr = &ti->pathname[NUMPARMS];
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sc_usage.tproj/
H A Dsc_usage.c94 #define NUMPARMS 23 macro
127 long pathname[NUMPARMS + 1];
1412 if (sargptr >= &ti->pathname[NUMPARMS])
1424 ti->pathptr = &ti->pathname[NUMPARMS];
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/trace.tproj/
H A Dtrace.c128 If NUMPARMS changes from the kernel,
133 #define NUMPARMS 23 macro
134 #define PATHLENGTH (NUMPARMS*sizeof(long))
171 long lk_pathname[NUMPARMS + 1];
593 if (lkp->lk_pathptr > &lkp->lk_pathname[NUMPARMS-4])
/macosx-10.9.5/system_cmds-597.90.1/trace.tproj/
H A Dtrace.c128 If NUMPARMS changes from the kernel,
133 #define NUMPARMS 23 macro
134 #define PATHLENGTH (NUMPARMS*sizeof(long))
171 long lk_pathname[NUMPARMS + 1];
593 if (lkp->lk_pathptr > &lkp->lk_pathname[NUMPARMS-4])
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkdebug.h671 #define NUMPARMS 23 macro
/macosx-10.9.5/system_cmds-597.90.1/fs_usage.tproj/
H A Dfs_usage.c130 * If NUMPARMS changes to match the kernel, it will automatically
133 #define NUMPARMS 23 macro
134 #define PATHLENGTH (NUMPARMS*sizeof(uintptr_t))
146 uintptr_t pathname[NUMPARMS + 1]; /* add room for null terminator */
194 uintptr_t vn_pathname[NUMPARMS + 1];
2777 if ((uintptr_t)sargptr < (uintptr_t)&ti->lookups[ti->pn_work_index].pathname[NUMPARMS]) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/fs_usage.tproj/
H A Dfs_usage.c130 * If NUMPARMS changes to match the kernel, it will automatically
133 #define NUMPARMS 23 macro
134 #define PATHLENGTH (NUMPARMS*sizeof(uintptr_t))
146 uintptr_t pathname[NUMPARMS + 1]; /* add room for null terminator */
194 uintptr_t vn_pathname[NUMPARMS + 1];
2777 if ((uintptr_t)sargptr < (uintptr_t)&ti->lookups[ti->pn_work_index].pathname[NUMPARMS]) {
/macosx-10.9.5/system_cmds-597.90.1/latency.tproj/
H A Dlatency.c171 #define NUMPARMS 23 macro
192 long lk_pathname[NUMPARMS + 1];
1728 if (lkp->lk_pathptr > &lkp->lk_pathname[NUMPARMS-4]) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/latency.tproj/
H A Dlatency.c171 #define NUMPARMS 23 macro
192 long lk_pathname[NUMPARMS + 1];
1728 if (lkp->lk_pathptr > &lkp->lk_pathname[NUMPARMS-4]) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c1663 * logged. Up to NUMPARMS*4 bytes of pathname will be logged. If the path
1664 * to be logged is longer than that, then the last NUMPARMS*4 bytes are logged.
1681 * NOTE: If the path length is greater than NUMPARMS*4, or is not of the form
1726 long dbg_parms[NUMPARMS];
H A Dvfs_syscalls.c9535 long dbg_parms[NUMPARMS];
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c5736 long dbg_parms[NUMPARMS];
5739 dbg_namelen = NUMPARMS * sizeof(long);

Completed in 410 milliseconds