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

/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c1263 mach_msg_type_number_t pathCnt,
1276 *status = server_preflight(path, pathCnt, audit, -1, &uid, &gid, &pid, NULL);
1286 vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1294 vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1300 vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1310 mach_msg_type_number_t pathCnt,
1316 return __notify_server_monitor_file(server, token, path, pathCnt, flags, &ignored, audit);
1497 mach_msg_type_number_t pathCnt,
1518 if (path != NULL) vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1525 if (path != NULL) vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1258 __notify_server_monitor_file( mach_port_t server, int token, caddr_t path, mach_msg_type_number_t pathCnt, int flags, int *status, audit_token_t audit ) argument
1305 __notify_server_monitor_file_2( mach_port_t server, int token, caddr_t path, mach_msg_type_number_t pathCnt, int flags, audit_token_t audit ) argument
1484 __notify_server_regenerate( mach_port_t server, caddr_t name, mach_msg_type_number_t nameCnt, int token, uint32_t reg_type, mach_port_t port, int sig, int prev_slot, uint64_t prev_state, uint64_t prev_time, caddr_t path, mach_msg_type_number_t pathCnt, int path_flags, int *new_slot, uint64_t *new_nid, int *status, audit_token_t audit ) argument
1534 vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1551 if ((path != NULL) && (pathCnt > 0)) vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
1598 if ((path != NULL) && (pathCnt > 0)) vm_deallocate(mach_task_self(), (vm_address_t)path, pathCnt); local
[all...]

Completed in 119 milliseconds