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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dlocking.c456 e->op_type == UNUSED_SHARE_MODE_ENTRY ? "UNUSED" : "",
459 e->access_mask, e->op_mid, e->op_type, e->share_file_id,
611 entry_p->op_type = UNUSED_SHARE_MODE_ENTRY;
916 num_props += ((e->op_type == NO_OPLOCK) ? 1 : 0);
917 num_props += (EXCLUSIVE_OPLOCK_TYPE(e->op_type) ? 1 : 0);
918 num_props += (LEVEL_II_OPLOCK_TYPE(e->op_type) ? 1 : 0);
926 return (e->op_type == DEFERRED_OPEN_ENTRY);
931 return (e->op_type == UNUSED_SHARE_MODE_ENTRY);
940 uid_t uid, uint16 mid, uint16 op_type)
948 e->op_type
938 fill_share_mode_entry(struct share_mode_entry *e, files_struct *fsp, uid_t uid, uint16 mid, uint16 op_type) argument
995 set_share_mode(struct share_mode_lock *lck, files_struct *fsp, uid_t uid, uint16 mid, uint16 op_type, BOOL initial_delete_on_close_allowed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dstatus.c152 if((e->op_type & (EXCLUSIVE_OPLOCK|BATCH_OPLOCK)) ==
155 } else if (e->op_type & EXCLUSIVE_OPLOCK) {
157 } else if (e->op_type & BATCH_OPLOCK) {
159 } else if (e->op_type & LEVEL_II_OPLOCK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_init_ops.h183 u32 i, op_type, addr, len; local
203 op_type = op->str_wr.op;
209 if ((op_type > OP_WB) && (op_type == hw_wr))
210 op_type = OP_WR;
212 switch (op_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dstatuspage.c148 if((e->op_type &
152 else if (e->op_type & EXCLUSIVE_OPLOCK)
154 else if (e->op_type & BATCH_OPLOCK)
156 else if (e->op_type & LEVEL_II_OPLOCK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddswexec.c360 u32 op_type; local
368 op_type = walk_state->op_info->type;
439 acpi_gbl_op_type_dispatch[op_type] (walk_state);
481 switch (op_type) {
697 op_class, op_type, op->common.aml_opcode,
H A Dacdebug.h75 union acpi_parse_object *op, u32 op_type);
H A Dacparser.h114 u8 acpi_ps_get_argument_count(u32 op_type);
H A Dpsopcode.c794 * PARAMETERS: op_type - Type associated with the AML opcode
802 u8 acpi_ps_get_argument_count(u32 op_type) argument
805 if (op_type <= AML_TYPE_EXEC_6A_0T_1R) {
806 return (acpi_gbl_argument_count[op_type]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Doplock.c531 if (EXCLUSIVE_OPLOCK_TYPE(msg.op_type) &&
543 !(msg.op_type & FORCE_OPLOCK_BREAK_TO_NONE) &&
787 "share_entry[%i]->op_type == %d\n",
788 i, share_entry->op_type ));
790 if (share_entry->op_type == NO_OPLOCK) {
795 if (EXCLUSIVE_OPLOCK_TYPE(share_entry->op_type)) {
823 SSVAL(msg,6,e->op_type);
844 e->op_type = SVAL(msg,6);
H A Dopen.c595 if ((share_entry->op_type == NO_OPLOCK) &&
602 if (((uint16)fsp->oplock_type) != share_entry->op_type) {
614 "file %s, oplock_type = 0x%x, op_type = 0x%x\n",
616 (unsigned int)share_entry->op_type );
743 if (BATCH_OPLOCK_TYPE(lck->share_modes[i].op_type)) {
748 if (EXCLUSIVE_OPLOCK_TYPE(lck->share_modes[i].op_type)) {
754 if (lck->share_modes[i].op_type == LEVEL_II_OPLOCK) {
773 BATCH_OPLOCK_TYPE(exclusive->op_type) : True;
807 SSVAL(msg,6,exclusive->op_type | FORCE_OPLOCK_BREAK_TO_NONE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dconntrack.c1099 unsigned int op_type = NFCT_O_DEFAULT; local
1113 op_type = NFCT_O_XML;
1135 nfct_snprintf(buf, sizeof(buf), ct, type, op_type, op_flags);
1151 unsigned int op_type = NFCT_O_DEFAULT; local
1165 op_type = NFCT_O_XML;
1179 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, op_type, op_flags);
1194 unsigned int op_type = NFCT_O_DEFAULT; local
1214 op_type = NFCT_O_XML;
1220 nfct_snprintf(buf, sizeof(buf), ct, NFCT_T_UNKNOWN, op_type, op_flags);
1233 unsigned int op_type local
1338 unsigned int op_type = NFCT_O_DEFAULT; local
1369 unsigned int op_type = NFCT_O_DEFAULT; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtest.c104 unsigned char op_num, op_type; member in struct:t_op
234 if (t_wp_op && t_wp_op->op_type == BINOP) {
303 if (t_wp_op && t_wp_op->op_type == UNOP) {
317 if (t_wp_op && t_wp_op->op_type == BINOP) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dkmemleak.c242 int op_type; /* kmemleak operation type */ member in struct:early_log
788 static void __init log_early(int op_type, const void *ptr, size_t size, argument
807 log->op_type = op_type;
811 if (op_type == KMEMLEAK_ALLOC)
1694 switch (log->op_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmb_share_modes.c222 if (share->op_type == DEFERRED_OPEN_ENTRY) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.c1450 req->params.op_type = cpu_to_le32(flash_type);
1492 req->params.op_type = cpu_to_le32(IMG_TYPE_REDBOOT);
H A Dbe_cmds.h790 u32 op_type; member in struct:flashrom_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl2000 my $op_type = substr($curr_values, $off + 1, 1);
2006 if ($op_type ne 'V' &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb.h804 uint16 op_type; member in struct:share_mode_entry
824 6 uint16 op_type 2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4fw_api.h1572 __be32 op_type; member in struct:fw_debug_cmd

Completed in 300 milliseconds