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

/freebsd-10.1-release/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c62 int primitive,
77 pam_func_name[primitive],
79 pam_sm_func_name[pamh->primitive]);
84 switch (primitive) {
107 if (chain->module->func[primitive] == NULL) {
109 chain->module->path, pam_sm_func_name[primitive]);
112 pamh->primitive = primitive;
118 pam_sm_func_name[primitive], chain->module->path);
119 r = (chain->module->func[primitive])(pam
61 openpam_dispatch(pam_handle_t *pamh, int primitive, int flags) argument
193 openpam_check_error_code(int primitive, int r) argument
[all...]
H A Dopenpam_impl.h113 int primitive; member in struct:pam_handle
/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscu_task_context.h86 SCU_TASK_TYPE_PRIMITIVE ///< Request for a primitive to be transmitted
399 * send a primitive on the link.
411 * This field specifies the primitive that is to be transmitted.
439 struct PRIMITIVE_TASK_CONTEXT primitive; member in union:PROTOCOL_CONTEXT
/freebsd-10.1-release/contrib/compiler-rt/BlocksRuntime/
H A Druntime.c81 #error unknown atomic compare-and-swap primitive
/freebsd-10.1-release/sys/dev/drm/
H A Dradeon_state.c1466 static int bad_prim_vertex_nr(int primitive, int nr) argument
1468 switch (primitive & RADEON_PRIM_TYPE_MASK) {
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_state.c1499 static int bad_prim_vertex_nr(int primitive, int nr) argument
1501 switch (primitive & RADEON_PRIM_TYPE_MASK) {
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex3631 % part of (the primitive) \par. Without it, a spurious underfull
6236 % Replace the \insert primitive by a cheating macro.
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3805 % part of (the primitive) \par. Without it, a spurious underfull
6437 % Replace the \insert primitive by a cheating macro.
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex3703 % part of (the primitive) \par. Without it, a spurious underfull
6308 % Replace the \insert primitive by a cheating macro.

Completed in 109 milliseconds