HomeSort by: relevance | last modified time | path
    Searched refs:ptype (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/lib/npf/ext_normalize/
npfext_normalize.c 61 enum ptype { enum in function:npfext_normalize_param
67 enum ptype type;
  /src/libexec/ftpd/
popen.c 108 ftpd_popen(const char *argv[], const char *ptype, int stderrfd)
118 if ((*ptype != 'r' && *ptype != 'w') || ptype[1])
173 if (*ptype == 'r') {
202 if (*ptype == 'r') {
203 iop = fdopen(pdes[0], ptype);
206 iop = fdopen(pdes[1], ptype);
  /src/usr.sbin/mopd/mopprobe/
mopprobe.c 97 u_short *ptype, moplen, itype, len; local in function:mopProcess
102 ptype = (u_short *)(pkt+12);
105 if (*ptype < 1600) {
106 len = *ptype;
108 ptype = (u_short *)(pkt+20);
  /src/usr.sbin/mopd/mopd/
mopd.c 170 u_short ptype; local in function:mopProcess
183 mopGetHeader(pkt, &idx, &dst, &src, &ptype, &len, trans);
192 switch(ptype) {
process.c 174 u_short ptype = MOP_K_PROTO_DL; local in function:mopSendASV
177 mopPutHeader(pkt, &idx, dst, src, ptype, trans);
215 u_short ptype = MOP_K_PROTO_DL; local in function:mopStartLoad
274 mopPutHeader(pkt, &idx, dst, src, ptype, trans);
318 u_short ptype = MOP_K_PROTO_DL; local in function:mopNextLoad
362 mopPutHeader(pkt, &idx, dst, src, ptype, trans);
  /src/usr.sbin/mopd/common/
get.c 88 const u_short *ptype; local in function:mopGetTrans
91 ptype = (const u_short *)(pkt+12);
92 if (ntohs(*ptype) < 1600) {
  /src/lib/npf/ext_rndblock/
npfext_rndblock.c 61 enum ptype { PARAM_U32 }; enum in function:npfext_rndblock_param
64 enum ptype type;
  /src/sys/dev/dkwedge/
dkwedge_mbr.c 60 mbr_ptype_to_str(uint8_t ptype)
64 switch (ptype) {
88 const char *ptype; local in function:getparts
119 if ((ptype = mbr_ptype_to_str(dp[i].mbrp_type)) == NULL) {
122 * XXX maybe just have an empty ptype?
129 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
dkwedge_apple.c 145 const char *ptype; local in function:dkwedge_discover_apple
211 ptype = map[i].type;
216 ptype = DKW_PTYPE_SWAP;
222 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
dkwedge_bsdlabel.c 224 const char *ptype; local in function:addwedges
233 ptype = bsdlabel_fstype_to_str(p->p_fstype);
234 if (ptype == NULL)
238 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
dkwedge_gpt.c 231 const char *ptype; local in function:dkwedge_discover_gpt
252 ptype = gpt_ptype_guid_to_str(&ptype_guid);
253 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
dkwedge_rdb.c 110 const char *ptype; local in function:dkwedge_discover_rdb
248 ptype = archtype_to_ptype(archtype);
249 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
  /src/sys/arch/ofppc/stand/ofwboot/
mbr.c 96 struct disklabel *lp, uint32_t off0, uint8_t ptype, int recursion)
115 if (p->mbrp_type == ptype) {
121 buf, lp, off0, ptype, recursion);
  /src/sys/arch/mac68k/include/
grfioctl.h 57 u_int16_t ptype; /* 0 = indexed, 0x10 = direct */ member in struct:grfmode
  /src/lib/libc/gen/
disklabel.c 100 pfsize[3], poffset[3], ptype[3]; local in function:getdiskbyname
164 strcpy(ptype, "tx"); /* XXX: strcpy is safe */
170 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
186 getnumdflt(pp->p_fstype, ptype, 0);
188 if (cgetstr(buf, ptype, &cq) >= 0) {
  /src/usr.bin/rpcgen/
rpc_clntout.c 95 ptype(proc->res_prefix, proc->res_type, 1);
123 ptype(proc->args.decls->decl.prefix, proc->args.decls->decl.type, 1);
129 ptype(proc->res_prefix, proc->res_type, 0);
146 ptype(proc->res_prefix, proc->res_type, 0);
192 ptype(proc->res_prefix, proc->res_type, 0);
rpc_sample.c 107 ptype(proc->args.decls->decl.prefix, proc->args.decls->decl.type, 1);
114 ptype(l->decl.prefix, l->decl.type, 1);
127 ptype(proc->res_prefix, proc->res_type, 1);
234 ptype(plist->res_prefix, plist->res_type, 1);
rpc_util.h 112 void ptype(const char *, const char *, int);
rpc_tblout.c 177 ptype(prefix, type, 0);
  /src/usr.sbin/btconfig/
btconfig.c 132 static uint32_t ptype; variable in typeref:typename:uint32_t
190 { "ptype", P_HEX, &opt_ptype, &ptype },
521 btr.btr_packet_type = ptype;
722 ptype = btr.btr_packet_type;
723 width = printf("\tptype: [0x%04x]", ptype);
724 if (ptype & HCI_PKT_DM1) tag("DM1");
725 if (ptype & HCI_PKT_DH1) tag("DH1");
726 if (ptype & HCI_PKT_DM3) tag("DM3");
727 if (ptype & HCI_PKT_DH3) tag("DH3")
    [all...]
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.h 142 #define OS_SET_DECLARE(set, ptype) __link_set_decl(set, ptype)
  /src/sys/sys/
cdefs_aout.h 120 #define __link_set_decl(set, ptype) \
123 ptype *__ls_items[1]; \
cdefs_elf.h 207 #define __link_set_decl(set, ptype) \
208 extern ptype * const __link_set_start(set)[] __dso_hidden; \
210 extern ptype * const __link_set_end(set)[] __weak __dso_hidden
  /src/sys/net/
if_gre.h 111 uint16_t ptype; /* protocol type of payload typically member in struct:gre_h
  /src/usr.sbin/sysinst/
gpt.c 94 enum part_type ptype; member in struct:__anon97ff81f80108
97 { .name = "ffs", .fstype = FS_BSDFFS, .ptype = PT_root,
99 { .name = "swap", .fstype = FS_SWAP, .ptype = PT_swap },
100 { .name = "windows", .fstype = FS_MSDOS, .ptype = PT_FAT,
102 { .name = "windows", .fstype = FS_NTFS, .ptype = PT_FAT,
104 { .name = "efi", .fstype = FS_MSDOS, .ptype = PT_EFI_SYSTEM,
106 { .name = "efi", .fstype = FS_EFI_SP, .ptype = PT_EFI_SYSTEM,
108 { .name = "bios", .fstype = FS_MSDOS, .ptype = PT_FAT,
110 { .name = "lfs", .fstype = FS_BSDLFS, .ptype = PT_root },
111 { .name = "linux-data", .fstype = FS_EX2FS, .ptype = PT_root }
    [all...]

Completed in 19 milliseconds

1 2