Searched refs:sub (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ncurses/menu/
H A Dm_cursor.c85 WINDOW *win, *sub; local
94 sub = menu->usersub ? menu->usersub : win;
95 assert(win && sub);
100 wmove(sub, y, x);
102 if (win != sub)
104 wcursyncup(sub);
105 wsyncup(sub);
106 untouchwin(sub);
/freebsd-10.0-release/lib/csu/i386-elf/
H A Dcrti.S34 sub $12,%esp /* re-align stack pointer */
41 sub $12,%esp /* re-align stack pointer */
/freebsd-10.0-release/lib/libc/arm/sys/
H A Dfork.S47 sub r1, r1, #1 /* r1 == 0xffffffff if parent, 0 if child */
/freebsd-10.0-release/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c91 uint32_t sub, uint32_t iidx __unused, enum snmp_op op)
97 if (val->var.subs[sub - 1] != LEAF_vacmContextName)
102 if ((vacm_ctx = vacm_get_context(&val->var, sub)) == NULL)
107 if ((vacm_ctx = vacm_get_next_context(&val->var, sub)) == NULL)
109 vacm_append_ctxindex(&val->var, sub, vacm_ctx);
113 if ((vacm_ctx = vacm_get_context(&val->var, sub)) != NULL)
117 if (val->var.subs[sub] >= SNMP_ADM_STR32_SIZ)
119 if (index_decode(&val->var, sub, iidx, &cname, &cnamelen))
139 uint32_t sub, uint32_t iidx __unused, enum snmp_op op)
147 if ((user = vacm_get_user(&val->var, sub))
90 op_vacm_context(struct snmp_context *ctx __unused, struct snmp_value *val, uint32_t sub, uint32_t iidx __unused, enum snmp_op op) argument
138 op_vacm_security_to_group(struct snmp_context *ctx, struct snmp_value *val, uint32_t sub, uint32_t iidx __unused, enum snmp_op op) argument
262 op_vacm_access(struct snmp_context *ctx, struct snmp_value *val, uint32_t sub, uint32_t iidx __unused, enum snmp_op op) argument
426 op_vacm_view_lock(struct snmp_context *ctx __unused, struct snmp_value *val, uint32_t sub, uint32_t iidx __unused, enum snmp_op op) argument
457 op_vacm_view(struct snmp_context *ctx, struct snmp_value *val, uint32_t sub, uint32_t iidx __unused, enum snmp_op op) argument
612 vacm_append_userindex(struct asn_oid *oid, uint sub, const struct vacm_user *user) argument
625 vacm_user_index_decode(const struct asn_oid *oid, uint sub, int32_t *smodel, char *uname) argument
643 vacm_get_user(const struct asn_oid *oid, uint sub) argument
661 vacm_get_next_user(const struct asn_oid *oid, uint sub) argument
682 vacm_append_access_rule_index(struct asn_oid *oid, uint sub, const struct vacm_access *acl) argument
704 vacm_access_rule_index_decode(const struct asn_oid *oid, uint sub, char *gname, char *cprefix, int32_t *smodel, int32_t *slevel) argument
732 vacm_get_access_rule(const struct asn_oid *oid, uint sub) argument
777 vacm_view_index_decode(const struct asn_oid *oid, uint sub, char *vname, struct asn_oid *view_oid) argument
801 vacm_append_viewindex(struct asn_oid *oid, uint sub, const struct vacm_view *view) argument
817 vacm_get_view(const struct asn_oid *oid, uint sub) argument
835 vacm_get_next_view(const struct asn_oid *oid, uint sub) argument
869 vacm_get_context(const struct asn_oid *oid, uint sub) argument
893 vacm_get_next_context(const struct asn_oid *oid, uint sub) argument
920 vacm_append_ctxindex(struct asn_oid *oid, uint sub, const struct vacm_context *ctx) argument
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dpl_calldist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = timestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_cpudist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = vtimestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_flowinfo.d19 * TYPE Type of call (sub)
61 perl*:::sub-entry,
62 perl*:::sub-return
68 perl*:::sub-entry
72 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
78 perl*:::sub-return
83 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
H A Dpl_flowtime.d63 perl*:::sub-entry,
64 perl*:::sub-return
70 perl*:::sub-entry
80 perl*:::sub-return
H A Dpl_calltime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = timestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->elapsed_incl = timestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "sub", thi
[all...]
H A Dpl_cputime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = vtimestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->oncpu_incl = vtimestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->oncpu_incl);
67 @types_excl[this->file, "sub", thi
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_calldist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = timestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->elapsed_incl = timestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_cpudist.d18 * 2 Type of call (sub)
49 perl*:::sub-entry
53 self->sub[self->depth] = vtimestamp;
56 perl*:::sub-return
57 /self->sub[self->depth]/
59 this->oncpu_incl = vtimestamp - self->sub[self->depth];
61 self->sub[self->depth] = 0;
66 @types_incl[this->file, "sub", this->name] =
68 @types_excl[this->file, "sub", this->name] =
H A Dpl_flowinfo.d19 * TYPE Type of call (sub)
61 perl*:::sub-entry,
62 perl*:::sub-return
68 perl*:::sub-entry
72 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
78 perl*:::sub-return
83 basename(copyinstr(arg1)), arg2, "sub", self->depth * 2, "",
H A Dpl_flowtime.d63 perl*:::sub-entry,
64 perl*:::sub-return
70 perl*:::sub-entry
80 perl*:::sub-return
H A Dpl_calltime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = timestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->elapsed_incl = timestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->elapsed_incl);
67 @types_excl[this->file, "sub", thi
[all...]
H A Dpl_cputime.d15 * TYPE Type of call (sub/total)
47 perl*:::sub-entry
51 self->sub[self->depth] = vtimestamp;
54 perl*:::sub-return
55 /self->sub[self->depth]/
57 this->oncpu_incl = vtimestamp - self->sub[self->depth];
59 self->sub[self->depth] = 0;
64 @num[this->file, "sub", this->name] = count();
66 @types_incl[this->file, "sub", this->name] = sum(this->oncpu_incl);
67 @types_excl[this->file, "sub", thi
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/arm/
H A Dmodsi3.S32 sub r0, r2, r0, asr #31
33 sub r1, r3, r1, asr #31
38 sub r0, r0, r4, asr #31
H A Ddivmodsi4.S36 sub r0, ip, r0, asr #31
37 sub r1, lr, r1, asr #31
44 sub r0, r0, r4, asr #31
45 sub r1, r1, r5, asr #31
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dscript.cpp27 box *sub; member in class:script_box
44 box *make_script_box(box *nuc, box *sub, box *sup) argument
49 sub,
54 return new script_box(nuc, sub, sup);
58 : pointer_box(pp), sub(qq), sup(rr)
64 delete sub;
81 if (sub != 0)
82 sub->compute_metrics(cramped_style(script_style(style)));
98 assert(sub != 0);
102 uid, uid, sub1, sub
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dexport.c241 index_decode(const struct asn_oid *oid, u_int sub, u_int code, ...) argument
260 if (sub == oid->len)
262 *va_arg(ap, int32_t *) = oid->subs[sub++];
266 if (sub == oid->len)
268 *va_arg(ap, u_int64_t *) = oid->subs[sub++];
278 if (sub == oid->len)
282 *sval = oid->subs[sub++];
283 if (sub + *sval > oid->len)
291 if (oid->subs[sub] > 0xff)
293 (*cval)[i] = oid->subs[sub
356 index_compare_off(const struct asn_oid *oid, u_int sub, const struct asn_oid *idx, u_int off) argument
376 index_compare(const struct asn_oid *oid, u_int sub, const struct asn_oid *idx) argument
385 index_append_off(struct asn_oid *var, u_int sub, const struct asn_oid *idx, u_int off) argument
395 index_append(struct asn_oid *var, u_int sub, const struct asn_oid *idx) argument
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ifstack.c71 u_int sub, u_int iidx __unused, enum snmp_op op)
78 if ((stack = NEXT_OBJECT_OID(&mibifstack_list, &value->var, sub)) == NULL)
80 index_append(&value->var, sub, &stack->index);
84 if ((stack = FIND_OBJECT_OID(&mibifstack_list, &value->var, sub)) == NULL)
89 if ((stack = FIND_OBJECT_OID(&mibifstack_list, &value->var, sub)) == NULL)
98 switch (value->var.subs[sub - 1]) {
70 op_ifstack(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
H A DmibII_begemot.c41 u_int sub, u_int idx __unused, enum snmp_op op)
52 switch (value->var.subs[sub - 1]) {
71 switch (value->var.subs[sub - 1]) {
84 switch (value->var.subs[sub - 1]) {
101 switch (value->var.subs[sub - 1]) {
40 op_begemot_mibII(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) argument
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_pf.c74 uint sub, uint iidx __unused, enum snmp_op op)
78 if (val->var.subs[sub - 1] > LEAF_begemotBridgeLayer2PfStatus)
85 bridge_do_pfctl(val->var.subs[sub - 1] - 1,
94 bridge_get_pfval(val->var.subs[sub - 1]);
101 switch (val->var.subs[sub - 1]) {
106 if (bridge_do_pfctl(val->var.subs[sub - 1] - 1,
73 op_begemot_bridge_pf(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
H A Dbridge_port.c344 uint sub, uint iidx __unused, enum snmp_op op)
358 if (val->var.len - sub != 1)
360 if ((bp = bridge_port_find(val->var.subs[sub],
366 if (val->var.len - sub == 0) {
370 if ((bp = bridge_port_find(val->var.subs[sub],
375 val->var.len = sub + 1;
376 val->var.subs[sub] = bp->port_no;
389 switch (val->var.subs[sub - 1]) {
416 uint sub, uint iidx __unused, enum snmp_op op)
430 if (val->var.len - sub !
343 op_dot1d_base_port(struct snmp_context *c __unused, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
415 op_dot1d_stp_port(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
573 op_dot1d_stp_ext_port(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
714 op_dot1d_tp_port(struct snmp_context *c __unused, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
793 bridge_port_index_append(struct asn_oid *oid, uint sub, const struct bridge_port *bp) argument
817 bridge_port_index_get(const struct asn_oid *oid, uint sub, int8_t status) argument
849 bridge_port_index_getnext(const struct asn_oid *oid, uint sub, int8_t status) argument
893 bridge_port_index_decode(const struct asn_oid *oid, uint sub, char *b_name, int32_t *idx) argument
911 bridge_port_set_status(struct snmp_context *ctx, struct snmp_value *val, uint sub) argument
978 bridge_port_rollback_status(struct snmp_context *ctx, struct snmp_value *val, uint sub) argument
1002 bridge_port_commit_status(struct snmp_value *val, uint sub) argument
1033 bridge_port_set_span_enable(struct snmp_context *ctx, struct snmp_value *val, uint sub) argument
1073 op_begemot_base_port(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
1192 op_begemot_stp_port(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
1335 op_begemot_stp_ext_port(struct snmp_context *ctx, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
1460 op_begemot_tp_port(struct snmp_context *c __unused, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
[all...]
H A Dbridge_addrs.c336 bridge_addrs_index_append(struct asn_oid *oid, uint sub, argument
341 oid->len = sub + ETHER_ADDR_LEN + 1;
342 oid->subs[sub] = ETHER_ADDR_LEN;
345 oid->subs[sub + i] = te->tp_addr[i - 1];
352 bridge_addrs_get(const struct asn_oid *oid, uint sub, argument
358 if (oid->len - sub != ETHER_ADDR_LEN + 1 ||
359 oid->subs[sub] != ETHER_ADDR_LEN)
363 tp_addr[i] = oid->subs[sub + i + 1];
373 bridge_addrs_getnext(const struct asn_oid *oid, uint sub, argument
380 if (oid->len - sub
397 op_dot1d_tp_fdb(struct snmp_context *c __unused, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
455 bridge_addrs_begemot_index_append(struct asn_oid *oid, uint sub, const struct tp_entry *te) argument
483 bridge_addrs_begemot_get(const struct asn_oid *oid, uint sub) argument
513 bridge_addrs_begemot_getnext(const struct asn_oid *oid, uint sub) argument
545 op_begemot_tp_fdb(struct snmp_context *c __unused, struct snmp_value *val, uint sub, uint iidx __unused, enum snmp_op op) argument
[all...]

Completed in 132 milliseconds

1234567891011>>