Searched refs:oh (Results 1 - 25 of 36) sorted by last modified time

12

/freebsd-11-stable/sbin/ipfw/
H A Dtables.c42 static void table_modify_record(ipfw_obj_header *oh, int ac, char *av[],
44 static int table_flush(ipfw_obj_header *oh);
45 static int table_destroy(ipfw_obj_header *oh);
46 static int table_do_create(ipfw_obj_header *oh, ipfw_xtable_info *i);
47 static int table_do_modify(ipfw_obj_header *oh, ipfw_xtable_info *i);
48 static int table_do_swap(ipfw_obj_header *oh, char *second);
49 static void table_create(ipfw_obj_header *oh, int ac, char *av[]);
50 static void table_modify(ipfw_obj_header *oh, int ac, char *av[]);
51 static void table_lookup(ipfw_obj_header *oh, int ac, char *av[]);
52 static void table_lock(ipfw_obj_header *oh, in
164 ipfw_obj_header oh; local
326 table_fill_objheader(ipfw_obj_header *oh, ipfw_xtable_info *i) argument
406 table_create(ipfw_obj_header *oh, int ac, char *av[]) argument
525 table_do_create(ipfw_obj_header *oh, ipfw_xtable_info *i) argument
545 table_modify(ipfw_obj_header *oh, int ac, char *av[]) argument
580 table_do_modify(ipfw_obj_header *oh, ipfw_xtable_info *i) argument
598 table_lock(ipfw_obj_header *oh, int lock) argument
616 table_destroy(ipfw_obj_header *oh) argument
628 ipfw_obj_header *oh; local
646 table_flush(ipfw_obj_header *oh) argument
656 table_do_swap(ipfw_obj_header *oh, char *second) argument
675 table_swap(ipfw_obj_header *oh, char *second) argument
701 table_get_info(ipfw_obj_header *oh, ipfw_xtable_info *i) argument
867 ipfw_obj_header *oh; local
887 ipfw_obj_header *oh; local
897 table_do_modify_record(int cmd, ipfw_obj_header *oh, ipfw_obj_tentry *tent, int count, int atomic) argument
949 table_modify_record(ipfw_obj_header *oh, int ac, char *av[], int add, int quiet, int update, int atomic) argument
1120 table_do_lookup(ipfw_obj_header *oh, char *key, ipfw_xtable_info *xi, ipfw_obj_tentry *xtent) argument
1153 table_lookup(ipfw_obj_header *oh, int ac, char *av[]) argument
1436 tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *key, int add, uint8_t *ptype, uint32_t *pvmask, ipfw_xtable_info *xi) argument
1513 tentry_fill_value(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *arg, uint8_t type, uint32_t vmask) argument
1730 ipfw_obj_header *oh; local
1762 table_show_list(ipfw_obj_header *oh, int need_header) argument
[all...]
H A Dnat64stl.c307 ipfw_obj_header *oh; local
315 oh = (ipfw_obj_header *)buf;
316 cfg = (ipfw_nat64stl_cfg *)(oh + 1);
319 nat64stl_fill_ntlv(&oh->ntlv, name, set);
320 if (do_get3(IP_FW_NAT64STL_CONFIG, &oh->opheader, &sz) != 0)
358 if (do_set3(IP_FW_NAT64STL_CONFIG, &oh->opheader, sizeof(buf)) != 0)
369 ipfw_obj_header oh; local
371 memset(&oh, 0, sizeof(oh));
372 nat64stl_fill_ntlv(&oh
386 ipfw_obj_header *oh; local
444 ipfw_obj_header oh; local
[all...]
H A Dnat64clat.c271 ipfw_obj_header *oh; local
282 oh = (ipfw_obj_header *)buf;
283 cfg = (ipfw_nat64clat_cfg *)(oh + 1);
286 nat64clat_fill_ntlv(&oh->ntlv, name, set);
287 if (do_get3(IP_FW_NAT64CLAT_CONFIG, &oh->opheader, &sz) != 0)
342 if (do_set3(IP_FW_NAT64CLAT_CONFIG, &oh->opheader, sizeof(buf)) != 0)
353 ipfw_obj_header oh; local
355 memset(&oh, 0, sizeof(oh));
356 nat64clat_fill_ntlv(&oh
370 ipfw_obj_header *oh; local
428 ipfw_obj_header oh; local
[all...]
H A Dnat.c758 ipfw_obj_header *oh; local
778 len = sizeof(*oh) + sizeof(*n);
850 off = sizeof(*oh) + sizeof(*n);
852 oh = (ipfw_obj_header *)buf;
853 n = (struct nat44_cfg_nat *)(oh + 1);
854 oh->ntlv.head.length = sizeof(oh->ntlv);
855 snprintf(oh->ntlv.name, sizeof(oh->ntlv.name), "%d", i);
930 i = do_set3(IP_FW_NAT44_XCONFIG, &oh
956 ipfw_obj_header oh; local
979 ipfw_obj_header *oh; local
1072 ipfw_obj_header *oh; local
1105 ipfw_obj_header *oh; local
[all...]
H A Dnat64lsn.c88 ipfw_obj_header *oh; local
95 oh = (ipfw_obj_header *)buf;
96 od = (ipfw_obj_data *)(oh + 1);
159 ipfw_obj_header *oh; local
176 oh = (ipfw_obj_header *)buf;
177 od = (ipfw_obj_data *)(oh + 1);
178 nat64lsn_fill_ntlv(&oh->ntlv, cfg->name, set);
182 if (do_get3(IP_FW_NAT64LSN_LIST_STATES, &oh->opheader, &sz))
559 ipfw_obj_header *oh; local
567 oh
661 ipfw_obj_header oh; local
676 ipfw_obj_header oh; local
693 ipfw_obj_header *oh; local
[all...]
H A Dnptv6.c271 ipfw_obj_header oh; local
273 memset(&oh, 0, sizeof(oh));
274 nptv6_fill_ntlv(&oh.ntlv, name, set);
275 if (do_set3(IP_FW_NPTV6_DESTROY, &oh.opheader, sizeof(oh)) != 0)
287 ipfw_obj_header *oh; local
291 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats);
292 oh = calloc(1, sz);
293 nptv6_fill_ntlv(&oh
330 ipfw_obj_header oh; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc208 /* oh my, they want the subexpressions... */
236 /* uh-oh... we couldn't find a subexpression-level match */
469 default: /* uh oh */
668 default: /* uh oh */
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c579 ipfw_obj_header *oh; local
582 if (sd->valsize != sizeof(*oh))
585 oh = (ipfw_obj_header *)sd->kbuf;
586 if (ipfw_check_object_name_generic(oh->ntlv.name) != 0)
590 cfg = nptv6_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set);
689 ipfw_obj_header *oh; local
698 oh = (ipfw_obj_header *)ipfw_get_sopt_header(sd, sz);
699 if (oh == NULL)
701 if (ipfw_check_object_name_generic(oh
738 ipfw_obj_header *oh; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c255 ipfw_obj_header *oh; local
260 if (sd->valsize != sizeof(*oh) + sizeof(*uc))
263 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd,
264 sizeof(*oh) + sizeof(*uc));
265 uc = (ipfw_nat64stl_cfg *)(oh + 1);
267 if (ipfw_check_object_name_generic(oh->ntlv.name) != 0 ||
268 oh->ntlv.set >= IPFW_MAX_SETS)
274 cfg = nat64stl_find(ni, oh->ntlv.name, oh->ntlv.set);
285 cfg = nat64stl_find(ni, oh
325 ipfw_obj_header *oh; local
429 ipfw_obj_header *oh; local
475 ipfw_obj_header *oh; local
[all...]
H A Dnat64lsn_control.c241 ipfw_obj_header *oh; local
243 if (sd->valsize != sizeof(*oh))
246 oh = (ipfw_obj_header *)op3;
249 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set);
406 ipfw_obj_header *oh; local
411 if (sd->valsize != sizeof(*oh) + sizeof(*uc))
414 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd,
415 sizeof(*oh) + sizeof(*uc));
416 uc = (ipfw_nat64lsn_cfg *)(oh
481 ipfw_obj_header *oh; local
528 ipfw_obj_header *oh; local
688 ipfw_obj_header *oh; local
[all...]
H A Dnat64clat_control.c219 ipfw_obj_header *oh; local
225 if (sd->valsize != sizeof(*oh) + sizeof(*uc))
228 oh = (ipfw_obj_header *)ipfw_get_sopt_space(sd,
229 sizeof(*oh) + sizeof(*uc));
230 uc = (ipfw_nat64clat_cfg *)(oh + 1);
232 if (ipfw_check_object_name_generic(oh->ntlv.name) != 0 ||
233 oh->ntlv.set >= IPFW_MAX_SETS)
239 cfg = nat64clat_find(ni, oh->ntlv.name, oh->ntlv.set);
250 cfg = nat64clat_find(ni, oh
320 ipfw_obj_header *oh; local
424 ipfw_obj_header *oh; local
470 ipfw_obj_header *oh; local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c569 ipfw_obj_header *oh; local
576 if (sd->valsize < (sizeof(*oh) + sizeof(*ucfg)))
579 oh = (ipfw_obj_header *)sd->kbuf;
582 if (oh->ntlv.head.length != sizeof(oh->ntlv))
585 ucfg = (struct nat44_cfg_nat *)(oh + 1);
594 read = sizeof(*oh) + sizeof(*ucfg);
614 ipfw_obj_header *oh; local
619 if (sd->valsize < sizeof(*oh))
622 oh
672 ipfw_obj_header *oh; local
817 ipfw_obj_header *oh; local
[all...]
H A Dip_fw_table.c127 static void objheader_to_ti(struct _ipfw_obj_header *oh, struct tid_info *ti);
966 ipfw_obj_header *oh; local
972 if (sd->valsize < (sizeof(*oh) + sizeof(*ctlv)))
979 oh = (ipfw_obj_header *)sd->kbuf;
982 if (oh->ntlv.head.length != sizeof(oh->ntlv))
985 read = sizeof(*oh);
987 ctlv = (ipfw_obj_ctlv *)(oh + 1);
1017 objheader_to_ti(oh, &ti);
1018 ti.type = oh
1086 ipfw_obj_header *oh; local
1158 struct _ipfw_obj_header *oh; local
1334 struct _ipfw_obj_header *oh; local
1726 struct _ipfw_obj_header *oh; local
1761 struct _ipfw_obj_header *oh; local
1818 struct _ipfw_obj_header *oh; local
1956 objheader_to_ti(struct _ipfw_obj_header *oh, struct tid_info *ti) argument
2167 struct _ipfw_obj_header *oh; local
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c278 arg4.alock.oh.n_bytes = (char *)&owner;
279 arg4.alock.oh.n_len = sizeof(owner);
302 arg.alock.oh.n_bytes = (char *)&owner;
303 arg.alock.oh.n_len = sizeof(owner);
348 arg4.alock.oh.n_bytes = (char *)&owner;
349 arg4.alock.oh.n_len = sizeof(owner);
373 arg.alock.oh.n_bytes = (char *)&owner;
374 arg.alock.oh.n_len = sizeof(owner);
418 arg4.alock.oh.n_bytes = (char *)&owner;
419 arg4.alock.oh
[all...]
H A Dlock_proc.c386 arg4->oh = arg->oh;
890 log_netobj(&(arg->alock.oh));
985 log_netobj(&(arg->alock.oh));
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c434 struct ofld_hdr *oh; local
471 oh = mtod(m0, struct ofld_hdr *);
472 wr = (void *)(oh + 1);
475 m0->m_pkthdr.len = m0->m_len = sizeof(*oh) + sizeof(*wr);
476 oh->flags = V_HDR_CTRL(CPL_PRIORITY_DATA) | F_HDR_DF |
527 oh->flags |= F_HDR_SGL;
528 oh->sgl = sgl;
532 oh->flags |= V_HDR_NDESC(ndesc);
533 oh->plen = bytes;
687 struct ofld_hdr *oh; local
1628 struct ofld_hdr *oh = mtod(m, void *); local
1713 struct ofld_hdr *oh; local
[all...]
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id46 oh dear.
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2808 oh+Iet+haz3POrY6bgHHsEh4aJEMUtBAtFySY5KqAbjZmnzYT3mShNuDdbP+2QB4
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2208 struct ofld_hdr *oh = mtod(m, struct ofld_hdr *); local
2211 from = (void *)(oh + 1); /* Start of WR within mbuf */
2212 wrlen = m->m_len - sizeof(*oh);
2214 if (!(oh->flags & F_HDR_SGL)) {
2222 if (!(oh->flags & F_HDR_DF))
2229 sgl = oh->sgl;
2272 struct ofld_hdr *oh = mtod(m, struct ofld_hdr *); local
2274 ndesc = G_HDR_NDESC(oh->flags);
2323 struct ofld_hdr *oh = mtod(m, struct ofld_hdr *); local
2324 unsigned int ndesc = G_HDR_NDESC(oh
2370 struct ofld_hdr *oh = mtod(m, struct ofld_hdr *); local
[all...]
/freebsd-11-stable/include/rpcsvc/
H A Dnlm_prot.x36 netobj oh;
65 netobj oh; /* identify owner of a lock */
122 netobj oh;
167 netobj oh;
175 netobj oh;
184 netobj oh;
/freebsd-11-stable/contrib/libreadline/
H A Dsignals.c70 # define rl_sigaction(s, nh, oh) sigaction(s, nh, oh)
203 SigHandler *oh; local
219 oh = (SigHandler *)old_winch.sa_handler;
220 if (oh && oh != (SigHandler *)SIG_IGN && oh != (SigHandler *)SIG_DFL)
221 (*oh) (sig);
232 rl_sigaction (sig, nh, oh)
234 sighandler_cxt *nh, *oh;
279 SigHandler *oh; local
291 SigHandler *oh; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp649 int oh = env->hpos; local
656 oh += dh;
659 moveto(oh, ov);
871 int oh = env->hpos; local
878 oh += dh;
881 moveto(oh, ov);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-ppc.c3405 struct ppc_link_hash_entry *oh;
4153 struct ppc_link_hash_entry *fdh = fh->oh;
4164 fdh->oh = fh;
4166 fh->oh = fdh;
4202 fdh->oh = fh;
4204 fh->oh = fdh;
5172 if (eh->oh != NULL
5173 && eh->oh->is_func_descriptor
5174 && (eh->oh->elf.root.type == bfd_link_hash_defined
5175 || eh->oh
3401 struct ppc_link_hash_entry *oh; member in struct:ppc_link_hash_entry
[all...]
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_coff.c44 PE_OptHdr *oh; local
70 if ((oh = calloc(1, sizeof(PE_OptHdr))) == NULL) {
74 pe->pe_oh = oh;
109 READ_OPT16(oh->oh_magic);
110 if (oh->oh_magic == PE_FORMAT_32P)
112 READ_OPT8(oh->oh_ldvermajor);
113 READ_OPT8(oh->oh_ldverminor);
114 READ_OPT32(oh->oh_textsize);
115 READ_OPT32(oh->oh_datasize);
116 READ_OPT32(oh
230 PE_OptHdr *oh; local
[all...]
H A Dpe_coff.c104 pe_update_opt_header(PE *pe, PE_OptHdr *oh) argument
107 if (pe == NULL || oh == NULL) {
124 *pe->pe_oh = *oh;

Completed in 268 milliseconds

12