Searched refs:unit (Results 51 - 75 of 343) sorted by relevance

1234567891011>>

/macosx-10.10/IOATAFamily-253.0.1/
H A DATADeviceNub.h57 static ATADeviceNub* ataDeviceNub( IOATAController* provider, ataUnitID unit, ataDeviceType devType);
90 virtual bool init(IOATAController* provider, ataUnitID unit, ataDeviceType devType);
108 @abstract get the unit id of this drive (0 or 1)
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.h81 uint32_t unit,
92 uint32_t unit,
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-dis.c32 /* Return the instruction type for OPCODE found in unit UNIT. */
35 unit_to_type (ia64_insn opcode, enum ia64_unit unit) argument
42 if (op >= 8 && (unit == IA64_UNIT_I || unit == IA64_UNIT_M))
48 switch (unit)
78 enum ia64_unit unit; local
114 unit = ia64_templ_desc[template].exec_unit[slotnum];
125 if (unit == IA64_UNIT_NIL)
128 idesc = ia64_dis_opcode (insn, unit_to_type (insn, unit));
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml13 external register_exns : exn -> unit = "llvm_register_bitreader_exns"
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_rfc.h52 PPPOE_CMD_SETUNIT, // set ethernet unit number
53 PPPOE_CMD_GETUNIT, // get ethernet unit number
69 int pppoe_rfc_attach(u_short unit, ifnet_t *ifpp);
70 int pppoe_rfc_detach(u_short unit);
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_domain.c211 u_int16_t unit; local
221 unit = data_aligned;
222 error = ppp_if_attach(&unit);
225 data_aligned = unit;
232 unit = data_aligned;
233 error = ppp_if_attachclient(unit, so, (ifnet_t *)&so->so_pcb);
241 unit = data_aligned;
242 error = ppp_link_attachclient(unit, so, (struct ppp_link **)&so->so_pcb);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dreboot.h95 * adaptor (uba, mba, etc), unit number and partition number.
123 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
125 ((controller) << B_CONTROLLERSHIFT) | ((unit) << B_UNITSHIFT) | \
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dfmt_scaled.c35 * "Human-readable" output uses 4 digits max, and puts a unit suffix at
197 unit_type unit = NONE; local
212 unit = units[i];
233 else if (unit == NONE || number >= 100 || number <= -100) {
241 number, scale_chars[unit]);
244 number, fract, scale_chars[unit]);
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_tpro.c30 #define DEVICE "/dev/tpro%d" /* device name and unit */
47 static void tpro_poll (int unit, struct peer *);
68 int unit,
80 (void)sprintf(device, DEVICE, unit);
88 * Allocate and initialize unit structure
118 int unit,
137 int unit,
67 tpro_start( int unit, struct peer *peer ) argument
117 tpro_shutdown( int unit, struct peer *peer ) argument
136 tpro_poll( int unit, struct peer *peer ) argument
H A Drefclock_tt560.c28 #define DEVICE "/dev/tt560%d" /* device name and unit */
52 static void tt560_poll (int unit, struct peer *);
73 int unit,
86 (void)sprintf(device, DEVICE, unit);
107 * Allocate and initialize unit structure
138 int unit,
157 int unit,
72 tt560_start( int unit, struct peer *peer ) argument
137 tt560_shutdown( int unit, struct peer *peer ) argument
156 tt560_poll( int unit, struct peer *peer ) argument
H A Drefclock_zyfer.c78 #define DEVICE "/dev/zyfer%d" /* device name and unit */
124 int unit,
137 (void)sprintf(device, DEVICE, unit);
141 msyslog(LOG_NOTICE, "zyfer(%d) fd: %d dev <%s>", unit, fd, device);
144 * Allocate and initialize unit structure
182 int unit,
323 int unit,
123 zyfer_start( int unit, struct peer *peer ) argument
181 zyfer_shutdown( int unit, struct peer *peer ) argument
322 zyfer_poll( int unit, struct peer *peer ) argument
H A Drefclock_heath.c163 #define DEVICE "/dev/heath%d" /* device name and unit */
213 int unit,
224 sprintf(device, DEVICE, unit);
254 int unit,
396 int unit,
212 heath_start( int unit, struct peer *peer ) argument
253 heath_shutdown( int unit, struct peer *peer ) argument
395 heath_poll( int unit, struct peer *peer ) argument
H A Drefclock_pst.c74 #define DEVICE "/dev/wwv%d" /* device name and unit */
118 int unit,
130 (void)sprintf(device, DEVICE, unit);
135 * Allocate and initialize unit structure
170 int unit,
282 int unit,
117 pst_start( int unit, struct peer *peer ) argument
169 pst_shutdown( int unit, struct peer *peer ) argument
281 pst_poll( int unit, struct peer *peer ) argument
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_wan.c139 u_short unit; local
152 // find a unit and where to insert it, keep the list ordered
153 unit = 0;
156 if (wan1->link.lk_unit > unit)
159 unit = wan1->link.lk_unit + 1;
179 lk->lk_unit = unit;
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dcbcp.c84 static void cbcp_init __P((int unit));
85 static void cbcp_open __P((int unit));
86 static void cbcp_lowerup __P((int unit));
87 static void cbcp_input __P((int unit, u_char *pkt, int len));
88 static void cbcp_protrej __P((int unit));
168 cbcp_open(unit)
169 int unit;
176 cbcp_input(unit, inpacket, pktlen)
177 int unit;
185 cbcp_state *us = &cbcp[unit];
[all...]
H A Dipxcp.c404 ipxcp_init(unit)
405 int unit;
407 fsm *f = &ipxcp_fsm[unit];
409 f->unit = unit;
412 fsm_init(&ipxcp_fsm[unit]);
495 ipxcp_open(unit)
496 int unit;
498 fsm_open(&ipxcp_fsm[unit]);
505 ipxcp_close(unit, reaso
1315 int unit = f->unit; local
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGrammar.y.in75 v.unit = CSSPrimitiveValue::CSS_IDENT;
802 ASSERT($5.unit != CSSParserValue::Function); // No need to call destroy.
809 maybe_unary_operator PERCENTAGE { $$.id = CSSValueInvalid; $$.isInt = false; $$.fValue = $1 * $2; $$.unit = CSSPrimitiveValue::CSS_NUMBER; }
811 $$.id = CSSValueInvalid; $$.isInt = false; $$.unit = CSSPrimitiveValue::CSS_NUMBER;
818 $$.unit = 0;
823 $$.unit = 0;
1448 $$.unit = 0;
1470 v.unit = CSSParserValue::Operator;
1486 | STRING maybe_space { $$.id = CSSValueInvalid; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_STRING; }
1489 | DIMEN maybe_space { $$.id = CSSValueInvalid; $$.string = $1; $$.unit
[all...]
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c87 char *lookupunit(const char *unit);
92 int completereduce(struct unittype * unit);
190 warnx("redefinition of unit '%s' on line %d ignored",
197 warnx("unexpected end of unit on line %d",
226 warnx("memory overflow in unit reduction");
287 warnx("unit reduces to zero");
291 Adds the specified string to the unit.
293 Quantity is 1 if this is a quantity to be converted rather than a pure unit.
454 Looks up the definition for the specified unit.
456 if the specified unit doe
463 lookupunit(const char *unit) argument
625 completereduce(struct unittype * unit) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dnetsrc.c88 netsrc_ctlsend(kern_ctl_ref kctl, uint32_t unit, void *uinfo, mbuf_t m, argument
112 error = netsrc_ipv4(kctl, unit, nrq);
115 error = netsrc_ipv6(kctl, unit, nrq);
129 netsrc_ipv4(kern_ctl_ref kctl, uint32_t unit, struct netsrc_req *nrq) argument
172 error = ctl_enqueuedata(kctl, unit, &nrp,
186 netsrc_ipv6(kern_ctl_ref kctl, uint32_t unit, struct netsrc_req *nrq) argument
252 error = ctl_enqueuedata(kctl, unit, &nrp, sizeof(nrp),
/macosx-10.10/ntp-92/util/
H A Daudio-pcm.c83 int unit = 0; /* device unit (0-3) */ local
97 (void)sprintf(ai_dev, AI_DEV, unit);
98 (void)sprintf(ac_dev, AC_DEV, unit);
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dbsd-comp.c106 u_char unit; member in struct:bsd_db
150 int unit, int hdrlen, int mru, int debug));
395 bsd_init(db, options, opt_len, unit, hdrlen, mru, debug, decomp)
398 int opt_len, unit, hdrlen, mru, debug, decomp;
420 db->unit = unit;
432 bsd_decomp_init(state, options, opt_len, unit, hdrlen, mru, debug)
435 int opt_len, unit, hdrlen, mru, debug;
438 unit, hdrlen, mru, debug, 1);
599 db->unit, se
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.ml234 external register_exns : exn -> unit = "llvm_register_core_exns"
246 external create_context : unit -> llcontext = "llvm_create_context"
247 external dispose_context : llcontext -> unit = "llvm_dispose_context"
248 external global_context : unit -> llcontext = "llvm_global_context"
253 external dispose_module : llmodule -> unit = "llvm_dispose_module"
256 external set_target_triple: string -> llmodule -> unit
260 external set_data_layout: string -> llmodule -> unit
262 external dump_module : llmodule -> unit = "llvm_dump_module"
263 external set_module_inline_asm : llmodule -> string -> unit
304 external struct_set_body : lltype -> lltype array -> bool -> unit
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFWSBP2PseudoAddressSpace.h71 IOFireWireUnit * unit,
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReportStructs.h83 #define IOREPORT_GETUNIT_QUANTITY(unit) \
84 ((IOReportQuantity)((uint64_t)unit >> 56) & 0xff)
85 #define IOREPORT_GETUNIT_SCALE(unit) \
86 ((IOReportScaleFactor)unit & 0x00ffffffffffffff)
135 A value expressed in a scaled unit can be scaled to unity via
252 // --- END: unit constants driver writers might use
/macosx-10.10/cups-408/
H A Dmakefull54 --enable-unit-tests --enable-pie --with-pam-module=opendirectory \

Completed in 379 milliseconds

1234567891011>>