Lines Matching +full:0 +full:x0000001

98 			    0, arg0, arg1, arg2, arg3);			\
101 } while (0)
104 MAC_CHECK_PROBE4(name, error, arg0, arg1, arg2, 0)
106 MAC_CHECK_PROBE3(name, error, arg0, arg1, 0)
108 MAC_CHECK_PROBE2(name, error, arg0, 0)
127 } while (0)
148 #define MAC_FLAG_INITIALIZED 0x0000001 /* Is initialized for use. */
160 #define MPC_OBJECT_CRED 0x0000000000000001
161 #define MPC_OBJECT_PROC 0x0000000000000002
162 #define MPC_OBJECT_VNODE 0x0000000000000004
163 #define MPC_OBJECT_INPCB 0x0000000000000008
164 #define MPC_OBJECT_SOCKET 0x0000000000000010
165 #define MPC_OBJECT_DEVFS 0x0000000000000020
166 #define MPC_OBJECT_MBUF 0x0000000000000040
167 #define MPC_OBJECT_IPQ 0x0000000000000080
168 #define MPC_OBJECT_IFNET 0x0000000000000100
169 #define MPC_OBJECT_BPFDESC 0x0000000000000200
170 #define MPC_OBJECT_PIPE 0x0000000000000400
171 #define MPC_OBJECT_MOUNT 0x0000000000000800
172 #define MPC_OBJECT_POSIXSEM 0x0000000000001000
173 #define MPC_OBJECT_POSIXSHM 0x0000000000002000
174 #define MPC_OBJECT_SYSVMSG 0x0000000000004000
175 #define MPC_OBJECT_SYSVMSQ 0x0000000000008000
176 #define MPC_OBJECT_SYSVSEM 0x0000000000010000
177 #define MPC_OBJECT_SYSVSHM 0x0000000000020000
178 #define MPC_OBJECT_SYNCACHE 0x0000000000040000
179 #define MPC_OBJECT_IP6Q 0x0000000000080000
217 locked = 0; \
219 } while (0)
224 locked = 0; \
226 } while (0)
282 error = 0; \
299 } while (0)
304 error = 0; \
323 } while (0)
328 * Unlike MAC_POLICY_CHECK, it grants if any policies return '0', and
338 if (mpc->mpc_ops->mpo_ ## check(args) == 0) \
339 error = 0; \
349 == 0) \
350 error = 0; \
355 } while (0)
382 } while (0)
404 } while (0)
419 error = 0; \
424 if (element_name[0] == '?') { \
428 ignorenotfound = 0; \
438 claimed = 0; \
443 if (claimed == 0 && ignorenotfound) { \
450 first = 0; \
454 } while (0)
465 error = 0; \
474 claimed = 0; \
485 } while (0)
506 } while (0)
525 } while (0)