Searched refs:unit (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dmeasure.cpp28 number(_number), unit(adoptedUnit) {
36 UObject(other), unit(0) {
42 delete unit;
44 unit = (MeasureUnit*) other.unit->clone();
54 delete unit;
66 ((unit == NULL) == (m.unit == NULL)) &&
67 (unit == NULL || *unit
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Drt.sh92 then print -r -n -- "$unit"
121 function unit function
126 if [[ " $x " != *' '$unit' '* && " $unit " != *' '$x' '* ]]
128 then unit="$unit $x"
129 else unit="$x $unit"
133 unit="$unit
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Decp.c111 static void ecp_init __P((int unit));
113 static void ecp_open __P((int unit));
114 static void ecp_close __P((int unit, char *));
115 static void ecp_lowerup __P((int unit));
117 static void ecp_input __P((int unit, u_char *pkt, int len));
118 static void ecp_protrej __P((int unit));
124 static void ecp_datainput __P((int unit, u_char *pkt, int len));
181 ecp_init(unit)
182 int unit;
184 fsm *f = &ecp_fsm[unit];
[all...]
H A Dccp.c216 static void ccp_init __P((int unit));
217 static void ccp_open __P((int unit));
218 static void ccp_close __P((int unit, char *));
219 static void ccp_lowerup __P((int unit));
221 static void ccp_input __P((int unit, u_char *pkt, int len));
222 static void ccp_protrej __P((int unit));
226 static void ccp_datainput __P((int unit, u_char *pkt, int len));
406 ccp_init(unit)
407 int unit;
409 fsm *f = &ccp_fsm[unit];
[all...]
H A Dipv6cp.c90 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National
113 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
463 ipv6cp_init(unit)
464 int unit;
466 fsm *f = &ipv6cp_fsm[unit];
467 ipv6cp_options *wo = &ipv6cp_wantoptions[unit];
468 ipv6cp_options *ao = &ipv6cp_allowoptions[unit];
470 f->unit = unit;
473 fsm_init(&ipv6cp_fsm[unit]);
[all...]
H A Dauth.c652 link_required(unit)
653 int unit;
662 link_terminated(unit)
663 int unit;
681 link_down(unit)
682 int unit;
690 update_link_stats(unit);
698 (*protp->lowerdown)(unit);
700 (*protp->close)(unit, "LCP down");
718 link_established(unit)
1353 auth_hold(int unit) argument
1362 auth_cont(int unit) argument
[all...]
H A Deap.c116 eap_state eap[NUM_PPP]; /* EAP state; one for each unit */
136 * EapInit - Initialize a EAP unit.
139 EapInit(unit)
140 int unit;
142 eap_state *cstate = &eap[unit];
145 cstate->unit = unit;
160 EapAuthWithPeer(unit, our_name)
161 int unit;
164 eap_state *cstate = &eap[unit];
945 int unit = 0; local
976 int unit = (uintptr_t)arg; local
[all...]
H A Dipcp.c642 ipcp_init(unit)
643 int unit;
645 fsm *f = &ipcp_fsm[unit];
646 ipcp_options *wo = &ipcp_wantoptions[unit];
647 ipcp_options *ao = &ipcp_allowoptions[unit];
649 f->unit = unit;
652 fsm_init(&ipcp_fsm[unit]);
686 ipcp_open(unit)
687 int unit;
[all...]
H A Dupap.c139 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
151 * upap_init - Initialize a UPAP unit.
154 upap_init(unit)
155 int unit;
157 upap_state *u = &upap[unit];
159 u->us_unit = unit;
179 upap_authwithpeer(unit, user, password)
180 int unit;
183 upap_state *u = &upap[unit];
209 upap_authpeer(unit)
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_gpsvme.c72 /* clock unit control structure */
74 short unit; /* NTP refclock unit number */ member in struct:psc_unit
94 int unit,
102 if (unit < 0 || unit > 1) { /* support units 0 and 1 */
103 msyslog(LOG_ERR, "psc_start: bad unit: %d", unit);
108 msyslog(LOG_ERR, "psc_start: unit: %d, emalloc: %m", unit);
93 psc_start( int unit, struct peer *peer ) argument
147 psc_shutdown( int unit, struct peer *peer ) argument
158 psc_poll( int unit, struct peer *peer ) argument
231 check_leap_sec(struct refclockproc *pp, int unit) argument
[all...]
H A Drefclock_shm.c57 static int shm_start (int unit, struct peer *peer);
58 static void shm_shutdown (int unit, struct peer *peer);
59 static void shm_poll (int unit, struct peer *peer);
60 static void shm_timer (int unit, struct peer *peer);
61 int shm_peek (int unit, struct peer *peer);
62 void shm_clockstats (int unit, struct peer *peer);
112 struct shmTime *getShmTime (int unit) { argument
120 shmid=shmget (0x4e545030+unit, sizeof (struct shmTime),
121 IPC_CREAT|(unit<2?0600:0666));
123 msyslog(LOG_ERR,"SHM shmget (unit
182 shm_start( int unit, struct peer *peer ) argument
226 shm_shutdown( int unit, struct peer *peer ) argument
249 shm_timer(int unit, struct peer *peer) argument
262 shm_poll( int unit, struct peer *peer ) argument
294 shm_peek( int unit, struct peer *peer ) argument
391 shm_clockstats( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_leitch.c57 fprintf(stderr, "leitch_send: unit %d send failed\n", A->unit); \
59 msyslog(LOG_ERR, "leitch_send: unit %d send failed %m",A->unit);}
63 msyslog(LOG_ERR, "leitch_send: unit %d send failed %m",A->unit);}
73 * LEITCH unit control structure
78 u_char unit; member in struct:leitchunit
149 int unit,
164 int unit,
148 leitch_shutdown( int unit, struct peer *peer ) argument
163 leitch_poll( int unit, struct peer *peer ) argument
194 leitch_control( int unit, struct refclockstat *in, struct refclockstat *out, struct peer *passed_peer ) argument
236 leitch_start( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_hopfpci.c84 * hopfclock unit control structure.
87 short unit; /* NTP refclock unit number */ member in struct:hopfclock_unit
97 static void hopfpci_poll (int unit, struct peer *);
117 int unit,
125 * Allocate and initialize unit structure
130 msyslog(LOG_ERR, "hopfPCIClock(%d) emalloc: %m",unit);
132 printf("hopfPCIClock(%d) emalloc\n",unit);
144 msyslog(LOG_ERR,"Start: %s unit: %d failed!",DEVICE,unit);
116 hopfpci_start( int unit, struct peer *peer ) argument
179 hopfpci_shutdown( int unit, struct peer *peer ) argument
197 hopfpci_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_msfees.c74 bug->values[14] = inherent_delay[unit].l_uf;
75 bug->values[15] = offset_fudge[unit].l_uf;
83 bug->times[6] = inherent_delay[unit];
84 bug->times[8] = os_delay[unit];
85 bug->times[7] = fudgefactor[unit];
86 bug->times[9] = offset_fudge[unit];
239 struct eesunit { /* EES unit control structure. */
255 u_char unit; /* unit number for this guy */ member in struct:eesunit
304 /* Data space for the unit structure
428 msfees_start( int unit, struct peer *peer ) argument
602 msfees_shutdown( int unit, struct peer *peer ) argument
1437 msfees_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_neoclock4x.c118 short unit; /* NTP refclock unit number */ member in struct:neoclock4x_unit
168 neoclock4x_start(int unit, argument
183 (void) snprintf(dev, sizeof(dev)-1, "/dev/neoclock4x-%d", unit);
199 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
213 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
221 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
234 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
243 msyslog(LOG_CRIT, "NeoClock4X(%d): (TCGETA) can't query serial port settings: %m", unit);
256 msyslog(LOG_CRIT, "NeoClock4X(%d): (TSGETA) can't set serial port 2400 8N2: %m", unit);
398 neoclock4x_shutdown(int unit, struct peer *peer) argument
666 neoclock4x_poll(int unit, struct peer *peer) argument
680 neoclock4x_control(int unit, struct refclockstat *in, struct refclockstat *out, struct peer *peer) argument
905 neol_query_firmware(int fd, int unit, char *firmware, int maxlen) argument
1033 neol_check_firmware(int unit, const char *firmware, char *firmwaretag) argument
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c289 vtd_unit_t * unit; local
291 unit = IONew(vtd_unit_t, 1);
292 if (!unit) return (NULL);
293 bzero(unit, sizeof(vtd_unit_t));
295 unit->dmar = dmar;
297 VTLOG("unit %p Address %llx, Flags %x\n",
300 unit->regs = (typeof unit->regs) ml_io_map(dmar->Address, 0x1000);
303 offset = (unit->regs->extended_capability >> (8 - 4)) & (((1 << 10) - 1) << 4);
304 unit
333 unit_faults(vtd_unit_t * unit, bool log) argument
361 unit_enable(vtd_unit_t * unit) argument
427 unit_quiesce(vtd_unit_t * unit) argument
434 unit_invalidate(vtd_unit_t * unit, uint64_t did, ppnum_t addr, ppnum_t mask, bool leaf) argument
448 unit_invalidate_done(vtd_unit_t * unit) argument
854 ACPI_DMAR_HARDWARE_UNIT * unit; local
1198 vtd_unit_t * unit; local
1409 vtd_unit_t * unit; local
1426 vtd_unit_t * unit; local
1456 vtd_unit_t * unit; local
1517 vtd_unit_t * unit; local
1566 vtd_unit_t * unit; local
1687 vtd_unit_t * unit; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml13 external register_exns: exn -> unit
65 external dispose: t -> unit
67 external add_module: Llvm.llmodule -> t -> unit
76 external run_static_ctors: t -> unit
78 external run_static_dtors: t -> unit
83 external free_machine_code: Llvm.llvalue -> t -> unit
92 add_global_mapping: llvalue -> llgenericvalue -> t -> unit
93 clear_all_global_mappings: t -> unit
94 update_global_mapping: llvalue -> llgenericvalue -> t -> unit
100 store_value_to_memory: llgenericvalue -> llgenericvalue -> lltype -> unit
[all...]
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_dlil.h31 int pppoe_dlil_attach(u_short unit, ifnet_t *ifpp);
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_if.h51 u_short unit; /* unit number (same as in ifnet_t) */ member in struct:ppp_if
54 u_int16_t mru; /* max receive unit */
94 int ppp_if_attach(u_short *unit);
95 int ppp_if_attachclient(u_short unit, void *host, ifnet_t *ifp);
100 int ppp_if_attachlink(struct ppp_link *link, int unit);
/macosx-10.10/ruby-106/ruby/test/testunit/
H A Dtest_redefinition.rb1 require 'test/unit'
9 assert_match /^test\/unit warning: method TestForTestRedefinition#test_redefinition is redefined$/,
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c88 /* The next unread compilation unit within the .debug_info section.
160 unit as specified in the compilation unit header. */
175 /* TRUE if there is a line number table associated with this comp. unit. */
185 /* Pointer to the first child die for the comp unit. */
188 /* The end of the comp unit. */
194 /* A list of the functions found in this comp. unit. */
197 /* A list of the variables found in this comp. unit. */
203 /* Address size for this unit - from unit heade
303 read_indirect_string(struct comp_unit* unit, bfd_byte *buf, unsigned int *bytes_read_ptr) argument
360 read_address(struct comp_unit *unit, bfd_byte *buf) argument
550 read_attribute_value(struct attribute *attr, unsigned form, struct comp_unit *unit, bfd_byte *info_ptr) argument
678 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
964 decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
1403 read_debug_ranges(struct comp_unit *unit) argument
1437 lookup_address_in_function_table(struct comp_unit *unit, bfd_vma addr, struct funcinfo **function_ptr, const char **functionname_ptr) argument
1479 lookup_symbol_in_function_table(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr) argument
1528 lookup_symbol_in_variable_table(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr) argument
1559 find_abstract_instance_name(struct comp_unit *unit, bfd_uint64_t die_ref) argument
1609 read_rangelist(struct comp_unit *unit, struct arange *arange, bfd_uint64_t offset) argument
1655 scan_unit_for_symbols(struct comp_unit *unit) argument
1897 struct comp_unit* unit; local
2048 comp_unit_contains_address(struct comp_unit *unit, bfd_vma addr) argument
2076 comp_unit_find_nearest_line(struct comp_unit *unit, bfd_vma addr, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
2134 comp_unit_find_line(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/
H A Dbuild-and-run-iPhoneOS-unit-tests4 sudo ./build-iPhoneOS-unit-tests
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dmeasure.h30 * An amount of a specified unit, consisting of a number and a Unit.
32 * unit, such as feet or meters.
45 * unit. After this call, the caller must not delete the given
46 * unit object.
48 * @param adoptedUnit the unit object, which must not be NULL
49 * @param ec input-output error code. If the amount or the unit
97 * Return a reference to the unit of this object.
142 * The unit of this object, e.g., "millimeter" or "JPY". This is
145 MeasureUnit* unit; member in class:Measure
153 return *unit;
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dserial_protos.h47 int _serial_getc(int unit, int line, boolean_t wait, boolean_t raw);
/macosx-10.10/WebCore-7600.1.25/css/
H A DMediaQueryExp.cpp55 if (!(((value->unit >= CSSPrimitiveValue::CSS_EMS && value->unit <= CSSPrimitiveValue::CSS_PC) || value->unit == CSSPrimitiveValue::CSS_REMS) || value->unit == CSSPrimitiveValue::CSS_NUMBER) || value->fValue < 0)
74 if ((value->unit != CSSPrimitiveValue::CSS_DPPX && value->unit != CSSPrimitiveValue::CSS_DPI && value->unit != CSSPrimitiveValue::CSS_DPCM) || value->fValue <= 0)
99 if (value->unit != CSSPrimitiveValue::CSS_NUMBER || value->fValue < 0)
173 m_value = CSSPrimitiveValue::create(value->fValue, (CSSPrimitiveValue::UnitTypes) value->unit);
177 m_value = CSSPrimitiveValue::create(value->fValue, (CSSPrimitiveValue::UnitTypes) value->unit);
[all...]

Completed in 229 milliseconds

1234567891011>>